coolchip / node-red-contrib-viera

Controls Panasonic Viera TVs with a Node Red node.
MIT License
4 stars 0 forks source link

Only the volume example works on FZ952 OLED tv? #3

Closed nodecentral closed 2 years ago

nodecentral commented 5 years ago

Hi

Thanks so much for making this node available, I’ve just got a Panasonic OLED (FZ952) , but only the volume examples you shared work, sending any other commands like power or info don’t ?

Any ideas?

Would you also be able to share some more examples to try ?

schefa11 commented 5 years ago

Same problem on "Panasonic TX-55FXW654". Only get Volume, set Volume, get Mute work. Commands like "power" do not work. Pls update node or documentation

coolchip commented 3 years ago

These is my current working flow for my TV.


[{"id":"f7d173ae.db2c6","type":"viera write","z":"28c865cb.2adb6a","name":"living room","host":"192.168.178.27","function":"sendCommand","x":370,"y":200,"wires":[]},{"id":"927157bc.e019e8","type":"ui_button","z":"28c865cb.2adb6a","name":"","group":"792377b6.a85d28","order":1,"width":0,"height":0,"passthru":false,"label":"aus","tooltip":"","color":"","bgcolor":"","icon":"fa-power-off","payload":"POWER","payloadType":"str","topic":"","x":90,"y":120,"wires":[["f7d173ae.db2c6"]]},{"id":"b1260026.f14b5","type":"ui_button","z":"28c865cb.2adb6a","name":"","group":"792377b6.a85d28","order":2,"width":0,"height":0,"passthru":false,"label":"lauter","tooltip":"","color":"","bgcolor":"","icon":"fa-volume-up","payload":"VOLUP","payloadType":"str","topic":"","x":90,"y":160,"wires":[["f7d173ae.db2c6"]]},{"id":"1ea378e6.57f5b7","type":"ui_button","z":"28c865cb.2adb6a","name":"","group":"792377b6.a85d28","order":3,"width":0,"height":0,"passthru":false,"label":"leiser","tooltip":"","color":"","bgcolor":"","icon":"fa-volume-down","payload":"VOLDOWN","payloadType":"str","topic":"","x":90,"y":200,"wires":[["f7d173ae.db2c6"]]},{"id":"d64f3d26.5ee89","type":"ui_button","z":"28c865cb.2adb6a","name":"","group":"792377b6.a85d28","order":4,"width":0,"height":0,"passthru":false,"label":"kanal hoch","tooltip":"","color":"","bgcolor":"","icon":"fa-angle-up","payload":"CH_UP","payloadType":"str","topic":"","x":110,"y":240,"wires":[["f7d173ae.db2c6"]]},{"id":"96c36e61.9d01f","type":"ui_button","z":"28c865cb.2adb6a","name":"","group":"792377b6.a85d28","order":5,"width":0,"height":0,"passthru":false,"label":"kanal runter","tooltip":"","color":"","bgcolor":"","icon":"fa-angle-down","payload":"CH_DOWN","payloadType":"str","topic":"","x":110,"y":280,"wires":[["f7d173ae.db2c6"]]},{"id":"792377b6.a85d28","type":"ui_group","name":"Wohnzimmer","tab":"c2966128.d1592","order":1,"disp":true,"width":3,"collapse":false},{"id":"c2966128.d1592","type":"ui_tab","name":"TV","icon":"fa-television","order":3,"disabled":false,"hidden":false}]```
nodecentral commented 3 years ago

This is likely all related to what Panasonic added to 2018 and onward TVs which I believe ‘F’ represents (G = 2019)

Links to - https://github.com/coolchip/node-red-contrib-viera/issues/4