Hi all, I’m having problems with Thermostat in google assistant. Integration is working fine since I’m controlling light and my rollershutter (waiting for issue 59 also)
I can see thermostat in Google Asistant (GA), but it says not responding (never responded).
One question is: It is necesary to install homekit binding to make it work? If so, how to configure it if I dont have and IP Address? (since I dont have homekit).
I’m using a home made thermostat based on tasmota (with relay for heater and IR for HVAC).
Below is part of my items and sitemap files and attached is screenshots of GA error.
Any help would be appreciated!!
Regards
Martin
Items
Group g_Termostato_TSTAT "Termostato" [ "Thermostat" ]
Number Termostato_Mode "Modo Termostato" <settings> (g_Termostato_TSTAT) [ "homekit:HeatingCoolingMode" ]
Number Termostato_Temp "Temperatura Termostato [%.1f °C]" <temperature> (g_Termostato_TSTAT) [ "CurrentTemperature" ] {mqtt="<[oh2:tele/living2/SENSOR:state:JSONPATH($.BME280.Temperature)]" }
Number Termostato_Hume "Humedad Termostato [%.1f %%]" <humidity> (g_Termostato_TSTAT) [ "CurrentHumidity" ] {mqtt="<[oh2:tele/living2/SENSOR:state:JSONPATH($.BME280.Humidity)]" }
Number Termostato_Set "Set Termostato" <climate> (g_Termostato_TSTAT) [ "TargetTemperature" ] {mqtt=">[oh2:cmnd/living2/IRhvac:command:*:${command}]"}
Sitemap
Text item=Termostato_Temp label="Temperatura Termostato" {
Frame {
Selection item=Termostato_Mode mappings=[0='off', 1='heat', 2='cool', 3='on']
Text item=Termostato_Temp
Text item=Termostato_Hume
Selection item=Termostato_Set mappings=[16='16',17='17',18='18',19='19',20='20',21='21',22='22',23='23',24='24',25='25',26='26',27='27',28='28',29='29',30='30']
}
}