Results 499 comments of Wolle

Hallo Sören, jetz weiß ich, was du meinst. Wenn im CLOCK Modus über die Weboberfläche die Station gewechselt wird tritt der Fehler auf. Ich hatte das erst nicht so verstanden....

This looks good so far, I have this display in operation and this is the upper part of my common,h: [sunton.txt](https://github.com/user-attachments/files/20517217/sunton.txt)

This looks strange. Each remote control has a fixed IR address. But each button has its own IR command. 0x46 cannot be used for several buttons at the same time....

Yes, of course, in the SD root there is the file "ir_buttons.json" ```` [ { "A": "0x01", "label": "IR address" }, { "C": "0x13", "label": "IR command" }, { "0":...

After the specification, the command is sent and then the inverted command. Thus 0x00 becomes 0xFF, 0x01 becomes 0xFE etc 0x98 -> 0x67

Each press of the button should display the corresponding command. If this does not happen, there may be a problem with the IR receiver ![Image](https://github.com/user-attachments/assets/1ea31c67-18f7-45cf-9350-71f13e452a8a) In the example, the address...

Then everything is fine. For example, if you press button 2 and `0x0d` appears, then press the field with the number 2. That's all you need to do. ![Image](https://github.com/user-attachments/assets/b0910c5b-f762-47d8-abc3-e3f9bdd1f8dc) Do...

That is correct. Many of the "Arduino" remote controls only have a few buttons. The top and bottom buttons are also used to control the volume. If you want to...

Hi Ted, you're right, I swapped the right/left balance in the audio library. Please reload the library with "Full Clean".

ModuleNotFoundError: No module named 'rich' rich is a Python module