Page 1 of 1

How to send commands to a I2C dimmer

Posted: 15 Oct 2019, 23:47
by renevdb
I have a dimmer running on a attiny86 with the code I found here https://arduino.stackexchange.com/quest ... light-bulb
I need to control the dimmer via the I2C bus. It needs a data from 0 to 65 to controle the dimming level .
I connected the attiny86 to an esp8266 running espeasy and can scan its I2C adress. So far so good.
Is it possible to controle the dimmer via espeasy and domoticz.? If so were should I look?