Hi @RonnyW , I experience the same as described here.
Debug log: a01d24bb-e93d-40d7-894a-4c5cadce5940
I tried the latest version of Home assistant community as well as the beta.
Any tips, tricks? I’ve removed, restarted, reinstalled the lot to no avail unfortunately.
I guess it’s on the HA side they’ve changed something (but what…?)
I think @Peter_Kawa is right.
You are using dyndns. But locally, your HA is running on http as default. So you also have to use http for dyndns/port forwarding.
Yes, it worked before with an older HA version.
Because of repairs I needed to be done to a propriatary bridge it has been disabled for approx 2 months.
When I re-instated the connection nothing happened so I started troubleshooting.
I think it can be certificate related when using DDNS.
Error: request to https://xxxxxxxxxx.dyndns.org:3689/ failed, reason: unable to verify the first certificate
HA shows this with network setting;
However, bypassing certificate verification by just plain and simple HTTP results in error as well.
Perhaps you can check again? f86e6dec-3a73-4fc1-a7f0-44263fde8949
After installation of my new Aqara T1M Zigbee ceiling light in HA, I was adding it to Homey as 2 separate devices (lights), as expected because it also have a RGB ring that can be controlled separately. I can control both lights in Homey - HOWEVER, when I turn on the main light from within Homey, it does not fade in, as it does in HA when I turn it on from there. Is it because that the HA Community App in Homey first sends the brightness, and afterwards the turn on command? Because it have the behavior if I just change the brightness while the light is off, and on the RGB Ring it fades in if I change the brightness while off. (Strange that they are acting differently on this).
If I remeber right, the app sends the “on” command and (last known) color/brightness in one API call.
You can try a flow action with duration. Perhaps that’s what you want. If yes, the HA integration perhaps uses duration as default.
I can imagine a device setting for default duration. This can be used as default if no other value is set in a flow card.
So all actione like Mood, manual on/off would use a duration.
Added token for previous state to app trigger ‘entity state changed’.
With this trigger you get now the new and previous entity state. If you want to react on a special state chage (from x to y), you can now use the tokens without needing other variables.