techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#appdaemon

0 posts0 participants0 posts today

Gestern Abend gelernt:

Die Konfiguration des #Sonoff #NSPanel via #Tasmota / #AppDaemon unterstützt kein "color_name".
Allerdings funktionieren Templates, um RGB-Werte für "color" zu setzen.

Auch gelernt:
Meine beiden NSPanel reagieren unterschiedlich schnell auf Updates.
Das eine NSPanel übernimmt Änderungen mehr oder weniger sofort, während das andere immer einige Minuten hängt.

Merkwürdig.

Do any other #homeassistant users use custom hardware relays for their climate control? I’m having some trouble with the generic climate entity successfully picking up the hardware (controlled via #zigbee) states successfully and turning the heat on/off as expected.

For instance, right now my #appdaemon script changed the temperature and turned on the mode to heating, but it never turned on the actual zigbee switch entity.

How do you manage your #HomeAssistant automations? YAML only or UI only, or a mix?

I had been using YAML exclusively, but I changed my strategy recently.

1. For complicated automations, I’ve switched to #AppDaemon, with which I can use Python to write automations, and that gives me unlimited flexibility and debugability.
2. For simple automations like turning on/off lights in the evening/morning, I use UI to create them. Automation UI comes with lots of perks:

1/2 🧵