I have a FA20RF smoke detector Setup in Domoticz as 'smoke detector' device. When I activate the switch the FA20RF starts beeping. or with dzvents code
Code: Select all
domoticz.devices('Rookmelder hal').switchOn()
Code: Select all
domoticz.devices('Rookmelder hal').switchOff()
Code: Select all
domoticz.devices('Rookmelder hal').reset()code]
and
[code]domoticz.devices('Rookmelder hal').state == 'reset'
Code: Select all
domoticz.devices('Rookmelder hal').state = reset
Has anyone succefully integrated his smoke detectors??