Hello, I think you’ve already seen this but it looks interesting for completely managing an Arduino.
https://github.com/pimatic/homeduino
For my part, it’s important that the Arduino allows managing 433MHz and also allows exploiting infrared commands, adding a light sensor and motion sensor, etc… I would also like to control an RGB LED strip directly.
Other requirements, perhaps already taken into account: Chinese Arduinos are not called the same and therefore it did not work in v3.
The most advanced ones I was using were seria-isokar and sendradiocode to handle 433MHz with the pulselength, and all other parameters.
Finally, but I imagine it’s taken into account in Gladys, its object, a Philips Hue motion sensor via must be taken into account as a 433MHz sensor passing through Arduino, the protocol used must be transparent.
In case it can help move things forward.