What hive devices are you expecting to see?
thisno longer works in 0.89.0
specifically what no longer works?
the hive custom component does not work at all in 0.89.0 works fine in 0.88.1
Has anybody been able to add the Hive TRV vales to HA yet?
Hi
There was a PR submitted to make this live in to Home Assistant, so it should either make the next release or the one after
Is it possible to check the battery level of the TRV valves in home assistant.
There seems to be a battery level for the main thermostat, but not for the TRVs ?
How would I raise this as a feature request if it doesn’t exist at the moment?
Thanks,
Bruce.
Anyone else having Hive problems after updating to HA vsn 0.110.3 ?
I get the following error in the log:
Log Details (ERROR)
Logger: homeassistant.setup
Source: components/hive/__init__.py:125
First occurred: 27 May 2020, 23:58:56 (1 occurrences)
Last logged: 27 May 2020, 23:58:56
Error during setup of component hive
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 175, in _async_setup_component
component.setup, hass, processed_config # type: ignore
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/hive/__init__.py", line 125, in setup
devices = session.core.initialise_api(username, password, update_interval)
File "/usr/local/lib/python3.7/site-packages/pyhiveapi/pyhiveapi.py", line 879, in initialise_api
if product["parent"] == device["props"]["zone"]:
KeyError: 'zone'
Seems to have been a problem with Hive. The Hive app was also not responding, so I went through the diagnosis in there and it started working again.