Ohad Levy
Ohad Levy

I wonder, the mobile application uses websockets for notifications, can we reuse the same mechanism vs continuously poll? also, if we poll and get unknown state, can we expose a...
while inefficient, many times I've found myself adding another db column in favour of search usability, maybe you could simply have a label attribute that you can search on.
isnt this similar to what @abenari did in a7666e4 ?
do you see any error in your browser console? On Mon, Feb 26, 2018 at 4:48 PM, Michael Moll wrote: > It is, but I guess nobody does have really...
I've done some deep diving into why C1000 devices don't work with the standard integration and wanted to share my findings (please correct me where I got things wrong) TL;DR...
API level integration https://github.com/thomluther/anker-solix-api/pull/235
while this is far from ready, I've used vibe coding (which probably generated a lot more code than needed), but since I'm not sure I'll be able to finalize this...
I wanted to test the mqtt connection quality (e.g. how stable it over time etc), I ended up writing https://github.com/ohadlevy/ha-anker-mqtt to validate (this should be removed once properly added into...