krauskopf / node-red-contrib-avr-yamaha

Node-RED node to connect to Yamaha Audio Video Receivers (e.g. Yamaha AVR RX-677)
MIT License
21 stars 5 forks source link

AVR Yamaha Node shows "connected" but receives no data #25

Open GeoffNT opened 2 years ago

GeoffNT commented 2 years ago

I have a Yamaha RX-V673 and have just started using these nodes. The Put and Get nodes work fine but the AVR Yamaha (upnp listener) node has no output even though it says connected. I'm using the standard 8080 port.

Is there anything I can do to test why this isn't working?

The Yamaha AV Controller Android app works fine as does the webserver at the devices IP address.

DoXer67 commented 2 years ago

I have the same issue.

my flow: [{"id":"c4690ebfd1177b32","type":"AVR-Yamaha-in","z":"4d695019c4a5e342","device":"d8060c90c11265a2","name":"WZ","devdesc":false,"x":150,"y":440,"wires":[["1ca8b601aa02e169","691bada931f47058"]]},{"id":"1ca8b601aa02e169","type":"debug","z":"4d695019c4a5e342","name":"debug 2","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":520,"y":440,"wires":[]},{"id":"691bada931f47058","type":"debug","z":"4d695019c4a5e342","name":"debug 3","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"topic","targetType":"msg","statusVal":"","statusType":"auto","x":520,"y":480,"wires":[]},{"id":"d8060c90c11265a2","type":"avr-yamaha","name":"Wohnzimmer","address":"192.168.100.40","port":"","debug":false}]

Ctrl-F4 commented 1 year ago

Same Yamaha RX-V673 (firmware version 1.98), same issue here. How to debug? Issue for RX-V673 only or also other types?

Ctrl-F4 commented 1 year ago

OK, the node has output after setting topic System.Misc.Event.Notice On see https://github.com/krauskopf/node-red-contrib-avr-yamaha/issues/13#issuecomment-490211291

image

edit: just realized this is already mentioned in the #readme. simply overlooked.