Jc2k
Jc2k
The port number is often random. On the Aqara hubs it changes at least once a day. So it changing is not that interesting, at least on its own. Does...
Right - so if you used the same port as HA is currently using then your HA can't reach the ip, or the device itself is broken. (HomeKit is HTTP...
Let's see if anything turns up in the b3 logs. Also, if you can get shell access to the HA container (not the OS) (use "which hass" to make sure...
If it's the right place "which hass" will return the path to the hass binary. If it returns nothing you are in the wrong place. I think that command gets...
That's consistent with the curl failure. So looking like a zeroconf problem (try the app @bdraco said) or a network problem.
Can you post the output of this (from your ha container ideally) ip route get 192.168.1.59
Not sure what you are asking. From community testing there are 4 cases - horizontal and vertical and -90 to 0 and 0 to 90. We just need a scale...
No, global variables are typically frowned upon in python and wouldn't pass code review in HA (in general). The simplest solution is what I said above - duplicate the tests....
Do you all have the SQL error seen in the first post? If you do, what database are you using? SQLite? Maria?