Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How can I do that? I want to cange the canal of the sender.

What I have tried:

I want this in c#. I can not to make a connect.
Posted
Updated 13-Jan-22 9:19am

You will have to talk to Panasonic about the specific model of TV and what interfaces it allows - they may be able to help you, but it's likely you will need additional (possibly special) hardware to do it depending on the "channels" you want to switch. Switching "Channel 1" to "Channel 2" is likely to be fairly easy, but "HDMI 1" to "Channel 66" is probably a good deal more complex.
 
Share this answer
 
Panasonic have published C# SDK for various operations, however we don't know whether your Panasonic TV is compatible with the SDK.

SDK (Software Development Kit) | Applications | Products | Business Communication Systems | Office Communication | Products & Solutions | Panasonic Global[^]

You can also look following GitHub repository that have developed interfaces for connecting Panasonic Viera TV.

GitHub - samuelmatis/viera-control: Control your Panasonic Viera TV with simple REST API and mobile optimized UI[^]
 
Share this answer
 
If you don't mind using Python you could use the free and open-source home-assistant[^]
More information here: Panasonic Viera - Home Assistant[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900