Hi community,
I’m in progress of setting up my Smart home based with Arduino based Controllinos (https://www.controllino.com/). The device are quiet nice, offering a lot of functionality at a good price.
The fun part of it: The come with an empty coding and everything can be defined in C Code…
I have created a project which:
- Manages the mapping of Inputs to outputs
- Nicely integrates into HA via MQTT
- Supports Autodiscovery of devices
Disclaimer:
It is still early stage (and a lot of coding can be optimized for sure) and I’m still working on it while it gets installed in my house (so far 2 from 3 Controllinos running), also the documentation is just a first starting point
I hope this is helpful for somebody out there
Feedback for optimizations are of course welcome