Alain Turbide

Results 168 comments of Alain Turbide

Now, I do know that the keypad can retrieve zone statuses when asked via menu but that is a different process as it will send a cmd to the panel...

Yes if you could log that it would be great! You might need to recompile as your last log didn't contain the last updates. As to your question, yes, I...

Fyi, whenever a zone or system status updates, there are 2 F2 system status messages sent out. Nothing zone related that I can see. Mostly system flags. But those F2...

Tks again. Did you do a full recompile and re-upload? The code is still not showing the F6 length changes so the new code has not been picked up on...

That's because it's not an ESPhome config. It's an HA config. Read up on it here: https://www.home-assistant.io/integrations/alarm_control_panel.template/ You don't need this config though if you are using the virtual keypad.

Well, I can see that the panel is sending RF device statuses with the status of 0x84 and since your bit mask is set to 0x80, it sees it as...

I think the heartbeat that rf devices send every 60 to 90 minutes is causing the issue. I'll check my code in how it handles the mask.

I've pushed a small update on dev. Just an update to vistalarm.h that has it ignoring RF heartbeat status messages for zone updates. See if that addresses your issue. I'd...

Ok, I see the issue. You should be using 0x20 as the mask and not 0x80. With rf sensors there are 4 possible loops that can be used and the...

Only way is to trigger then reset them and see what the value changes to in the RFX line in the log. It's a guessing game as I don't know...