andreas-fey / fhem-pilight

pilight module for FHEM
http://blog.andreas-fey.com/fhem-module-pilight/
GNU General Public License v3.0
5 stars 8 forks source link

Not working with Pilight 6.0 #17

Closed cyablo closed 9 years ago

cyablo commented 9 years ago

This Plugin is not working with Pilight 6.0 for me. Looks like Connection is OK but there is some kind of API Problem between Plugin and Pilight.

FHEM Log:

pilight command: off
pilight: ERROR. No handshake with pilight-daemon. Received: >>><<<

Pilight Deamon Log:

pilight-daemon: DEBUG: broadcasted: {"values":{"cpu":0.1888239876108073,"ram":0.4712269622374017},"origin":"core","type":-1,"uuid":"0000-b8-27-eb-0e9a70"}
pilight-daemon: INFO: new client, ip: 192.168.1.3, port: 40909
pilight-daemon: DEBUG: client fd: 17
pilight-daemon: DEBUG: client id: 4
pilight-daemon: DEBUG: socket recv: { "message": "client sender" }
pilight-daemon: DEBUG: client disconnected, ip 192.168.1.3, port 40909
pilight-daemon: DEBUG: cpu: 0.174146%, ram: 0.471227%
pilight-daemon: DEBUG: socket write succeeded: {"values":{"cpu":0.1741459413968541,"ram":0.4712269622374017},"origin":"core","type":-1,"uuid":"0000-b8-27-eb-0e9a70"}

Telnet is working fine:

telnet pilight 5000
Trying 192.168.1.34...
Connected to pilight.
Escape character is '^]'.
{ "action": "identify" }
{"status":"success"}
andreas-fey commented 9 years ago

Please test newest version, pilight 6 ist supported now.