just received, with thanks.
I’ve just taken apart my Powermax complete and it doesnt seem to look anything like the RS232 connection you mentioned in your guide. I have a “dual rs232” connection.
also, regarding the siren part of things… your documentation shows a dual relay module, and i have been sent one that has just the one on it… there seems to be no connections on it for the D7/D6 to connect to from the wemos … have you got any wiring diagrams for this please??
:edit: ok i seem to have worked out the wemos board dealio. i saw someone elses photo in this thread and he had it plugged into the “IP” section. so that seems to be working.
one thing i have noticed is that now the voice notifications of the doors opening in my house are no longer working. is this something which is known to stop once you have it connected up to this system?
edit 2: now i’m looking at the relay board.
I’m assuming I should be using just D7 Or D6 and just one of the 5 or 3.3V connections. only thing is, I’m not sure which is which pin and which voltage to use (if that is the correct assumption!)
edit 3: i’ve got it setup in smartthings, i can arm and disarm… but its not populating the sensor names at all. it is telling me that they are being opened etc though. as such ( i guess) i’m not seeing them as seperate smartthings devices either. fyi i didnt change anything in the handler, i have 6 sensors so i have deleted the last two from your list (didn’t import when there were default 8 either)
here is a snippet from my
{“zoneName”:“Living room”,
“zoneType”:12,
“zoneTypeStr”:“Interior”,
“sensorId”:179,
“sensorType”:“Motion”,
“sensorMake”:“Visonic PIR”,
“signalStrength”:0,
“lastEvent”:5,
“lastEventAge”:735,
“stat_doorOpen”:false,
“stat_bypased”:false,
“stat_lowBattery”:false,
“stat_active”:true,
“stat_tamper”:false},
{“zoneName”:“Garage”,
“zoneType”:39,
“zoneTypeStr”:"??",
“sensorId”:150,
“sensorType”:“Magnet”,
“sensorMake”:“Visonic Door/Window Contact”,
“signalStrength”:0,
“stat_doorOpen”:false,
“stat_bypased”:false,
“stat_lowBattery”:false,
“stat_active”:true,
“stat_tamper”:false},
appreciate any help on this.
edit 4: how would one go about getting alerts etc for when the alarm is actually activated? I don’t see there ability to use the alarm in any routines (ie if everyone leaves house automatically set alarm. Or if alarm is activated start recording of cameras around the house)
edit 5: sorry i’m making this post bigger and bigger - fwiw i see in the handler logs that the devices “panelzone2” etc are being active and inactive. is that the normal name for them? I am kinda thinking that maybe it is something to do with the names which is causing this??
Also, I’m using this in Smartthings Classic app… the newer ST app doesnt seem to display anything at all for the alarm device!
edit 6:
ok so i’m getting a bit more hang of this IDE (first time really using it) and when i select “create zone devices” i see this in the live logs
groovy.json.JsonException: Unable to determine the current character, it is not a string, number, array, or object
The current character read is ‘]’ with an int value of 93
Unable to determine the current character, it is not a string, number, array, or object
line number 21
index number 431
]}
^ @line 395 (parse)
some other lines from the logs when doing a “config” button press
10:46:31 AM: debug {zone_id=3, zone_name=Living room, zone_status=No Motion}
10:46:21 AM: debug {zone_id=3, zone_name=Living room, zone_status=Violated (Motion)}
10:46:07 AM: debug {ip_for_st=192.168.0.146, port_for_st=39500, update_config=success}