-
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
Update Sonoff Touch #228
Update Sonoff Touch #228
Conversation
TX and RX pins are accesibile and the user can connect easy a DS18B20 sensor. With this small addition Sonoff Touch became a room termostat also.
Will include in next release |
4.0.7 20170319 * Increased Sonoff Led PWM frequency from 432 to 1000 * Fix possible watch dog reboot after changing module type on web page * Fix reporting of GPIO usage from web page * Fix Sonoff Led blank during firmware upgrade * Fix Sonoff Led flicker and possible flash corruption by using latest Arduino-esp8266 versions * of pwm core files included in sonoff library (#211) * Add PWM output control with commands PWM1 to PWM5 using user selectable GPIOs (#211) * Fix exceptions due to low values of commands HlwPCal (10000), HlwUCal (1000) and HlwICal (2500) (#223) * Add Switch state to sensor status (#227, #233) * Add user configuarble GPIO to module Sonoff Touch (#228) * Add define WEB_PORT to user_config.h to change default web server port from 80 (#232) * Fix failed Ota Firmware upgrade started from Web page (#235)
3.2.1 20170113 * Fix some failed command decoding (arendst#228) * Removed passwords from status messages (arendst#216) * Add I2C BH1750 sensor (arendst#222) * Sensor rewrite preparing for online selection
3.2.1 20170113 * Fix some failed command decoding (arendst#228) * Removed passwords from status messages (arendst#216) * Add I2C BH1750 sensor (arendst#222) * Sensor rewrite preparing for online selection
3.2.1 20170113 * Fix some failed command decoding (arendst#228) * Removed passwords from status messages (arendst#216) * Add I2C BH1750 sensor (arendst#222) * Sensor rewrite preparing for online selection
Hi.. Upload Failed Not enough space Anyone have a idea??? |
First update to sonoff-minimal.bin, then update to the actual sonoff.bin. During the upload, the device needs space for both the old and the new software, and Tasmota is too large to fit into the flash twice. |
Do you have schematic for the instalation off DS18B20? |
connect Sonoff's 3V3 to DS18B20 VCC pin, Gnd to GND and data pin to RX pin |
thanks |
4.0.7 20170319 * Increased Sonoff Led PWM frequency from 432 to 1000 * Fix possible watch dog reboot after changing module type on web page * Fix reporting of GPIO usage from web page * Fix Sonoff Led blank during firmware upgrade * Fix Sonoff Led flicker and possible flash corruption by using latest Arduino-esp8266 versions * of pwm core files included in sonoff library (arendst#211) * Add PWM output control with commands PWM1 to PWM5 using user selectable GPIOs (arendst#211) * Fix exceptions due to low values of commands HlwPCal (10000), HlwUCal (1000) and HlwICal (2500) (arendst#223) * Add Switch state to sensor status (arendst#227, arendst#233) * Add user configuarble GPIO to module Sonoff Touch (arendst#228) * Add define WEB_PORT to user_config.h to change default web server port from 80 (arendst#232) * Fix failed Ota Firmware upgrade started from Web page (arendst#235)
TX and RX pins are accesibile and the user can connect easy a DS18B20 sensor.
With this small addition Sonoff Touch became a room termostat also.