Skip to content

Commit

Permalink
v3.2.6a
Browse files Browse the repository at this point in the history
3.2.6a 20170120
* Fix Sonoff Pow compile error (#255)
* Move HLW interrupts back to ROM (Needed for WS2812 DMA interrupts)
* Removed all IO config from user_config.h as this will be done by
commands or webpage
* Removed MessageFormat and supports JSON only except POWER/LIGHT status
* Add command LedPower to control main led (#247)
* Add more FriendlyNames for Hue (#254)
* Add DMA support for WS2812 when using pin 3 while other pins work just
as well in my case...
* Add HUE emulation for Alexa (#229)
* Add basic WS2812 support (#229)
* Fix Wemo when MQTT is disabled (#245)
* Revert ButtonTopic and change SwitchTopic1 - 4 to one SwitchTopic
* Rename MqttUnits to Units
* Add Mqtt command to enable/disable MQTT
  • Loading branch information
arendst committed Jan 20, 2017
1 parent 174e8b2 commit 375a2a1
Show file tree
Hide file tree
Showing 20 changed files with 1,626 additions and 1,067 deletions.
160 changes: 0 additions & 160 deletions experimental/sonoff/user_config.h

This file was deleted.

10 changes: 4 additions & 6 deletions experimental/sonoff/README.md → next_gen/sonoff/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
## !!!EXPERIMENTAL - Sonoff-MQTT-OTA-Arduino - TASMOTA - EXPERIMENTAL!!!
## Sonoff-MQTT-OTA-Arduino - TASMOTA NextGen

Current version is **3.2.2a** - See ```_releasenotes.ino``` for change information.
Current version is **3.2.6a** - See ```_releasenotes.ino``` for change information.

- This version provides all modules in one file starting with Sonoff Basic.
- Once uploaded select desired (Sonoff) module using the configuration webpage.
- After reboot select config menu again and change desired GPIO with optional sensor.

Big NOTE: Not everything has been tested yet so be carefull to deploy.
- Once uploaded select desired (Sonoff) module using the configuration webpage or the commands ```Modules``` and ```Module```
- After reboot select config menu again and change desired GPIO with optional sensor or use commands ```GPIOs``` and ```GPIO```.

This is the way I would like to go forward.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/* 3.2.2a
/* 3.2.6a 20170120
* Fix Sonoff Pow compile error (#255)
* Move HLW interrupts back to ROM (Needed for WS2812 DMA interrupts)
* Removed all IO config from user_config.h as this will be done by commands or webpage
* Removed MessageFormat and supports JSON only except POWER/LIGHT status
* Add command LedPower to control main led (#247)
* Add more FriendlyNames for Hue (#254)
* Add DMA support for WS2812 when using pin 3 while other pins work just as well in my case...
* Add HUE emulation for Alexa (#229)
* Add basic WS2812 support (#229)
* Fix Wemo when MQTT is disabled (#245)
* Revert ButtonTopic and change SwitchTopic1 - 4 to one SwitchTopic
* Rename MqttUnits to Units
* Add Mqtt command to enable/disable MQTT
*
* 3.2.2a 20170115
* Add dynamic (Sonoff) Module, user GPIO and sensor selection (one size fits (almost) all)
* Add support for Sonoff LED
* Add Seriallog disable after 600 seconds for Sonoff Dual and 4 Channel
Expand Down
Loading

0 comments on commit 375a2a1

Please sign in to comment.