Changed port to 5001 in both notification settings of Alarmdecoder and config.json. Still got the same error.
I then tried something else:
For The URLs in config.json, I noticed AlarmDecoder runs HTTPS in my browser. So I changed it to:
- Code: Select all
"stateURL": "https://192.168.222.7:443/api/v1/alarmdecoder",
"zoneURL": "https://192.168.222.7:443/api/v1/zones",
"setURL": "https://192.168.222.7:443/api/v1/alarmdecoder/send",
Notice the "https" and port 443
But it doesn't seem to change the fact that its still broken.