Search found 6 matches

by mtak
Wed 22 Aug 2018, 16:33
Forum: SPC Web Gateway Support
Topic: Failed to start Web Service
Replies: 21
Views: 23170

Re: Failed to start Web Service

I've managed to solve my problem by running the spc gateway (together with the mqqt binding) on a separate Raspberry Pi (running Jessie). One advantage with this is ofcourse that it till be less vulnerable while doing upgrades on my domotics installation.
/Mattias
by mtak
Sun 19 Aug 2018, 17:05
Forum: SPC Web Gateway Support
Topic: Failed to start Web Service
Replies: 21
Views: 23170

Re: Failed to start Web Service

Hi again, After I had installed libssl1.0-dev i got the gateway up and running. Unfortunally my node-red installation stopped working instead. I'm using that together with mqtt to get messages from SPC sent over to domoticz. The reason for node red stopping was that installing libssl1.0-dev removed ...
by mtak
Sun 19 Aug 2018, 16:35
Forum: SPC Web Gateway Support
Topic: Failed to start Web Service
Replies: 21
Views: 23170

Re: Failed to start Web Service

Hi Goran,
The problem was that i had two directories containing the gateway.
When I tried to debug the "libssl" i used my second instance of the gateway that contained an invalid EDP key.
Thanks for pointing me to the right direction.
/Mattias
by mtak
Sun 19 Aug 2018, 10:17
Forum: SPC Web Gateway Support
Topic: Failed to start Web Service
Replies: 21
Views: 23170

Re: Failed to start Web Service

Hi Goran, Just updated to Ubuntu 18.04.1 and got this problem as well, Reverted to to libssl1.0-dev and the problem was gone. (Running version 1.3) Problem now is when i start gateway the result is /spc-web-gateway-1.3$ ./spc-web-gateway -d License valid until 2038-01-01 Waiting for PANEL... Connect...
by mtak
Tue 06 Sep 2016, 19:59
Forum: Home Automation Bindings
Topic: Binding to Domoticz
Replies: 33
Views: 49040

Re: Binding to Domoticz

Hi,

Instead of using this Binding to Domoticz i'm now using the MQTT binding to connect to Domoticz and so far everything seems to work fine.

Regards
Mattias
by mtak
Thu 01 Sep 2016, 18:00
Forum: Home Automation Bindings
Topic: Binding to Domoticz
Replies: 33
Views: 49040

Re: Binding to Domoticz

Hi, I'm, trying to get this to work but unfortunally i get the below result (look at the first attempt below) It looks like the binding works with the the spc gateway but it fails with domoticz. In the node-spc-domticz-bindings.js i've found this /*auth: config.hc2_user + ':' + config.hc2_password +...