There is a good explanation I found of the difference between the two sensors here, as they are very similar in function.
Either one of these should allow you to write an automation that triggers when the temperature is increasing and the heating is meant to be off, but be aware you could get false notifications caused by other heat sources e.g. from the sun warming a room through a window (especially in the Summer), the oven on in a Kitchen, a tumble dryer running etc.
Iām using Wiser Home Assistant Integration v3.3.11
I notice from post #2038 passive mode is now buit into the integration and Iām trying it out.
Iāve found the enable switch and turned it on for one device.
There is popup to set a split temperature.
But when it is closed, it seems to revert to the original 12.0c - 12.0c values.
Is this correct, or do I need to do something else?
passive mode follows your schedules, also when its enabled you can only change the lower value, to change the target set point you have to do that in schedule, or first take it out of AUTO, and put in in MANUAL mode.
Thatās a modified card using card-mod, plus that screeshot is from one of the early betas. Iā've posted lots of code for various of my controls further up the thread if you want to use any of it.
As @andyblac said, take it out of Auto and put it into Manual mode, otherwise the upper temperature will be set by the schedule and youāll only be able to adjust the lower value.
Not sure if Iām approaching this is the right way, butā¦
How can you programmatically set the hight temp for the thermostat or TRV to heat to ?
Iām used to using Automation/Scenes to change my previous setup (Secure Boiler controls over ZWave) via simple buttons on a page. Maybe its just a case of adjusting to a new way of doing things ??
Having been following this thread for a while I think its time for me to try out this integration but I am struggling to understand how to find and install the software. I have successfully installed the Home Assistant software onto a minipc and I can connect using either a browser or an app but whats next? I need a step by step guide for dummies!
It says in the instructionsā¦
4. Create a custom_components directory (if it does not already exist) within your Home Assistant config directory
5. Within the wiserHomeAssistantPlatform/custom_components directory copy the wiser folder to your HA installations custom components directory, so that you have custom_components/wiser directory with the files in.
Looks like youāre trying the āManualā method. It should be easier to use the HACS method - youāre likely to want to install several different bits from HACS as time goes on, so perhaps try that method to start? It should just take care of stuff for youā¦
The upper temperature (and lower temperature) is only available when in Passive Mode. You use the native (i.e. non Wiser specific) climate.set_temperature service for this.
Some progress but still stuck. I have added an SSH addon and opened a terminal window but whenever i try to install HACS i get ābad addressā error. Tried a search for possible fixes but nothing works so far.