Hello, I’ve configured my thermostat with this items :
Group SST “Termostato Casa” { ga=“Thermostat” [ useFahrenheit=false ] }
Number termostatosoggiorno_temperatura “Temperatura Soggiorno [%.1f °C]” (SST) {channel=“souliss:t52:71:8-5:value”, ga=“thermostatTemperatureAmbient” }
Number termostatosoggiorno_umidita “Umidità Soggiorno [%.1f %%]” (SST) {channel=“souliss:t53:71:8-7:value”, ga=“thermostatHumidityAmbient” }
Number termostatosoggiorno_setpoint “Regola Set Point [%.1f °c]” (SST) {autoupdate=“false”, channel=“souliss:t31:71:8-0:setpoint”, ga=“thermostatTemperatureSetpoint” }
Switch termostatosoggiorno_setasmeasured “Set temp. attuale” (SST) {channel=“souliss:t31:71:8-0:setAsMeasured”}
String termostatosoggiorno_modo “Modo” (SST) {autoupdate=“false”, channel=“souliss:t31:71:8-0:mode”, ga=“thermostatMode”}
Switch termostatosoggiorno_power “Termostato” (SST) {channel=“souliss:t31:71:8-0:system”}
And it is correctly shown in basic UI. And work.
Problem:
When i ask for temperature GA respond me with setpoint. (Termostato casa è impostato a 19°)
When i ask for humidity GA respond me correctly… !!!
Tried to ask temperatura soggiorno, temperatura di casa, etc.etc.
What can i try to have ambient temperature as answer and not setpoint???
thanks
Dario