dlarrick / hass-kumo

Home Assistant module interfacing with Mitsubishi mini-split units
MIT License
94 stars 20 forks source link

Did not get status #108

Closed matthewhadley closed 1 year ago

matthewhadley commented 1 year ago

I have started noticing a couple of different warnings in the logs:

Logger: pykumo.py_kumo
Source: /usr/local/lib/python3.10/site-packages/pykumo/py_kumo.py:98 
First occurred: 3:12:44 AM (1 occurrences) 
Last logged: 3:12:44 AM

Far Garage: Error retrieving status from {'r': {}}: 'indoorUnit'

The above warning produces the below error:

This error originated from a custom integration.

Logger: custom_components.kumo.coordinator
Source: helpers/update_coordinator.py:215 
Integration: Kumo (documentation) 
First occurred: 3:12:44 AM (1 occurrences) 
Last logged: 3:12:44 AM

Error fetching kumo_0134P008A100341F data: Failed to update Kumo device: Far Garage

Then there is this warning that has more occurrences:

Logger: pykumo.py_kumo
Source: /usr/local/lib/python3.10/site-packages/pykumo/py_kumo.py:73 
First occurred: 3:12:33 AM (11 occurrences) 
Last logged: 5:38:29 AM

Far Garage: Did not get fanSpeed from b'{"c":{"indoorUnit":{"status":{"fanSpeed":{}}}}}': {}
Far Garage: Did not get vaneDir from b'{"c":{"indoorUnit":{"status":{"vaneDir":{}}}}}': {}
Far Garage: Did not get filterDirty from b'{"c":{"indoorUnit":{"status":{"filterDirty":{}}}}}': {}
Far Garage: Did not get defrost from b'{"c":{"indoorUnit":{"status":{"defrost":{}}}}}': {}
Far Garage: Did not get mode from b'{"c":{"indoorUnit":{"status":{"mode":{}}}}}': {'_api_error': 'device_authentication_error'}

I'm running version v0.3.5 of the integration, but believe it started before that.

dlarrick commented 1 year ago

This issue is very likely the same thing as #105 . See discussion there.

dlarrick commented 1 year ago

Closing this issue in favor of #105