jwaes

Results 11 comments of jwaes

*blush* ... now it turns out, that the combell API is only for resellers, not for 'ordinary' customers. I guess i ll have to switch to a decent provider. Sorry...

Additional: It does show up in the dev tools: ![image](https://github.com/home-assistant/core/assets/50528773/49066e24-9e84-4ebd-bfd4-2dc1080740d4) But the UI link gives this error: ![image](https://github.com/home-assistant/core/assets/50528773/76e6b18b-6d12-4f5c-a1a3-a1f1821c09e7) `This entity ('media_player.dit2005m_002261861068') does not have a unique ID, therefore its settings...

URL1: ``` FS_OK 002261861068 ``` URL2 ``` FS_OK 00:22:61:86:10:68 ``` URL3 ``` FS_OK 00:22:61:86:10:69 ``` URL4: ``` netRemote.sys.net.wired.macAddress FS_OK 00:22:61:86:10:69 netRemote.sys.net.wlan.macAddress FS_OK 00:22:61:86:10:68 netRemote.sys.info.radioId FS_OK 002261861068 ```

``` jaco@ubuntu01:~$ python3 test.py http://192.168.1.193:80/fsapi ```

Same issue here ... It just stopped working.

Ok ... i figured out how to fix it. So i want to share it with you. While this worked without in january, now that the time for renewal is...

You can close the issue. I replaced the Arduino Uno clone by a real one and the issue was fixed ! It is the CH340G chip that causes the issues....

in your docker-compose for your nginx-proxy and the letsencrypt companian create a network 'web' then in other docker-compose files for apps that need to be available from the outside, you...

> I am facing the same problem, I've the latest docker image, and I'm using the docker-compose.yml add this line for the odoo service in your yaml file: ` entrypoint:...