I'm quite new to Python and the Raspberry Pi. I'm currently trying to make my first plugin for domoticz. The intention for this plugin is to access the hardware of the AutomationHAT by Pimoroni from Domoticz(See https://www.google.nl/url?sa=t&rct=j&q= ... GamtVBW9Hc). I already managed to get the sn3218 LED driver to work from a device in Domoticz. I am able to switch it

I already know that it is possible to access the device using the standard GPIO device. Only there is one big limitation with that. The HAT contains LED's which are driven by a sn3218 LED driver. This will not work by using GPIO.
Please let me know if any of you have any suggestions.