i have been using my plug-in for quite a while now and thought it would be cool to share it with you!
This plug-in will allow you to control your Panasonic TV over ethernet with EventGhost.
You can:
- emulate remote control buttons
- query basic information from your TV
- set absolute volume levels or mute state
You can get it at: https://github.com/EssKaa/PanasonicTV
Just follow the instructions in the ReadMe.txt
First of all: this is my first python project!
A friend of mine wrote a module for FHEM to control the TV, which inspired me to try to port it to EventGhost, since i was not using FHEM.
My first implementation was using PowerShell, but that was a lot of work to use within EventGhost.
After a while i decided to port it to python, so don't freak out if the code is dirty!
Have fun! If you have any comments please feel free to leave them.
Version history
1.3:
fixed Set Mute on / off actions
added Smart Mute functionality
1.2:
Added direct input keys for:
HDMI1
HDMI2
HDMI3
HDMI4
AV1
AV2
1.1:
Fixed settings dialog
1.0:
Initial release