xkonni / raspberry-remote

Control remote plugs with the Raspberry Pi, features a webinterface. Uses RCSwitch and wiringPi.
GNU General Public License v2.0
109 stars 47 forks source link

webinterface - Intertechno switches don't work #22

Closed v1-valux closed 7 years ago

v1-valux commented 7 years ago

As far as I use the array ("2" , "01","01","Intertechno 1") within the config.php file, the daemon gives me an error output (elro switches are working):

message: 111111042 nSys: 1 nGroup: 11111 nSwitchNumber: 4 nAction: 2 nAddr: 996 nPlugs: 1024

message: 201012 nSys: 2 nGroup: 01 nSwitchNumber: 1 nAction: 2 nAddr: 33 nPlugs: 1024 Switch out of range: 01:1

Strange thing is, Intertechno Switches can't even be clicked on, they neither get switched nor the status is updating.

Any Idea?

FooDeas commented 7 years ago

Pull request incoming soon.

v1-valux commented 7 years ago

Working now. :)

Pulled this

Replaced only

daemon.h daemon.cpp

this dude saved my weekend.

cheers!