g30r93g / homebridge-panasonic

A Homebridge plugin for Panasonic Viera TV's. Written to support the new Homekit TV accessory.
MIT License
21 stars 3 forks source link

Panasonic TX-55CXW754 not supported? #16

Closed albi closed 5 years ago

albi commented 5 years ago

Having a 2015 model of Panasonic, I can't get the switch to turn on the TV although the plugin https://www.npmjs.com/package/homebridge-panasonictv is already running without problems in Homebdrige. So network on/off is working with my TV. Is there anything I forgot?

g30r93g commented 5 years ago

Hi! The plugin https://www.npmjs.com/package/homebridge-panasonictv may be clashing. Perform sudo npm uninstall -g homebridge-panasonictv and remove the config for that plugin from your config.json file. Let me know if this fixes your problem!

albi commented 5 years ago

Unfortunately it did not help.

The log says

[2019-5-24 20:33:22] [TV] Powering TV on... error: connect EHOSTUNREACH 10.0.0.7:55000 { Error: connect EHOSTUNREACH 10.0.0.7:55000 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1174:14) errno: 'EHOSTUNREACH', code: 'EHOSTUNREACH', syscall: 'connect', address: '10.0.0.7', port: 55000 } error: connect EHOSTUNREACH 10.0.0.7:55000 { Error: connect EHOSTUNREACH 10.0.0.7:55000 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1174:14) errno: 'EHOSTUNREACH', code: 'EHOSTUNREACH', syscall: 'connect', address: '10.0.0.7', port: 55000 } root : TTY=pts/0 ; PWD=/var/homebridge ; USER=root ; COMMAND=/bin/journalctl -o cat -n 500 -f -u homebridge pam_unix(sudo:session): session opened for user root by (uid=0) [2019-5-24 20:33:42] [TV] Couldn't check power state. Please check your TV's network connection. [2019-5-24 20:33:42] [TV] Alternatively, your TV may not be correctly set up or it may not be able to perform power on from standby.

But the other plugins can switch the TV on and off. So everything seems to be fine on the network and TV.

albi commented 5 years ago

Sorry had a typo in my IP address! It helped getting rid of the other plugin! THX!

g30r93g commented 5 years ago

Great to hear! Hope you enjoy future releases!

albi commented 5 years ago

for sure! thx for your efforts