This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Control your Panasonic Viera Smart TV!! Available in de Appstore
Because at the moment my tv isn't reacting on the infrared commands from homey I searched for an other solution and see if it could be controlled via network and came across this nodejs implementation.
https://github.com/samuelmatis/viera-control
So I hope that someone has some time and knowledge to implement this in app just like @jorden did for the onkyo receiver which is superb (waiting for athom to fix gc so it keeps on working)
=================================================================================================
https://github.com/samuelmatis/viera-control
So I hope that someone has some time and knowledge to implement this in app just like @jorden did for the onkyo receiver which is superb (waiting for athom to fix gc so it keeps on working)
=================================================================================================
Control Panasonic Viera SmartTV with Homey done by @jorden ;;;
*Want to show your appreciation for this app? A donation is possible via http://www.d2c.nl *
App contains the following action cards:
- Send command (contains all keys you can send to the TV)
- Set volume
Conditions:
- TV is (not) muted
- TV is (not) on
Sadly, most units do not support Power On via IP. VIERA Link (HDMI CEC) can be used for power if available. 2012 VT50/GT50/WT50 and 2013 VT60/ZT60/WT60 support Wake on LAN for Full IP Control via Ethernet (US Models Only). You probably first have to turn it on via: Menu > Network > Wake on LAN. Otherwise, all functions won't work until you turn on the TV using your remote.
Big thanks to https://github.com/THLabs/node-panasonic-viera
Version 0.3.0:
- Added 'TV is on' condition card
- Fixed bug on pairing timeout
Version 0.2.0:
- Added discovery of device
Version 0.1.0:
- First version
Comments
Which ipaddress should it use?
However, when the update is published you will be able to manually enter your IP-address so then the 'real testing' can begin. The logs are of no use at this moment.
Perhaps you can run the app in developer mode, so you can see the logs of the crashing? That will be very useful for solving this.
i already tried to do this but because at the moment it's using a predefined pulldown/dropdown list you can't fill in a variable name of type string.
(On a side note, I just have this week of work and then I'll be gone for holidays for 2 weeks so not much can be done )