Niels Faber
Niels Faber
> The proposed change involves extending the alarmo/event payload to include a "DISARMED" status when the alarm system is disarmed. The disarmed status update is already visible in the state...
Could it be that you did not make any change to the alarmo settings in over 3 years? The error suggest that your settings file is missing a property that...
@ZinTheDog Can you look up the `alarmo.storage` file in subfolder `.storage` (might be a hidden folder) in the HA configuration directory? I would to see the version that is listed...
@ZinTheDog I'm surprised you are running into this error since it suggest that the `sensor_groups` is missing from that file. An ampty list should not give such error. If I...
@ZinTheDog This indeed seems unrelated to the bug reported here. You might want to check the developer tools > states page and look for the alarm entity. There is another...
@bcutter your issue is not related to the topic discussed here. I think your issue is caused by an incompatible HA version. The error is related to a property that...
> Steps to reproduce Create group with 2 sensors. Come back and see 3 sensors added. File shows a dupe sensor added. In an attempt to reproduce this issue, I...
@VNRARA / @PowerBat80 Thank you very much for your input. This helped me identify the issue. I made a fix for this in the v1.9.14 release. Could you update your...
The error message suggests that your device needs additional data parameters to be sent. Possibly you should replace `entity_id` by `media_player_entity_id` in the data to make it work. Such specific...
I agree with your request. I just don't really know (yet) how to make this happen in the code. The bypassed sensors are handled differently than sensors which are initially...