Change everything and using daytime now, but without luck to sync
Its getting worse lol, it was working before, now it says theres something wrong my json, although i didnt change a thing.
I even recopied everything to be sure, but still error
Loading config from: /config/risco-mqtt.json
Startup error SyntaxError: /config/risco-mqtt.json: Unexpected token } in JSON at position 358
at parse ()
at Object.Module._extensions…json (node:internal/modules/cjs/loader:1266:39)
at Module.load (node:internal/modules/cjs/loader:1076:32)
at Function.Module._load (node:internal/modules/cjs/loader:911:12)
at Module.require (node:internal/modules/cjs/loader:1100:19)
at require (node:internal/modules/cjs/helpers:119:18)
at Object. (/app/dist/main.js:23:24)
at Module._compile (node:internal/modules/cjs/loader:1198:14)
at Object.Module._extensions…js (node:internal/modules/cjs/loader:1252:10)
at Module.load (node:internal/modules/cjs/loader:1076:32)
If you start the addon with the proxymodz enabled, do you see the panel connecting now? You should see it in the log, it can take up to 2 minutes…
Make sure that you have cloud enabled on your panel, because it’s probably not… Otherwise you the addon in non-proxy mode should never work, and in your case it did…
Hey there!
I’m trying to use the risco-mqtt-local addon for my risco panel using it locally (so no cloud!). I am however unable to connect to my panel with the following showing in the logs:
1/25/2024, 12:03:11 AM [error] Command[1] error: Error: write ECONNRESET
1/25/2024, 12:03:11 AM [error] Socket Closed.
1/25/2024, 12:03:11 AM [error] Risco command error: TIMEOUT. Command: {"panelId":1,"commandId":1,"attempts":1,"crcOk":false,"commandStr":"RMT=XXXX","sentBuffer":{"type":"Buffer","data":[...]}}
where data is an array of random looking numbers. I know for a fact the access code and IP address are correct. What am I missing? Thanks!