dlarrick
dlarrick
FYI the same fix is needed in `carrier/asyncio/dispatch.py`
You'll probably get a better response on the HA forum thread as noted in this repo's README.
Home Assistant and the Kumo integration aren't involved at all in the control loop of the indoor unit. The code is just setting a temperature setpoint, and the indoor unit...
There's no such controls exposed through the indoor unit's API, no. Of course it's all reverse engineered so something could be hidden in there. As a long shot you might...
Look for the KumoCloud Technical Operation Manual. The installer pin is in there, maybe also some other info on the available options.
This looks like a good start. Since it's just straight markdown with some HA extensions, one way would be to keep it directly in the hass-kumo repo until it's time...
The task is basically to understand & follow the HA guidelines for documentation. I think what's shown in this issue is probably close. I am sure it needs to be...
You're not the first with this issue. It takes some time (maybe even days) for the new unit to show up in the file we download from the KumoCloud service...
The beta released today would allow you to manually add the IP address if that being missing is what causes your issue (which is likely).
It looks like this is a defect in pykumo. See https://github.com/dlarrick/pykumo/blob/master/pykumo/py_kumo_cloud_account.py#L76-L77 ; it's sending the username and password as JSON. Since your special character is a double-quote, that would result...