I just upgraded to UI7 and every time I log into my dashboards I always have alerts (even if I delete them).
Its a bug!
I can get rid of some but there are always some left over which won’t go
Contact Vera support they can clear it.
I have a manually-triggered scene called ‘Reload Luup’ which runs the following lua code:
os.execute(“rm /etc/cmh/alerts.json”)
luup.call_action(“urn:micasaverde-com:serviceId:HomeAutomationGateway1”, “Reload”, {}, 0)
A browser refresh after that should make all your alerts disappear.
Are they the same ones or are they new. For me I leave my sensors in the “Arm” position vs. the “bypass”. And if I open my pantry door or any door it sets an alert in the UI because the door was set to “ARM” and it was tripped.
Thanks racarter! That has been bugging me FOREVER!
[quote=“racarter, post:4, topic:189607”]I have a manually-triggered scene called ‘Reload Luup’ which runs the following lua code:
os.execute(“rm /etc/cmh/alerts.json”)
luup.call_action(“urn:micasaverde-com:serviceId:HomeAutomationGateway1”, “Reload”, {}, 0)
A browser refresh after that should make all your alerts disappear. :)[/quote]
Great! Thanks!!
perfect thanks racater!