Hey!
Thanks for this work @joeypic.
I have an rflink that works with GladysV3 (Chacon and Milight). I tested it with the image from @peb (Thanks to him)
I’m not an expert so I probably messed up most of the stuff, here’s where I am:
In my docker-compose I shared the USB:
devices:
- /dev/ttyAMA0:/dev/ttyAMA0
- /dev/ttyACM0:/dev/ttyA
Then for the configuration I’m not sure if it’s functional:
1/ I have the Rflink Gateway connected with success message by default. Whether I change the USB connector or not or whether I click on Connect, nothing changes (nor in the logs)
2/ If I disconnect … the message changes but I can no longer connect
3/ The MiLight pairing gives me the following error: 2020-03-23T21:43:40.784397145Z 2020-03-23T22:43:40+0100 <warn> functionsWrapper. - Pastebin.com
Ideally, I tried to get the rflink branch working via the sources but I have an issue with the interface labels. (I cloned the v4 of gladys and pulled your branch on top, I had a conflict with the i18n that I probably broke, I guess that’s why the labels don’t appear).
EDIT: I fixed my label problem, so the dev instance from the sources has the same behavior as the docker image (but at least I can make changes)
If someone has tips or can tell me what config I can use to test, I’m interested.
If I make progress, I’ll keep you updated.