Raphaël Beamonte

Results 118 comments of Raphaël Beamonte

I bought a factory-set panel, which thus had the default dealer/installer/main codes! If you bought the panel from a security provider, you can probably ask them for the code too....

> ``` > Invalid state message '' from 'homeassistant/sensor/qolsys_panel_last_error/state' > ``` Is safe to ignore. I need to fix that in a later version, but this is basically that the...

Of course! Sorry for the delay! 😅

I do not think/believe they would be exposed through the Control4 interface unfortunately. Are you able to see them in the debug logs?

Hello! Unfortunately the panel does not provide any information about the battery of the sensors. I haven't found any way or interaction that would allow us to grab that information,...

What happens when you do tamper sensors ?

I realized I've had similar troubles while developing, but never while using it in production. Did you have to restart AppDaemon multiple times? It shouldn't be related to Home Assistant...

Looking over the rules really fast, I do not see any rate limit for port `12345` though? The DEF_WAN_INF rules I see seem to be for already established connections, which...

I documented in this document: https://github.com/XaF/qolsysgw/blob/main/docs/qolsys-panel-interactions.md (search "tamper") how I've identified (tests and checks) that the panel reports tampered sensors through the control4 API. I've not had any issue with...

You misunderstood me. Home Assistant is not connected with the panel itself. Home Assistant is connected to Appdaemon, and Appdaemon runs qolsysgw, which connects to the qolsys panel. So any...