Search found 69 matches

by gol
Sun 12 Feb 2017, 16:46
Forum: SPC Web Gateway Support
Topic: No SIA 'BA' event raised
Replies: 2
Views: 4800

Re: No SIA 'BA' event raised

Are you sure that the BA event is not just delayed. The delay time is set in System Timers -> Dialler Delay (default is 30 seconds I think)
If you have defined multiple areas, it is also important that you check the correct area in EDP filter settings.

//Goran
by gol
Fri 09 Dec 2016, 11:11
Forum: Home Automation Bindings
Topic: MQTT binding now available
Replies: 12
Views: 17428

Re: MQTT binding now available

Glad to hear you found the problem.
//Göran
by gol
Wed 07 Dec 2016, 17:36
Forum: Home Automation Bindings
Topic: MQTT binding now available
Replies: 12
Views: 17428

Re: MQTT binding now available

Yes it seems very strange. I haven't heard this issue from other users of Raspberry Pi 3. Do you think you can log the EDP communication to see what the SPC-system is sending when you get the invalid the message? You just have to start the spc-web-gateway with the -d option and redirect the output t...
by gol
Wed 07 Dec 2016, 12:54
Forum: Home Automation Bindings
Topic: MQTT binding now available
Replies: 12
Views: 17428

Re: MQTT binding now available

Hi Erwin!
Interesting issue :? . What I can see in the invalid message one parenthesis is missing. How often is this happening, all the time or only intermittently?
//Göran
by gol
Tue 21 Jun 2016, 16:53
Forum: Home Automation Bindings
Topic: MQTT binding now available
Replies: 12
Views: 17428

Re: MQTT binding now available

Hi Rory,
It seems you have an issue with the ssl/tls credentials. Please check that config.json setup is in accordance with your gateway settings. Try also to replace localhost in config.json with your IP address.

//Goran
by gol
Thu 09 Jun 2016, 16:03
Forum: SPC Web Gateway Support
Topic: Failed to start Web Service
Replies: 21
Views: 23139

Re: Failed to start Web Service

Probably you already have another instance of spc-web-gateway running or the configured port (default 8088) is already used by another process.
by gol
Sun 21 Feb 2016, 19:30
Forum: Home Automation Bindings
Topic: MQTT binding now available
Replies: 12
Views: 17428

MQTT binding now available

I have written a nodejs script that mirror SPC status to a MQTT broker, e.g Mosquitto.
You find the code here: https://github.com/Goran58/node-spc-mqtt

//Goran
by gol
Sun 24 Jan 2016, 15:06
Forum: Applications
Topic: spc-anywhere-proxy
Replies: 4
Views: 7040

Re: spc-anywhere-proxy

I havn't published the new version on github. But please PM me if you are interested in the code.
//Goran
by gol
Tue 08 Dec 2015, 08:19
Forum: Home Automation Bindings
Topic: Binding to Domoticz
Replies: 33
Views: 48988

Re: Binding to Domoticz

My config.json looks like this. HC2-user is the same as Domoticz user? Anything that looks wrong? { "spc_gw_host":"localhost", "spc_gw_port":"8088", "spc_ws_user":"pi", "spc_ws_password":"rena4747", "spc_get_user&q...
by gol
Thu 19 Nov 2015, 19:23
Forum: SPC Web Gateway Support
Topic: Problem att ansluta
Replies: 4
Views: 6714

Re: Problem att ansluta

Troligtvis så har du inte lyckats få igång spc-web-gateway efter booten.

Logga in och kör kommandot:
ps -ef | grep spc

Om du inte ser spc-web-gateway så är den inte startad. Testa då och starta den manuellt med:
/etc/init.d/spc-web-gateway start

//Göran