I usually fix IP addresses (albeit I have an extra router attached to my Virgin Hub to do that) but I’d obviously forgotten to create one for the HeatHub and it HAD changed. Looked up the file you’ve pointed me at, forced the router to change the IP back, and it’s all up and running again.
Use history_stats and reference the area state value. I have written all my interface in node red, so your text via the wiser add-on may differ from mine.
Does anyone know if the boost remaining time can be shown in the intergration?
Also is there anyway to view the time the heating has been on for each room like what Lev has achieved using node red? When I look at the entities none of them seem to include this data unless it is the “control_output_state”
For #1 : Boost Time remaining : No, I don’t think I saw that in the data from the hub, but I’ll check later. If boosted from HA you could set a variable to when the boost was initiated and then do a count down…
The boost remaining time is definitely there as it was available in the OpenHab binding for Wiser.
nodered isn’t required to obtain the individual room “control_output_state” This value is available to view if you query the “climate.wiser_xxxxx” state from the developers menu in HA. I just want to be able to use this state change from Off to On so I can try and log heating on duration for each room visually and/or export the data in to Grafana so any help doing this would be appreciated
With regards to point 2 can you please also add the facility that you know when each room is requesting heat.
This is also available in OpenHAB, I think it’s linked to the control_output_state
This is half implemented, the in the climate devices the icons change if the TRV is demanding heat . This is done with line 323 in climate.py. All I need to do is add the control output state to the attributes in state attributes on line 461…
‘What values should I be using as the sensor.heating_landing_heating_today isn’t appearing in the select measurement field’
I think you need to create a template sensor based on the wiser sensors…
How can I create a card in Lovelace that allows me to boost the heating for each room and cancel it? I added this button which works, but not sure how to get cancel to work.
I’ve raised an issue on the repository but thought I would post here as well, in case someone has experienced a similar / same problem.
My WIser integration has been working fine for months but now all the sensors (cloud status, TRV battery levels etc…) are showing as unavailable. Connection to the Hub seems fine - can set temps / see temps / trigger boost / away mode etc…(i.e. all climate domain entities are fine) but getting nothing from the sensors, just unavailable.
Logs on HA startup show…
Logger: homeassistant.components.sensor
Source: custom_components/wiser/sensor.py:338
Integration: Sensor (documentation, issues)
First occurred: 23:49:08 (1 occurrences)
Last logged: 23:49:08
Error while setting up wiser platform for sensor
Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 193, in _async_setup_platform await asyncio.shield(task) File “/config/custom_components/wiser/sensor.py”, line 44, in async_setup_entry WiserDeviceSensor( File “/config/custom_components/wiser/sensor.py”, line 274, in init self._device_name = self.get_device_name() File “/config/custom_components/wiser/sensor.py”, line 338, in get_device_name + self.data.wiserhub.getDeviceRoom(self._deviceId)[“roomName”] File “/usr/local/lib/python3.8/site-packages/wiserHeatingAPI/wiserHub.py”, line 352, in getDeviceRoom return self.device2roomMap[deviceId] KeyError: 1
I’m on Home Assistant 0.116.4, Wiser integration 2.3 installed through HACS. Like I say, all working fine till a few days ago. I;ve tried rolling back version of Wiser but still there. It may be related to upgrading HA to .116 but can’t be sure. Also, added some new TRVs / rooms to the Wiser system today, all good and appeared in HA but it was about that time sensors all became unavailable.
Seems like this is the best thread - I have just installed it via hacs - the current offered beta - my entities didnt refresh at alll after adding new devices - it also seems like I dont have any sensors that eg actually show me the set/measured temperature