ZB Smart Gateway #23569
Replies: 16 comments
-
Better ask questions in "Discussions" instead of "Issues". Restarting after 40 seconds is a symptom of a gpio configured as a "Button" registering as pushed for 40 seconds straight. This is a Tasmota recovery feature. Wondering if your socalled "smart gateway" is specifically the Sonoff ZBBridge, which is what the "normal" ESP8266 Zigbee bridge device is? Or if you while flashing did "something" to the physical button or its gpio connection. |
Beta Was this translation helpful? Give feedback.
-
How to fix this? |
Beta Was this translation helpful? Give feedback.
-
Configure gpios to match your hardware. Maybe simply try removing the Button config from the template. |
Beta Was this translation helpful? Give feedback.
-
Thank you, I removed GPIO Button from the template. What should I do? |
Beta Was this translation helpful? Give feedback.
-
Again, do config to match your hardware. Using gpio2 for TX and gpio15 for rx is highly unusual. Are you quite sure about that? Do you have a good source for that odd config? The template you posted has the common setup with TX on gpio1 and RX on gpio3. |
Beta Was this translation helpful? Give feedback.
-
This template was already in the device when I bought it. The seller does not answer, I can only guess |
Beta Was this translation helpful? Give feedback.
-
Gpio1 = ZBtx, gpio3 = ZBrx. TCPStart is working only with gpio's TCPtx/rx |
Beta Was this translation helpful? Give feedback.
-
What I meant was that when you tried to modify the template you posted, you should not just select completely different gpios for tx/rx (sure, in the TCP variant, of course), meaning that you have to use gpio 1/3, unless you have very specific reasons to deviate. |
Beta Was this translation helpful? Give feedback.
-
If gpio1-3 = TCP - i can connect the device to ZHA, but ZB dont working. |
Beta Was this translation helpful? Give feedback.
-
Are you expecting Tasmota to provide Zigbee at the same time as connecting to ZHA. That's not how it works. It is either-or. |
Beta Was this translation helpful? Give feedback.
-
Then how to connect Tasmota Bridge to Home Assistant ? |
Beta Was this translation helpful? Give feedback.
-
You did not answer my question about your expectations. But if you only want ZHA operation (without Tasmota Z2T active), you need to configure ZHA appropriately for it. If you are able to have Zigbee working as Z2T (locally in Tasmota), this would suggest that you at least have the right gpios. |
Beta Was this translation helpful? Give feedback.
-
Zigby works locally, devices are linked. My expectations are to control the Bridge from Home Assistant. Ideally - Zigbee2Mqtt. |
Beta Was this translation helpful? Give feedback.
-
If you want to use Zigbee2MQTT (Z2M) or ZHA, you cannot also use the devices locally. When you config for TCP, there is no longer anything Zigbee done in Tasmota, as control over the Zigbee chip can only be from one coordinator, either Z2T, Z2M or ZHA. And if Zigbee2MQTT is what you want to use, you still need to configure the exact right details there, to make it work. |
Beta Was this translation helpful? Give feedback.
-
Got it. Thanks. Which Tasmot template should I use to connect to Zigbee2MQTT ? |
Beta Was this translation helpful? Give feedback.
-
Well, what you need is what you already posted about doing, modify the config of TX/RX pins to be the TCP variant, just make sure to use the right gpios. And then you also need to config Zigbee2MQTT to use the connection. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Smart Gateway with Tasmota firmware. When switching the module from Sonoff Basic to Sonoff ZBGateway, the device resets the Wi-Fi settings and reboots cyclically every 40 seconds
zb.log
Beta Was this translation helpful? Give feedback.
All reactions