Daniel Rivard
Daniel Rivard
Any updates on this issue? I can't access the CQ and see the progress.
I think this could be related to this service failing to start. ``` × casaos-local-storage-first.service - Hello World Loaded: loaded (/lib/systemd/system/casaos-local-storage-first.service; enabled; preset: enabled) Active: failed (Result: exit-code) since Thu...
What happens if you try to open the url (http://192.168.30.32/api/v/1/status) in a browser? Do you get an error?
Hello, AirLeaf support should work, it has been implemented through https://github.com/danielrivard/homeassistant-innova/issues/65
Preliminary support in branch [cloud-communication](https://github.com/danielrivard/homeassistant-innova/tree/cloud-communication). It has configuration breaking changes though. Cloud config ``` yaml climate: - platform: innova scan_interval: 60 cloud: serial: INXXXXXXX uid: AB:CD:EF:11:22:33 ``` Local config ```...
Hi @BertusBeensteen, if it does not connect, maybe Osmo does not provide local connection. Can you try `http:/[IP_ADDRESS]/api/v/1/status` and see what is the result? If it does not return anything...
Unfortunately, this is not the first time this happens, the way they set the serial number is not optimal. The way to fix it would be to use the MAC...
Yes, someone reported that a few weeks ago. https://github.com/danielrivard/homeassistant-innova/discussions/194 Unfortunately it seems like they have completely changed the API and protocol, so this integration for now is not compatible with...
@MidasLamb the previous version had a "desktop application" which was mostly a local webapp (https://www.innovaenergie.com/site/assets/files/2794/twopointzero.zip) from which I was able to trace a lot of the network calls. I also...
Honestly, I don't know the answer. I have no knowledge of the butler and therefore I don't know if it communicates using the same protocol. This integration is currently only...