Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No 'alarm disarmed' in Activity log #110

Open
WildArne opened this issue Jul 23, 2020 · 18 comments
Open

No 'alarm disarmed' in Activity log #110

WildArne opened this issue Jul 23, 2020 · 18 comments
Labels
bug Something isn't working

Comments

@WildArne
Copy link

The component:

  • Current version: v1.12.6
  • Last known working version (if any):

Your setup:

  • Home Assistant version: 0.112.4
  • Last known working Home Assistant version (if any):
  • OS: Windows 10
  • Browser name & version: Chrome 80.0.3987.163

Describe the bug
In alarm panel under Activity, its only showing when the alarm is set the alarm in Away mode.

@WildArne WildArne changed the title Activity are not showing disarmed events Activity are only showing set the alarm in Away mode. Jul 23, 2020
@WildArne
Copy link
Author

After more testning i can see that trigged also is showing in activity.

@akasma74
Copy link
Owner

I don't understand what it the matter of your issue, could you elaborate (perhaps using screenshot and few more words to explain)?

@akasma74 akasma74 added the question Further information is requested label Jul 23, 2020
@WildArne
Copy link
Author

Screenshot_20200723-230127.jpg
I Will try 😊
In the activity log, i cant see when the alarm is disarmed.
I have just tried to armed home and disarmed, but only armed home is in the log.

@akasma74
Copy link
Owner

So basically you can see anything apart from alarm disarmed, is that correct?

@WildArne
Copy link
Author

Yes 😊

@akasma74 akasma74 changed the title Activity are only showing set the alarm in Away mode. No 'alarm disarmed' in Activity log Jul 23, 2020
@akasma74
Copy link
Owner

Well.. mine works as expected
Screen Shot 2020-07-23 at 22 16 18

Could you post your bwalarm.yaml here?

@WildArne
Copy link
Author

WildArne commented Jul 24, 2020

Yes, its comming here :-)

platform: bwalarm                                                                                   
panel:                                                                                              
  cameras: []                                                                                       
  panel_title: ''                                                                                   
  camera_update_interval: ''                                                                        
  enable_fahrenheit: 'False'                                                                        
  enable_sensors_panel: 'True'                                                                      
  hide_passcode: 'True'                                                                             
  hide_sidebar: 'True'                                                                              
  enable_clock: 'False'                                                                             
  enable_floorplan_panel: false                                                                     
  enable_camera_panel: 'False'                                                                      
  enable_custom_panel: false                                                                        
  round_buttons: 'True'                                                                             
  shadow_effect: 'False'                                                                            
enable_night_mode: false                                                                            
states:                                                                                             
  armed_away:                                                                                       
    immediate:                                                                                      
    - binary_sensor.gang_sensor_motion                                                              
    delayed: []                                                                                     
    override: []                                                                                    
    pending_time: 0                                                                                 
    warning_time: 0                                                                                 
    trigger_time: 600                                                                               
  armed_home:                                                                                       
    immediate: []                                                                                   
    delayed: []                                                                                     
    override: []                                                                                    
    pending_time: 0                                                                                 
    warning_time: 0                                                                                 
    trigger_time: 600                                                                               
  armed_night:                                                                                      
    immediate: []                                                                                   
    delayed: []                                                                                     
    override: []                                                                                    
    pending_time: 0                                                                                 
    warning_time: 0                                                                                 
    trigger_time: 600                                                                               
users:                                                                                              
- id: mylongid                                                             
  name: anders                                                                                      
  enabled: true                                                                                     
  code: '1234'                                                                                     
  picture: ha.png                                                                                   
admin_password: password                                                                             
code_to_arm: true
enable_log: true                                                                                    
log_size: 20

@akasma74
Copy link
Owner

Thanks.
Could you edit your last post to preserve formatting?
It can be done by enclosing the config content within three back quotes (or selecting the text and hitting Insert code above the message editor)

@WildArne
Copy link
Author

Nice feature 😊

@akasma74
Copy link
Owner

that's better.
one more thing - could you scramble your sensitive details like passwords etc rather than delete them?
the thing is it's YAML and a lot of things have impact on the resulting values so I want as close copy of your config as possible to reproduce the issue.

@WildArne
Copy link
Author

Of cause 😊
At the phone so thats was faster

@akasma74
Copy link
Owner

@AndersNorlev I'm still waiting for the scrambled config

@WildArne
Copy link
Author

Oh a copy of My configtion.yaml?

@akasma74
Copy link
Owner

No, just update this post with content of your bwalarm.yaml but instead of deleting sensitive info like passwords etc change them to 1234 or so.

By the way, you can use secrets.yaml so instead of real values you can use !secret alarm_admin_password in your bwalarm.yaml - thay way you can easily share it with others without the need to hide that sensitive info every time ;)

@WildArne
Copy link
Author

Its should be updated now :-)

okay nice, i will try to move it to secrets :-)

@akasma74
Copy link
Owner

thanks

@akasma74 akasma74 added bug Something isn't working and removed question Further information is requested labels Jul 27, 2020
@WildArne
Copy link
Author

WildArne commented Aug 3, 2020

I can see in the logbook that the alarm is disarmed
image

Do you know how to create a notification with who as armed or disarmed the alarm?

@akasma74
Copy link
Owner

akasma74 commented Aug 6, 2020

I can see in the logbook that the alarm is disarmed

that's as expected. otherwise it won't disarm ;)

Do you know how to create a notification with who as armed or disarmed the alarm?

I don't think it's possible outside the component as information about users is in its config.
Do you really need it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants