Hello everyone,
I am working on home automation system in which i am using esp8266, raspberry pi(working as server here) and openhab application.I can control my lights with openhab application from anywhere.
But now i want to make a dimmer with this. I tested my dimmer hardware with the arduino uno with step no. 8 in the link below
https://www.instructables.com/id/Arduino-controlled-light-dimmer-The-circuit/
but the Timerone.h is not working for esp8266 and i have no idea how to use timers for esp8266. Then i come to know about the mysensor library.
Can anybody please tell me that how can i use this library for dimmer with openhab and esp8266.
Please guide if anyone have worked on this.