I’ve configured the heatmiser core integration. I’ve a number of 12v prt-n thermostats. These display set temps correctly and can be switched on, however, as I have both built in and floor sensors in each stat, I’m only seeing the floor temperature. Stats that are both air and remote air display fine. Likewise I’m not sure how to turn on the water on the prt-hw stat? Is there a config setting to choose which probe/sensor can be displayed?
Hi
I have 15 PRT-N stats in my home, some using the builtin air sensor and some the remote air sensor. I dont have any floor sensors. The standard heatmiser component didnt worked for me, but there is now a custom component which does
see https://github.com/bretttickx/HA-heatmiser-component/blob/main/
I am now using this , and it returns the correct temperature (built-in or remote) depending on the sensor select parameter within the thermostat. As I understand the climate component, it only supports 1 current temperature, so if the stat has 2 sensors, (ir air and floor) there is no where to save the 2 values.
The code ignores the floor sensor if it is combined with an air sensor, but if it is the only sensor, its value is returned
Ive no idea about the hot water settings, I dont remember seeing anything in the code