04.10.2021, 18:00
Hi,
I can send HTTP a request to the Yamaha controller.
http://ip_address/YamahaExtendedControl/.../getStatus
After the request, I receive an answer. For example when "power": "ON", the controller is on, and when "power": "standby" the controller is off.
{"response_code":0,"power":"standby","sleep":0,"volume":100,"mute":false,"max_volume":161,"input":"airplay","input_text":"AirPlay","distribution_enable":false,"enhancer":true,"equalizer":{"mode":"auto","low":0,"mid":0,"high":0},"bass_extension":false,"link_control":"standard","link_audio_delay":"balanced","disable_flags":0,"actual_volume":{"mode":"db","value":-30.5,"unit":"dB"},"mono":false}
Tell me how I can convert the received data to the KNX?
I can send HTTP a request to the Yamaha controller.
http://ip_address/YamahaExtendedControl/.../getStatus
After the request, I receive an answer. For example when "power": "ON", the controller is on, and when "power": "standby" the controller is off.
{"response_code":0,"power":"standby","sleep":0,"volume":100,"mute":false,"max_volume":161,"input":"airplay","input_text":"AirPlay","distribution_enable":false,"enhancer":true,"equalizer":{"mode":"auto","low":0,"mid":0,"high":0},"bass_extension":false,"link_control":"standard","link_audio_delay":"balanced","disable_flags":0,"actual_volume":{"mode":"db","value":-30.5,"unit":"dB"},"mono":false}
Tell me how I can convert the received data to the KNX?