Re: Pimatic alarm system plugin
since some weeks I’m going on to use the pimatic system.
today i would try to implement the alarm-system-plugin. But, perhaps I’m to stupid, but I cant find the way to configure.
OK, in my GUI i find now the switch for alarm and alarm-system.
Activating the alarm-system I get the message:
18:06:18.295 [pimatic-alarm] info: alarm system “Alarm system” activated
That’s really nice. But that’s all.
Here the part of my config.json.
{
“id”: “alarm_system”,
“name”: “Alarm system”,
“class”: “AlarmSystem”,
“includes”: [
“bewegung-3”,
“steckdose-1”
]
},
{
“id”: “alarm_trigger”,
“name”: “Alarm”,
“class”: “AlarmSwitch”
},
steckdose-1 is just a powerswitch with a lamp connected.
bewegung-3 is one of my move-detectors.
But, nothing happens, and I don’t know what exact should happen.
If there is someone who understood the working idea of the alarm-plugin, please help me.
Thanks a lot
manylomy