Alain Turbide

Results 228 comments of Alain Turbide

I've added some comments to clarify, yes it can be confusing logic. The idea was to minize memory use also as this code resides in limited ISR ram. It's the...

Do you have a log of arming with debounce active? I'd like to see what those logs look like to compare. It's very odd. On one hand I'm dealing with...

I've added a "debounce: true/false" controllable option to the yaml config so you can turn the feature on or off easily.

Ok, that kinda indicates that my assumption of multiple 05's is not accurate. I need to rethink how to eliminate the bogus cmds that I get without resorting to losing...

Ok, i see the issue on my end. It's more a communications error than anything the panel is doing. The data loses a bit so shifts info over. Unfortunately the...

I found another solution for it. On the bad 05 packets, it loses the final bit on byte 10, so now I look for that and if missing i ignore...

use: lambda: $panelId->set_alarm_state("A","",1); lambda: $panelid->set_alarm_state("D","$accessCode",1);

That is normal. Unavailable means the partition is not ready. ie, has open/active zones so can't be armed. Disarmed is when the panel is not armed and has no open/active...

I'm doing a few more tests. I suspect it's a custom component I'm loading that is affecting it as when I use a barebones config, the ota component loads fine...

Ok, found the culprit. I thought I had commented that out when testing. Anyhow it's an on_begin action under the ota that's causing the failure: ``` ota: password: !secret ota_password...