Hello guys i will provide more details but just wanted to know if anybody got this wird thing that if you use a motion detector to trigger a notification in openhab constatly all night it will send every night at 00 o clock a notification.
Any help would be apreciated.
this is the rule
rule "test notification front"
when
Channel ‘velbus:vmbpirm:402d3512:10:input#CH6’ triggered PRESSED
then
sendNotification(
“Somebody is at your front door at night”
)
end