Alain Turbide
Alain Turbide
Those mean that an expander set_zone_fault cmd was sent to the esp from home assistant to zone 13 hex(19 decimal). The first triggers the fault (opens) and the second closes...
I've updated the "new" branch to re-add the missing partition msgs. I had removed them as they were redundant as it's the same info as what is sent in line1...
Sorry, I corrected above That was 13hex so it's zone 19 decimal
That's odd. Works fine here. Check the sensor name?
Odd. I just check on mine and all is fine. check your yaml to make sure this is there? ``` DSCkeybus->onPartitionMsgChange([&](uint8_t partition,std::string msg) { switch(partition) { case 1: id(m1).publish_state(msg); break;...
You can start with this example setup. Just modify to suit your service names. I've pushed a sample lovelace.yaml sample: ``` type: 'custom:alarm-keypad-card' title: DSCModule_ESPHOME unique_id: dsc1 disp_line1: sensor.dscalarm_line1 disp_line2:...
> Yes it is defined in my yaml file I can't see what the issue would be? Do you see it in the log as below? 
do you have these entries at line 1337 in dscalarm.h? ``` rtrim(lcdLine1); rtrim(lcdLine2); lcdLine1=lcdLine1.append(" ").append(lcdLine2); partitionMsgChangeCallback(partition+1,lcdLine1); ```
Beep is not fully working yet. Have a few bugs to iron out first.
FYI, when you first restart the esp, it will not have the list of enabled and open zones. Therefore for the first few minutes you won't be able to use...