-
Notifications
You must be signed in to change notification settings - Fork 40
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
Normal shutter switch. How to connect and properly configure? #130
Comments
Hi,
|
Thanks a lot. I understand that GPIO0 can be used as long as I disable serial logging, right? |
You connect L with the 5v of your esp and up and down with two GPIO. Do not connect the switch to 220v. This will create a hell fire. |
LOL. Off course, I did know that @stefanbode . I´ve already implemented several sonoff basic around the house using GPIO14 as a normal switch, and already have this switch properly working... and I have to admit that connecting the switch was very easy and intuitive. BUT For the life of me, I haven't been able to properly configure MQTT in HA. This is my current config:
And tried publishing through another client on my broker with Could it be that there is another retained flag that is causing it to not show on HA? (unlikely, just changed the topic and full topic to I´m at a complete loss here... Also, in case it helps, this is from the console:
Cheers |
FINALLY! I can confirm the shutters working fully wit this config:
where I´m gonna modify the Wiki so this sticks. Cheers |
Thanks for updating the wiki! |
Oh crap. Turns out your initial config was completely right. I didn´t realize that I had changed my default MQTT Full topic, so all the MQTT spelling changed. I´ve returned to standard and initial config works perfectly. I´m fixing you wiki (back) SOO sorry. |
Hello again:
I want to use a normal shutter switch, which has three positions: Up, Down and a central Stop (or off).
I´m not sure on how the connections should be made (already pasted on another thread, with no responses). Any help will be much appreciated.
The text was updated successfully, but these errors were encountered: