I have uploaded the schematic and code for the ESPEasy AC Dimmer to my website
http://www.van-gennip.com
The schematic is drawn from my earlier breadboard setup. I have attached a photo so everyone can see how i did it.
The arduino code for the ATMEGA can be downloaded too. The code is very rough, not well documented, but working.
Also the plugin responsible for the communication with the ATMEGa is experimental. I have modified the existing PCA9685 plugin, but did
not yet copied and modified it to a new plugin.
For detecting the I2C dimmer, you must add the following to the webserver.ino in the void handle_i2cscanner()
case 0x6f:
reply += F("AC Dimmer");
break;
For now i don't have the time to go further with this project, maybe in the near future, i hope to finetune and make a plugin for the dimmer.