This is a project for Home Assistant which enables you to connect to your Dobiss Ambience PRO system, by using the DO5437 module, which makes a bridge betweent the CAN bus that Dobiss provides, and your network, via an RJ45 interface.
With this, you can check the state of the lights, and toggle them. There are other uses for the Dobiss system, but the only hardware I have are the lights, so if you find anything broken outside of lights, feel free to do a PR.
After installing the Integration, you should find a new Dobiss Domotics entry, where you will be able to configure the IP address of the DO5437 module.
This is a fork from OpenJeDi/HomeAssistantFiles without the configuration files (thank you @OpenJeDi for doing 99.9% of the work).
You can see the fork here, which is(was) 4 commits ahead, as of this writing. I only use this for lights, so other elements may be broken.
The main differences for this fork are:
- async usage so that it doesn't bog down on HA (this was the main reason why I forked)
- HACS compatibility, so it's easier to keep up to date
- trying to keep up with HA deprecation/new methods