core: Hive integration suddenly stopped working
The problem
Around 20 hours ago all hive services and sensors disappeared as if the integration didn’t exist. There was no restarts/changes to HA on my part.
2FA is not enabled, hive app works fine.
There are no logs in HA whatsoever even with debug mode enabled.
Environment
- Home Assistant Core release with the issue: 0.118.4
- Last working Home Assistant Core release (if known): N/A
- Operating environment (OS/Container/Supervised/Core): Docker
- Integration causing this issue: Hive
- Link to integration documentation on our website: https://www.home-assistant.io/integrations/hive/
Problem-relevant configuration.yaml
hive:
username: !secret hive_user
password: !secret hive_pass
scan_interval: 1
Traceback/Error logs
Nothing whatsoever
Additional information
The last time similar happened it was hive auth URL changing, same behaviour on HA side - integration disappearing of the face of the earth with nothing about any issues in logs whatsoever
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 41 (8 by maintainers)
@webmonkey myself and @Rendili maintain both of them the official one and the custom version. The reason we have not moved the custom version over to the official one is we where working on the new hive authentication in a beta and has bugs in it. Unfortunately hive deprecated there auth while this was still in beta. Once we have ironed out the bugs in the custom version we will port it over to the official repo.
Perhaps the maintainers would consider replacing the current core hive code with PYhive/HA-Custom-Component. It seems to be far more actively maintained.
Similar issue however I do get a log entry.
Error importing platform config_flow from integration hive to set up hive configuration entry: No module named 'homeassistant.components.hive.config_flow'