I have currently installed homeassistant and ZwaveJS in docker, and they run without any problems.
I have configured two Namron Zwave 16A Touch Thermostat which integrates nicely with homeassistant, and is visible in Lovelace. The problem is that I want to controll the based on the floor temperature and not the air temperatur which is displayed by default.
I have configured the thermostat to use the floor sensor, but that does not change anything on what is the temperature displayed in Lovelace.
How should I tweek this? “hacking” the zwave integration or do some kind if override the settings for the Thermostat.
After changing the configuration of the thermostat, it seems that it uses the floor sensor when turning the heating on / off, but the temperature displayed in the thermostat panel is still the air temperature.
What is the best way to get the thermostat panel to display the floor temperature?
Have you tried to change the device configuration? In Settings > Devices & Services > Z-wave Devices > <Namron device> try to find Configure under the Device Info. When I do that for the Z-wave Heatit termostat I am given an opportunity to choose the sensor mode. Maybe that will change the Display temperature for Namron?
Thanks for the suggestion, @angainor. I found this, which is the floor temperature sensor I want to have shown in HA, but I have no idea how to have this be read by HA
I assume that most people who have this thermostat have found out and selected the floor sensor, both on the thermostat itself and in the Hassio Z-Wave JS configuration.
The temperature regulation then works as it should and regulates according to the floor sensor.
The problem is that Z-Wave JS does not reflect this. In Z-Wave JS, it looks like it is the air temperature (measured inside the thermostat and is usually placed on the outside of the bathroom) that controls the thermostat, while in reality it is the floor temperature that controls.
Scripts and automations are easily fixed by specifically choosing the floor sensor.
I am pretty sure the thermostat card just choses the room sensor by default. Would be incredibly nice to make the card chose the same sensor as inn the device configuration.
Please note, I am using the Namrom Zigbee version, but same problem.