openhab-google-assistant
openhab-google-assistant copied to clipboard
Would like to control SPA heater but thermostat only supports 48 F to 90 F.
Spa heater has a range from 36F to 104F with 99F being a typical setting. The google thermostat widget does not work the min max range is specified this way. Looks like Temperature Control is more flexible - https://developers.google.com/assistant/smarthome/traits/temperaturecontrol
value: Thermostat
config:
useFahrenheit: true
modes: off=OFF,heat=ON
thermostatTemperatureRange: 36,104
Hi. Temperature Range always needs to be given in Celsius. Can you please try this?
ToDo @michikrug: add hint for celsius in documentation
I put the limits in Celsius "2.2,40", but still not working. It reports the correct values 36F is the current setting, but if I try to modify 50F is the lowest value and 90F is the highest. Additionally the settings do not modify the setpoint in openhab.
Alright. I will have another look.
Currently using thermostatTemperatureSetpoint
value: thermostatTemperatureSetpoint
config: {}
Tried using thermostatTemperatureSetpointLow but that didn't work
value: thermostatTemperatureSetpointLow
config: {}
Could be related to that Google issue https://issuetracker.google.com/issues/154169625
Seems to be fixed at Google's side.