You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I integrated the Tild with HA using the script and by configuring my Mosquitto bridge. Everything was working well (turning the lights on/off, turning the pump on/off, etc...). However, after about a week, I noticed that the temperature remained the same, so I checked the Mosquitto log and found this error: Client local.core-mosquitto.tild_bridge disconnected: Connection refused.
As a result, nothing is working anymore, neither IN nor OUT.
I verified that the IP address of the Tild hasn’t changed, and I tried turning the Tild off and on again, but it didn’t help.
Thank you for your assistance.
UPDATE: I just noticed that in my local network, I have two Tild devices showing up with two different IP addresses and two different MAC addresses. When I connect to the second IP, everything works.
However, I still have a persistent issue: I can turn on the pump and the lights, but I can’t turn them off. The buttons don’t retain their state (when I turn them on), almost as if I’m not receiving any state updates.
Here’s what happens when I test turning off and on manually with MQTT. It works very well with Topic: tild_70B8F646E580/u8_w/light_state/info/desired Payload: "0" or "1"
But at the same time, I’m listening to tild_70B8F646E580/u8_w/light_state/info/reported, and it consistently stays at 0. So the state isn’t being sent back.
The text was updated successfully, but these errors were encountered:
Hello, I integrated the Tild with HA using the script and by configuring my Mosquitto bridge. Everything was working well (turning the lights on/off, turning the pump on/off, etc...). However, after about a week, I noticed that the temperature remained the same, so I checked the Mosquitto log and found this error: Client local.core-mosquitto.tild_bridge disconnected: Connection refused.
As a result, nothing is working anymore, neither IN nor OUT.
I verified that the IP address of the Tild hasn’t changed, and I tried turning the Tild off and on again, but it didn’t help.
Thank you for your assistance.
UPDATE: I just noticed that in my local network, I have two Tild devices showing up with two different IP addresses and two different MAC addresses. When I connect to the second IP, everything works.
However, I still have a persistent issue: I can turn on the pump and the lights, but I can’t turn them off. The buttons don’t retain their state (when I turn them on), almost as if I’m not receiving any state updates.
Here’s what happens when I test turning off and on manually with MQTT. It works very well with Topic: tild_70B8F646E580/u8_w/light_state/info/desired Payload: "0" or "1"
But at the same time, I’m listening to tild_70B8F646E580/u8_w/light_state/info/reported, and it consistently stays at 0. So the state isn’t being sent back.
The text was updated successfully, but these errors were encountered: