Hello,
I am trying to get a Powerley thermostat to display the temperature properly, I have all other control items working, and integrated with Alexa, but I have one last issue. I have it configured to display temperature in °F, however it is showing the current temperature as 20 °F, but it shows the set points correct. This is how I have the thermostat configured in the items file:
Group Thermostat “Thermostat” {alexa=“Endpoint.Thermostat”}
Number Thermostat_Temp “Temperature [%.0f °F]” (Thermostat) {alexa=“TemperatureSensor.temperature” [scale=“Fahrenheit”]}
Number CoolSetpoint “Cool Setpoint [%.0f °F]” (Thermostat) {alexa=“ThermostatController.upperSetpoint” [scale=“Fahrenheit”]}
Number HeatSetpoint “Heat Setpoint [%.0f °F]” (Thermostat) {alexa=“ThermostatController.lowerSetpoint” [scale=“Fahrenheit”]}
Number EcoHighSetpoint “High Eco Setpoint [%.0f °F]” (Thermostat) {alexa=“ThermostatController.upperSetpoint#eco”}
Number EcoLowSetpoint “Low Eco Setpoint [%.0f °F]” (Thermostat) {alexa=“ThermostatController.lowerSetpoint#eco”}
Number ThermostatMode “Mode [%s]” (Thermostat) {alexa=“ThermostatController.thermostatMode” [OFF=0,HEAT=1,COOL=2,AUTO=3]}
Number ThermostatFan “Fan Mode [%s]” (Thermostat) {alexa=“ModeController.mode” [supportedModes=“0=Auto,1=Auto Circulate,2=On”]}
Does anyone have any idea what I may be doing wrong?
thanks,
geoff