Dilbert66 / esphome-dsckeybus

Esphome custom configuration for interfacing to a DSC POWERSERIES alarm system
187 stars 34 forks source link

'class DSCkeybushome' has no member named 'onZoneAlarmChange' #18

Closed thunderwood19 closed 3 years ago

thunderwood19 commented 3 years ago

image

config:

for documentation see project at https://github.com/Dilbert66/esphome-dsckeybus

substitutions: systemName: "dscalarm" accessCode: !secret code cmdWaitTime: "0" # milliseconds. set how long to delay before accepting a new 05 cmd as valid to filter out intermittent short duration bogus commands that some panels send. default = 0

esphome: name: $systemName platform: ESP8266 board: d1_mini

includes:

wifi: ssid: !secret wifi_ssid password: !secret wifi_password domain: ".iot.locallan.digitalmetaverse.com" manual_ip: static_ip: 192.168.101.58 gateway: 192.168.101.2 subnet: 255.255.255.0 logger: baud_rate: 0 level: debug

api: password: !secret api_password

ota: password: !secret ota_password safe_mode: True

status_led: pin: number: D4 inverted: yes

custom_component:

binary_sensor:

zone status

text_sensor:

switch:

Dilbert66 commented 3 years ago

The dscalarm.yaml format is different with the dev and master versions. The master yaml only works with the master branch library. If you use the deb branch you must use the dev yaml since a few things are changed such as the missing onzonealarmchange call.