Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unavailable but not api issue #95

Open
viciovb opened this issue Oct 24, 2022 · 2 comments
Open

Unavailable but not api issue #95

viciovb opened this issue Oct 24, 2022 · 2 comments

Comments

@viciovb
Copy link

viciovb commented Oct 24, 2022

Version of the custom_component

0.22

Add your logs here.

2022-10-24 08:24:10.675 WARNING (MainThread) [custom_components.govee] API is back online.

Describe the bug

I'm not sure if it's just coincidental but since I updated Home Assistant to 2022.10.5, my Govoo Led strip has been unavailable. I don't have any API error but I tried anyway to disable the integration for 24h, request a new API and put the limit to 120 but it didn't work

@abonforti
Copy link

+1 here, adding some logs:

2022-11-17 16:58:20.976 DEBUG (MainThread) [custom_components.govee.light] Setting up Govee lights 2022-11-17 16:58:20.976 DEBUG (MainThread) [custom_components.govee.light] _async_update 2022-11-17 16:58:20.976 DEBUG (MainThread) [govee_api_laggat.govee_api_laggat] get_states 2022-11-17 16:58:21.233 DEBUG (MainThread) [govee_api_laggat.api] unknown state property '{'colorTem': 3472}' 2022-11-17 16:58:21.234 DEBUG (MainThread) [govee_api_laggat.api] state returned from API: {'data': {'device': '54:59:D9:31:30:30:49:1E', 'model': 'H6054', 'properties': [{'online': 'false'}, {'powerState': 'off'}, {'brightness': 50}, {'colorTemInKelvin': 3472}, {'colorTem': 3472}]}, 'message': 'Success', 'code': 200}, resulting state object: GoveeDevice(device='54:59:D9:31:30:30:49:1E', model='H6054', device_name='Govee camera', controllable=True, retrievable=True, support_cmds=['turn', 'brightness', 'color', 'colorTem'], support_turn=True, support_brightness=True, support_color=True, support_color_tem=True, online=False, power_state=False, brightness=127, color=(0, 0, 0), color_temp=3472, timestamp=1668700701.234242, source=<GoveeSource.API: 'api'>, error=None, lock_set_until=0, lock_get_until=0, learned_set_brightness_max=100, learned_get_brightness_max=100, before_set_brightness_turn_on=False, config_offline_is_off=False) 2022-11-17 16:58:21.234 DEBUG (MainThread) [custom_components.govee.light] Finished fetching govee data in 0.258 seconds (success: True)

@randysaz928
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants