-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shelly Dimmer 2 support #1
Comments
Hello, you can find the guide under the following link: https://www.instructables.com/id/Shelly-Dimmer-Wall-Switch-With-Rotary-Knob-and-Hom/ |
Thank you! Are you planning to keep updating the firmware? |
It is feature complete for my purpose, if someone decides to make more features they can send merge requests. |
First off all, sorry for posting in an old issue! This is awesome and thank you for sharing! I notised that in the original firmware there is an option for button type called "rotary switch". Do you know if they have included your feature into their firmware? Because I cannot get it to work with that button type, the only thing that works is to dim down. It would be lovely if we do not need to flash the dimmer. |
I did ask this question directly at Shelly support. This is their answer: _Yes, it can not be used with any rotary switch. Thank you for your time! Kind regards, |
Hi Does this firmware work on a Shelly Dimmer 2? I flashed it but doesn't seem to turn on the relay/dim etc? |
I don't have Shelly Dimmer 2 to test it. You can try to backup your current firmware, check and if it doesn't work you can flash back the original firmware. |
I tried and the firmware loads fine but the dimmer doesn't do anything from Homeassistant. Presumably the GPIOs have changed on the Dimmer 2. What rotary encoder did you use? I have a ky-040 but it seems to be different pinout that the one you used. You don't seem to be using any 3v3 on the Instructable, just 2x ground pins. Maybe I've missed something? |
The pinout is different now, can be checked in here: https://shelly.cloud/knowledge-base/devices/shelly-dimmer-2/ Also based on this thread the communication protocol between esp8266 and stm32 is different so it will require some changes to the firmware to support Shelly Dimmer 2. |
This is the pinout of the encoder I use:
|
Are you using any 3v to the encoder or just ground wires? |
I connect it exactly like I showed it on the scheme/pictures in instructibles guide without any additional power supply. |
This is exactly what I was looking for! However, I do have some questions because the manual is still missing some parts for me. Do you also happen to be on tweakers?
The text was updated successfully, but these errors were encountered: