krauskopf/node-red-contrib-avr-yamaha

Can't connect to receiver

Closed this issue · 1 comments

Can't get it to connect to my RX-A3060BL, which is easily accessible via the built-in web control pages. (http://IPADDRESS alone returns a simple web control panel, while http://IPADDRESS/setup returns a very detailed config page for the receiver.)

2017-01-02_18-38-57

hi,

to track down the error I need some more information. Please try the following:

  • Activate the "debug log" setting in the corresponding configuration node and then look in the stdout of node-red for some debug outputs. Paste them here.
    image

On a raspberry pi with raspbian you can show the log on the terminal with the following command:
sudo journalctl -f -u nodered -o cat

  • Change the flow above to trigger the "yamaha GET Node" manually using an inject node:
    image
    image

Is this working?

  • In the configuration of the receiver, is there anywhere an option which is called "remote control port" or similar? Maybe the RX-A3060BL is not listening on port 8080? Other models, like the TSR-5790 use for example port 49154.

Let me know if you have further questions or need more detailed instructions.

Regards,
Sebastian