Re: Domoticz Google Assistant integration with node-red Easy Free Controlicz alternative!
Posted: Monday 08 March 2021 19:34
Yes indeed thats my thermostatFireWizard wrote: ↑Monday 08 March 2021 16:51 Hello @edwin1234
Is this really produced by 1 thermostat????
I don't think that the message is correct, as it ends with:
Is it possible for you to install MQTT Explorer ( http://mqtt-explorer.com/) and publish a screenshot of what you see regarding this thermostat."output":
And if you copy such code into a post please use </> so that it looks like:
[Added} Is this your thermostat? https://www.zigbee2mqtt.io/devices/TS06 ... ostat.htmlCode: Select all
[{"features":[{"access":3,"description":"Enables/disables physical input on the device","name":"state","property":"child_lock","type":"binary","value_off":"UNLOCK","value_on":"LOCK"}],"type":"lock"},{"features":[{"access":3,"description":"Enables/disables window detection on the device","name":"state","property":"window_detection","type":"binary","value_off":"OFF","value_on":"ON","value_toggle":"TOGGLE"}],"type":"switch"},{"access":1,"description":"Indicates if the battery of this device is almost empty","name":"battery_low","property":"battery_low","type":"binary","value_off":false,"value_on":true},{"features":[{"access":3,"name":"state","property":"valve_detection","type":"binary","value_off":"OFF","value_on":"ON","value_toggle":"TOGGLE"}],"type":"switch"},{"access":1,"description":"Position","name":"position","property":"position","type":"numeric","unit":"%"},{"features":[{"access":3,"description":"Temperature setpoint","name":"current_heating_setpoint","property":"current_heating_setpoint","type":"numeric","unit":"°C","value_max":35,"value_min":5,"value_step":0.5},{"access":1,"description":"Current temperature measured on the device","name":"local_temperature","property":"local_temperature","type":"numeric","unit":"°C"},{"access":3,"description":"Mode of this device","name":"system_mode","property":"system_mode","type":"enum","values":["heat","auto","off"]},{"access":1,"description":"The current running state","name":"running_state","property":"running_state","type":"enum","values":["idle","heat"]},{"access":3,"description":"Offset to be used in the local_temperature","name":"local_temperature_calibration","property":"local_temperature_calibration","type":"numeric","unit":"°C"},{"access":3,"description":"Away mode","name":"away_mode","property":"away_mode","type":"binary","value_off":"OFF","value_on":"ON"},{"access":3,"description":"Mode of this device (similar to system_mode)","name":"preset","property":"preset","type":"enum","values":["schedule","manual","boost","complex","comfort","eco"]}],"type":"climate"},{"features":[{"access":3,"description":"Enable/disable auto lock","name":"state","property":"auto_lock","type":"binary","value_off":"MANUAL","value_on":"AUTO"}],"type":"switch"},{"features":[{"access":3,"description":"Enable/disable away mode","name":"state","property":"away_mode","type":"binary","value_off":"OFF","value_on":"ON"}],"type":"switch"},{"access":3,"description":"Away preset days","name":"away_preset_days","property":"away_preset_days","type":"numeric"},{"access":3,"description":"Boost time","name":"boost_time","property":"boost_time","type":"numeric","unit":"s"},{"access":3,"description":"Comfort temperature","name":"comfort_temperature","property":"comfort_temperature","type":"numeric","unit":"°C"},{"access":3,"description":"Eco temperature","name":"eco_temperature","property":"eco_temperature","type":"numeric","unit":"°C"},{"access":3,"description":"Force the valve position","name":"force","property":"force","type":"enum","values":["normal","open","close"]},{"access":3,"description":"Maximum temperature","name":"max_temperature","property":"max_temperature","type":"numeric","unit":"°C"},{"access":3,"description":"Minimum temperature","name":"min_temperature","property":"min_temperature","type":"numeric","unit":"°C"},{"access":3,"description":"Week format user for schedule","name":"week","property":"week","type":"enum","values":["5+2","6+1","7"]},{"access":3,"description":"Away preset temperature","name":"away_preset_temperature","property":"away_preset_temperature","type":"numeric","unit":"°C"},{"access":1,"description":"Link quality (signal strength)","name":"linkquality","property":"linkquality","type":"numeric","unit":"lqi","value_max":255,"value_min":0}],"model":"TS0601_thermostat","supports_ota":true,"vendor":"TuYa"},"endpoints":{"1":{"bindings":[],"clusters":{"input":["genBasic","genGroups","genScenes","manuSpecificTuya"],"output":
Can you tell me what data you want to access? Temperature, Setpoint and Mode are supported.
Setpoint and Temperature are in degreees Celsius.
For Mode you can have heat, cool, heatcool, auto, fan-only, purifier, eco and dry. What is supported?
What is your "Frienly Name"?
Regards
The output i send is the mqtt output from mqtt analyzer on my iphone. Friendly name is “RadiatorGang”
I only need the temperature reading and setpoint.
I dont own a pc so cant use mqttexplorer
Code: Select all
{"auto_lock":"MANUAL","away_mode":"OFF","away_preset_days":1,"away_preset_temperature":15,"battery_low":false,"boost_time":300,"child_lock":"UNLOCKED","comfort_temperature":20,"current_heating_setpoint":22,"eco_temperature":15,"force":"normal","holidays":[{"hour":6,"minute":0,"temperature":20},{"hour":8,"minute":0,"temperature":15},{"hour":11,"minute":30,"temperature":15},{"hour":12,"minute":30,"temperature":15},{"hour":17,"minute":30,"temperature":20},{"hour":22,"minute":0,"temperature":15}],"linkquality":84,"local_temperature":19,"local_temperature_calibration":-1,"max_temperature":35,"min_temperature":5,"position":100,"preset":"manual","system_mode":"auto","week":"5+2","window_detection":"OFF","window_detection_params":{"minutes":196,"temperature":125},"workdays":[{"hour":6,"minute":0,"temperature":20},{"hour":8,"minute":0,"temperature":15},{"hour":11,"minute":30,"temperature":15},{"hour":12,"minute":30,"temperature":15},{"hour":17,"minute":30,"temperature":20},{"hour":22,"minute":0,"temperature":15}]}