Re: Domoticz to Google Assistant integration
Posted: Wednesday 25 March 2020 10:57
New functions on latest beta V1.7.1
There is new function to change device type, icon and some behavior depending on the device (e.g open/close instead of on/off).
For fully control you can remove Image_Override from config.
To change device type, add to discription for your device in domoticz:
or in Device_Config in config.yaml:
Light Device types to choose from is:
light, ac_unit, bathtub, coffemaker, dishwasher, dryer, fan, heater, kettle, media, microwave, outlet, oven, speaker, switch, vacuum, washer, waterheater, window, gate, garage.
For heater, kettle, waterheater, oven you can also use merge_thermo_idx to merge thermostat to control temperature.
Door Contact devices can choose window, gate or garage
Selector devices can choose only vacuum
Feedback is appreciated
There is new function to change device type, icon and some behavior depending on the device (e.g open/close instead of on/off).
For fully control you can remove Image_Override from config.
To change device type, add to discription for your device in domoticz:
Code: Select all
<voicecontrol>
devicetype = oven
</voicecontrol>
Code: Select all
Device_Config:
212:
devicetype: 'oven'
light, ac_unit, bathtub, coffemaker, dishwasher, dryer, fan, heater, kettle, media, microwave, outlet, oven, speaker, switch, vacuum, washer, waterheater, window, gate, garage.
For heater, kettle, waterheater, oven you can also use merge_thermo_idx to merge thermostat to control temperature.
Code: Select all
<voicecontrol>
devicetype = oven
merge_thermo_idx = 432
</voicecontrol>
Selector devices can choose only vacuum
Feedback is appreciated