Unknown Alert code 384
smejdil opened this issue · 2 comments
smejdil commented
Hi
I monitoring my Starlink v2. And i detect alert with code 384. Do you know what the code means? You might want to add the code to starlink_grpc.py?
sparky8512 commented
You mean the alerts
field in the status group? That one is a bitfield, so if you have multiple alerts active, there will be multiple bits set. 384 in binary is 110000000, which is 256 + 128, which is alert_is_heating
and alert_install_pending
.
If you pull the alert_detail group, it should have the alerts listed individually.
smejdil commented
Hi
Thank you for the explanation. I added Items "Alert detail status" to my Zabbix templates