Hi Lorenzo,
sorry to bother you but I’ve been using your work for few days now, all the detector’s status are working perfectly in home-assistant, but I can’t figure out how other entities are working, they show it’s enable or disable, but no matter what I’m doing on the keyboard of the alarme, I don’t see any changes. (and what the “Safe Mode” is there for ? I’ve been checking the Bentel manual but could’t find what it could be related to)
not that I really need anything more, but I was wondering if at least the status of the alarme (on or off) can be seen through espkyogate ? (I’m using the bentel kyo 8W, if it’s acting differently than the kyo32).
Hello @julien-billaud, strange. have you configure all status regarding arm of partitions?
If you configured enabled_total_area_xx, enabled_partial_area_xx, disabled_area_xx you should see changes when you arm/disarm with alarm keyboard.
“Safe Mode” is a special button only if there’s issue during firmware update of esphome, nothing related Bentel…
Yes I configured it that way :
In the lamba part I only kept the area “0” as I’m only using the first area :
&kyo32->allarme_area[0],
&kyo32->inserimento_totale_area[0],
&kyo32->inserimento_parziale_area[0],
&kyo32->inserimento_parziale_ritardo_0_area[0],
&kyo32->disinserita_area[0],
&kyo32->stato_uscita[0]
then in Binary sensor part :
- id: alarm_area_1
name: "Alarme"
- id: enabled_total_area_1
name: "Activation Totale"
- id: enabled_partial_area_1
name: "Activation Partielle"
- id: enabled_partial_delay_0_area_1
name: "Activation Partielle Sans Délai"
- id: disabled_area_1
name: "Désactivation"
- id: exit_status_1
name: "État Sortie 1"
If I enable the debug and then arm/disarm the alarm, I can see the following :
So it seems like it should work, but the sensor doesn’t get it’s status update in HA
Hello, yes, configuration seems ok… in your case the input_boolean.enabled_total_area_1 should change from false to true and input_boolean.disabled_area_1 from true to false and viceversa… doesn’t it?
Are you using the latest version of my firmware (v2024.4.26) ?