Commit Graph

180 Commits

Author SHA1 Message Date
Theo Arends
a5ebdd3475
Update decode-status.py 2020-03-14 09:52:33 +01:00
Luis Teixeira
b758699e39 Some corrections based on feedback from the project leads contributors.
Improved runtime impact by replacing the sleep between the I2C operations with separate code triggered by timer events.
2020-03-13 00:46:25 +00:00
Luis Teixeira
3908865473 Added the hdc1080 device driver. 2020-03-08 20:54:28 +00:00
Theo Arends
a8e369e5ce Update feature information 2020-03-05 14:00:47 +01:00
Theo Arends
473892d5c9 Add updated experimental Sonoff D1 support
Add updated experimental Sonoff D1 support (#7598)
2020-03-01 15:31:08 +01:00
Theo Arends
3343164da9 Add support for MaxBotix HRXL-MaxSonar
Add support for MaxBotix HRXL-MaxSonar ultrasonic range finders by Jon Little (#7814)
2020-03-01 14:20:19 +01:00
Theo Arends
94f5321db4 Fix keeloq functionality 2020-02-28 16:35:19 +01:00
Theo Arends
5cfe247611 Change default my_user_config.h driver and sensor support
Change default my_user_config.h driver and sensor support removing most sensors and adding most drivers
2020-02-27 15:10:42 +01:00
Theo Arends
f706b7c490 Add support for Wemos Motor Shield V1
Add support for Wemos Motor Shield V1 by Denis Sborets (#7764)
2020-02-22 12:18:20 +01:00
Theo Arends
f674feb0ef Add initial support for Sensors AHT1x
Add initial support for Sensors AHT10 and AHT15 by Martin Wagner (#7596)
2020-02-20 13:38:03 +01:00
Theo Arends
af63bb363d Add support for FiF LE-01MR energy meter
Add support for FiF LE-01MR energy meter by saper-2 (#7584)
2020-02-10 15:18:11 +01:00
Theo Arends
15df54bb07 Add support for HM-10
Add support for MI-BLE sensors using HM-10 Bluetooth 4.0 module by Christian Staars (#7683)
2020-02-07 10:50:06 +01:00
Theo Arends
287b3b97f1 Fix some display issues
- Fix LCD line and column positioning (#7387)
- Fix Display handling of hexadecimal escape characters (#7387)
2020-01-01 15:13:58 +01:00
Theo Arends
be29e71c96 Update decode-status.py 2019-12-30 14:24:00 +01:00
Leonid Muravjev
782414c35d ds1624: support for ds1621 and ds1624
[x] the I2C address reservation implemented.
[x] multiple sensors any combination with 8 addresses
[x] with and without HotPlug support
2019-12-27 22:56:16 +03:00
Theo Arends
fb8bb1223a Add support for GPS as NTP server
Add support for GPS as NTP server by Christian Baars and Adrian Scillato
2019-12-23 15:39:07 +01:00
Theo Arends
72849f672e Add support for DHT12
- Fix DeepSleep in case there is no wifi by Stefan Bode (#7213)
- Add support for DHT12 Temperature and Humidity sensor by Stefan Oskamp
2019-12-20 15:48:40 +01:00
Norbert Richter
0b59cc6ea1 decode-config moved to https://github.com/tasmota/decode-config 2019-12-02 15:17:45 +01:00
Adrian Scillato
6475e15b1c
Delete faulty Portisch Firmware
As reported in #7064 this version hungs when using rfraw. Using previous one works fine.
2019-12-01 15:18:24 -03:00
Theo Arends
ac065867d3 Add command `SetOption77 0/1`
Add command ``SetOption77 0/1`` to keep power on when slider is far left
2019-11-29 13:11:35 +01:00
blakadder
02aba62c57 docs refactored and links to docs updated 2019-11-22 22:44:38 +01:00
Norbert Richter
ac357986c4 decode-config.py: fix --restore-file, replace pycurl by requests
- fix error during --restore-file function
- replace lib pycurl by requests
2019-11-21 18:09:25 +01:00
Norbert Richter
7276c2a658 decode-config.py: adapt settings, rename Sonoff->Tasmota, prep for Python3
- add SetOption73 (cors_enabled)
- add SetOption74 (ds18x20_internal_pullup)
- add SetOption75 (grouptopic_mode)
- add SetOption76 (bootcount_update)
- add ShutterMotorDelay (shutter_motordelay)
- add SetOption82-113 (flag4)
- add i2c_drivers
- add WifiPower (wifi_output_power)
- add TempOffset (temp_comp)
- remove SetOption2 (value_units)
- rename SetOption66 (tuya_dimmer_range_255 > tuya_serial_mqtt_publish)
- rename Sonoff > Tasmota
- preparation for Python3 match
2019-11-20 12:50:38 +01:00
Theo Arends
20c2f4238c Prep for release 7.1 2019-11-13 10:17:52 +01:00
blakadder
eb49e92d24 decode-config documentation updated and clarified 2019-11-09 17:26:50 +01:00
blakadder
f88d56caad Revert "decode-config documentation improved"
This reverts commit 5115d6c054.
2019-11-09 17:11:52 +01:00
blakadder
5115d6c054 decode-config documentation improved 2019-11-09 17:08:27 +01:00
Theo Arends
e89b76adc7 Add support for Honeywell HPMA115S0
Add support for Honeywell HPMA115S0 particle concentration sensor by David Hunt (#6843)
2019-11-06 14:05:17 +01:00
Jason2866
ca68fbc607
Update WriteFlash.bat 2019-11-04 15:14:00 +01:00
Jason2866
cdb7e308a9
Update VerifyFlash.bat 2019-11-04 15:13:35 +01:00
Jason2866
d8bd3b4bf1
Update ReadFlash.bat 2019-11-04 15:13:10 +01:00
Jason2866
6b5b8c2cfb
Update EraseFlash.bat 2019-11-04 15:12:34 +01:00
Jason2866
dada0bca2f
Add files via upload 2019-11-02 17:44:58 +01:00
Jason2866
753a5577d6
Add files via upload 2019-11-02 17:44:30 +01:00
Jason2866
3cb24fb5c9
Create VerifyFlash.bat 2019-11-02 17:43:16 +01:00
Theo Arends
6395db9963 Add support for Honeywell I2C HIH series
Add support for Honeywell I2C HIH series Humidity and Temperetaure sensor (#6808)
2019-11-02 17:18:51 +01:00
Theo Arends
20370820b8 Update decode-status.py 2019-10-31 17:41:54 +01:00
Theo Arends
50e1038c05 Add support for SetOption82-113 2019-10-31 12:12:48 +01:00
Theo Arends
dccf6fb7cd Add command SetOption74 0/1
Add command SetOption74 0/1 to enable DS18x20 internal pull-up and remove define DS18B20_INTERNAL_PULLUP (#6795)
2019-10-30 22:22:18 +01:00
Theo Arends
2dabaa3d20 Add command SetOption73 0/1 to re-enable CORS
Add command SetOption73 0/1 to re-enable HTTP Cross-Origin Resource Sharing (CORS) now default disabled (#6767)
2019-10-28 13:36:04 +01:00
Theo Arends
0e07397ff7 Change Sonoff-Tasmota to Tasmota 2019-10-27 12:04:08 +01:00
Theo Arends
7ecc752c11 Remove command SetOption2 2019-10-22 18:34:41 +02:00
Norbert Richter
b7061a01ea decode-config.py: adapt settings
- add DimmerRange (dimmer_hw_min/dimmer_hw_max)
- add DeepSleepTime (deepsleep)
- change PowerDelta (energy_power_delta)
- rename novasds_period > novasds_startingoffset
- fix tuya_disable_dimmer remove
- fix json 'header' crc32
2019-10-22 17:48:49 +02:00
Theo Arends
1110bac410 Houskeeping Arduino Slave 2019-10-21 12:36:08 +02:00
Theo Arends
4e45e660f2 Add support for EX-Store WiFi Dimmer V4
Add support for EX-Store WiFi Dimmer V4 (#5856)
2019-10-18 17:29:19 +02:00
Theo Arends
84fe7b8e76 Bump version to 6.6.0.20
Add command SetOption65 0/1 to disable (1) fast power cycle detection fixing unwanted brownout trigger
2019-10-18 15:18:39 +02:00
Theo Arends
a62432f6eb Fix USE_A4988_STEPPER compilation 2019-10-17 15:28:46 +02:00
Theo Arends
cd10e84ecf Change Sonoff L1 support 2019-10-17 12:20:26 +02:00
Michael Ingraham
08ccf63a37
Uppercase USE_A4988_STEPPER 2019-10-15 14:31:10 -04:00
Theo Arends
3ff1bcd64c Add define USE_SONOFF_RF
Add define USE_SONOFF_RF to enable/disable Sonoff Rf support (#6648)
2019-10-15 15:37:22 +02:00