Fried E. Mann
Fried E. Mann
That’s really heavy. By reprogramming and setting the fuse: do you mean the atmegas CKDIV8 fuse? I was going to use the atmega328 with the internal 8Mhz crystal. Do you...
A great, thank you for your hints, they will surely help me :-). If I got this correctly, I will have to: - use an external crystal (e.g. 8MHz) (it...
Ah thank you for your clarification! So my approach was correct, but I don’t need to increase the clockspeed manually in my code, right?
@mikberg Can you tell me where exactly you change `apiversion` and where and what you changed in the UPnP Response?
Like this? Setting the volume works btw.
Here we go :) ``` { "type": "state", "common": { "name": "Zone 2 Select input", "role": "media.input", "type": "string", "write": true, "read": true, "states": { "0": "PHONO", "1": "CD", "2":...
Ok, it seems that the receiver only allows to change the input to non-hdmi values... that's odd. Do you have an idea whether it's possible to enable "all zone stereo"...
there exists at least a telnet command for this :)
Yep, it works. If I send `MNZST ON` the field `settings.surroundMode` switches to `ALL ZONE STEREO`. `MNZST OFF` sets it back again. Thank you for your support and your great...