Hi,
I've been doing a bit of work on this plugin to make it work with my RX-V1600. I've added the ability to decode Command Strings which are a dump of the receiver status in response to a Ready command - good for setting up states within the event tree on load. I've also added lots of additional status codes and commands from the x600 documentation. I took the liberty of renaming some of the events and commands so they're more consistent when there's more zones, but they could do with some more work.
I renamed it to YamahaRXV because I didn't want it to get overwritten if I upgraded and so it'd live nicely with the existing one. I'd be interested if this still works with the 1000.
First attempt at Python so go easy on me.
Martin
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Yamaha RX-V1000 Serial
Re: Yamaha RX-V1000 Serial
- Attachments
-
- __init__.py
- (25.87 KiB) Downloaded 367 times
Re: Yamaha RX-V1000 Serial
I've fixed a couple of problems with the decoding of the command string and some command codes I had wrong.
- Attachments
-
- __init__.py
- (25.87 KiB) Downloaded 412 times
Re: Yamaha RX-V1000 Serial
If someone can confirm this I would commit it to the svn repository so it gets in the next beta.humeco wrote:I'd be interested if this still works with the 1000.