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
I'm trying to get this set up, and it sorta works, but I think it could be done better but I haven't been able to wrap my head around how LWT and Retain works with Tasmota. I use the signal sensor to determine if my car is in the garage, driveway or away and this doesn't work if its unavailable. Do you know of a way to make the tasmota sensor not go unavailable when the car is off and the esp is powered off? Ideally it would show the switch as off as the LWT and the sensor data would be retained. Also I would like to be able to set the keepalive to something shorter as I like to have the delay set in my automation so the door shuts if the switch is off for 15 seconds instead of having the timeout set on the esp8266 itself.
The main reason I'm trying to use tasmota is because
the arduino method doesn't create a device in HA and
This is the only arduino code I use, and would like to consolidate everything in Tasmota or ESPHome for my dev boards.
The text was updated successfully, but these errors were encountered:
Sorry man, the Tasmota stuff came from a user contribution and I don't use that part of the codebase. I'd suggest hitting up the Tastmota folks to see if there's a way to make their firmware work in that way. Wish I had a better answer my friend.
All good, this component is awesome as it is. Are there any plans to update it to actually create a device in home assistant as opposed to just entities? If so I’d probably just continue using the arduino code.
I'm trying to get this set up, and it sorta works, but I think it could be done better but I haven't been able to wrap my head around how LWT and Retain works with Tasmota. I use the signal sensor to determine if my car is in the garage, driveway or away and this doesn't work if its unavailable. Do you know of a way to make the tasmota sensor not go unavailable when the car is off and the esp is powered off? Ideally it would show the switch as off as the LWT and the sensor data would be retained. Also I would like to be able to set the keepalive to something shorter as I like to have the delay set in my automation so the door shuts if the switch is off for 15 seconds instead of having the timeout set on the esp8266 itself.
The main reason I'm trying to use tasmota is because
The text was updated successfully, but these errors were encountered: