-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Extra switchs and domoticz #305
Comments
Implemented in next release |
I Love you! :D |
4.1.2 20170403 * Rename Unrecognised command to Unknown command * Remove all command lists * Remove command SmartConfig (superseded by WifiConfig) * Fix boot loop when selecting module Sonoff 4CH or Sonoff Touch on non ESP8285 hardware * Add optional support for Toshiba and Mitsubishi HVAC IR control (needs updated IRanother (#257) * Add all configured switches to Domoticz Configuration web page (#305) * Fix compile error when selecting WS2812 DMA (#313)
4.1.2 20170403 * Rename Unrecognised command to Unknown command * Remove all command lists * Remove command SmartConfig (superseded by WifiConfig) * Fix boot loop when selecting module Sonoff 4CH or Sonoff Touch on non ESP8285 hardware * Add optional support for Toshiba and Mitsubishi HVAC IR control (needs updated IRanother (#83, #257) * Add all configured switches to Domoticz Configuration web page (#305) * Fix compile error when selecting WS2812 DMA (#313)
4.1.2 20170403 * Rename Unrecognised command to Unknown command * Remove all command lists * Remove command SmartConfig (superseded by WifiConfig) * Fix boot loop when selecting module Sonoff 4CH or Sonoff Touch on non ESP8285 hardware * Add optional support for Toshiba and Mitsubishi HVAC IR control (needs updated IRremote8266 library) (#83, #257) * Add all configured switches to Domoticz Configuration web page (#305) * Fix compile error when selecting WS2812 DMA (#313)
Got this partialy working :)
So i have a switch controling the relay (idx:6) and another switch controling idx:7, but it only turns it on, doesnt send the command to turn off, when it should turn it off, it sends the command to turn on again, is this normal behaviour? Maybe im doing something wrong |
Using switchtopic 1 is special as it sets the switchtopic the same as your sonoff's topic being in your case sonoff. Set switchtopic to anything different than 0 or 1 and it should work as expected. |
Confirm working :D |
Arrrrghhhh when i have a wire connected to the TX or RX pin i keep getting switch triggers without doing anything, tought it was from the serial log but it isnt.
Do i have to solder somekind of resistor somewere? :/ |
You'll have to add pull up resistors as these gpios are set to serial communication. See other issues here how other people handled this. |
Ok :) thanks :D |
4.1.2 20170403 * Rename Unrecognised command to Unknown command * Remove all command lists * Remove command SmartConfig (superseded by WifiConfig) * Fix boot loop when selecting module Sonoff 4CH or Sonoff Touch on non ESP8285 hardware * Add optional support for Toshiba and Mitsubishi HVAC IR control (needs updated IRanother (arendst#257) * Add all configured switches to Domoticz Configuration web page (arendst#305) * Fix compile error when selecting WS2812 DMA (arendst#313)
4.1.2 20170403 * Rename Unrecognised command to Unknown command * Remove all command lists * Remove command SmartConfig (superseded by WifiConfig) * Fix boot loop when selecting module Sonoff 4CH or Sonoff Touch on non ESP8285 hardware * Add optional support for Toshiba and Mitsubishi HVAC IR control (needs updated IRanother (arendst#83, arendst#257) * Add all configured switches to Domoticz Configuration web page (arendst#305) * Fix compile error when selecting WS2812 DMA (arendst#313)
4.1.2 20170403 * Rename Unrecognised command to Unknown command * Remove all command lists * Remove command SmartConfig (superseded by WifiConfig) * Fix boot loop when selecting module Sonoff 4CH or Sonoff Touch on non ESP8285 hardware * Add optional support for Toshiba and Mitsubishi HVAC IR control (needs updated IRremote8266 library) (arendst#83, arendst#257) * Add all configured switches to Domoticz Configuration web page (arendst#305) * Fix compile error when selecting WS2812 DMA (arendst#313)
Is it possible to when enabling a GPIO to function has a switch to add in the domoticz page the extra switch?
The sonoff basic has 4 extra GPIO, why not enable an option to when using those extra GPIO have extra IDX settings in domoticz setup page?
The text was updated successfully, but these errors were encountered: