Theo Arends
09f8a7967e
Minor Refactor
...
Minor Refactor
2019-08-13 17:33:35 +02:00
Theo Arends
72baffdf81
Refactor Counter and Dht code
...
Refactor Counter and Dht code
2019-08-13 14:52:46 +02:00
Theo Arends
2d0143623d
Refactor commands by processing optional prefix
...
Refactor commands by processing optional prefix
2019-08-11 18:12:18 +02:00
Theo Arends
305cb8fd7e
Refactor commands
...
Refactor commands
2019-08-11 15:18:11 +02:00
Theo Arends
e5ecffe4dd
Refactor commands
...
Refactor commands
2019-08-03 13:01:34 +02:00
Theo Arends
37b1c25881
Refactor core command structure
...
Refactor core command structure
2019-07-27 11:13:41 +02:00
Theo Arends
9bcba3772e
Refactor Counter commands
...
Refactor Counter commands
2019-07-26 10:21:36 +02:00
Theo Arends
1b69502d9b
Code optimization - Change for(uint8_t in for (uint32_t
...
Code optimization - Change for(uint8_t in for (uint32_t
2019-06-30 16:44:36 +02:00
Theo Arends
30adce5648
Revert "Code optimization - Change for(uint8_t in for (uint32_t"
...
This reverts commit 5e1eac3f74
.
2019-06-30 15:56:55 +02:00
Theo Arends
5e1eac3f74
Code optimization - Change for(uint8_t in for (uint32_t
...
Code optimization - Change for(uint8_t in for (uint32_t
2019-06-30 15:47:32 +02:00
Theo Arends
12da2fd6f9
Add define USE_COUNTER to my_user_config.h to save space in sonoff-basic.bin and sonoff-minimal.bin
...
Add define USE_COUNTER to my_user_config.h to save space in sonoff-basic.bin and sonoff-minimal.bin
2019-06-16 16:43:23 +02:00
Theo Arends
e5f8167ebe
Trying to fix exception 0 ( #5837 )
...
Trying to fix exception 0 on counter usage (#5837 )
2019-05-22 13:51:33 +02:00
Theo Arends
15098dae68
Fix core 2.5.x ISR not in IRAM exception ( #5837 )
...
Fix core 2.5.x ISR not in IRAM exception (#5837 )
2019-05-22 10:39:37 +02:00
Theo Arends
0b6c62f5f9
Add support for Shelly 1PM Template
...
Add support for Shelly 1PM Template {"NAME":"Shelly 1PM","GPIO":[56,0,0,0,82,134,0,0,0,0,0,21,0],"FLAG":2,"BASE":18} (#5716 )
2019-05-13 18:26:07 +02:00
Theo Arends
dcc69bdff0
Shrink code/flash space pt.2/2
...
Shrink code/flash space pt.2/2
2019-03-23 17:57:31 +01:00
Theo Arends
b7f89c0a8c
6.5.0.1 Change GUI data collection
...
6.5.0.1 20190319
* Change Web GUI sensor data collection
2019-03-19 17:31:43 +01:00
Theo Arends
06a9fbd792
Changed logging message handling
...
Changed logging message handling
2019-03-08 15:15:42 +01:00
Theo Arends
c37a4a4398
Update xsns_01_counter.ino
...
Fix non floating point use function (#5265 )
2019-02-18 11:06:16 +01:00
Theo Arends
304ac6fe44
6.4.1.12 code changes (byte/boolean)
...
6.4.1.12 20190128
* Change code use of boolean to bool and byte to uint8_t
* Change code uint8_t flags to bool flags
2019-01-28 14:08:33 +01:00
Theo Arends
447ec6256e
6.4.1.4 Update Copyright (C) 2019
...
6.4.1.4 20190101
* Update Copyright (C) 2019
2019-01-01 13:55:01 +01:00
Theo Arends
c1102a4863
6.4.0.2 Fix possible dtostrf bos
...
6.4.0.2 20181221
* Fix possible dtostrf buffer overflows by increasing buffers
2018-12-21 16:17:06 +01:00
andrethomas
4a7e7b0dbb
Change C functions with () to (void)
2018-11-14 15:32:09 +02:00
Theo Arends
15148f290d
6.3.0.4 Add SetSensorXX
...
6.3.0.4 20181106
* Add command SetSensorXX 0/1 to disable/re-enable compiled xsns_XX_sensor.ino driver
2018-11-06 17:33:51 +01:00
Theo Arends
c6a14c5fe7
Fix possible exception
...
Fix possible exception due to buffer overflow (#3659 )
2018-09-02 11:52:24 +02:00
Theo Arends
4defda2f1a
Rewrite some GPIO options
...
Rewrite GPIO options ButtonXn, SwitchXn and CounterXn to select INPUT mode instead of INPUT_PULLUP
2018-08-25 13:08:06 +02:00
Theo Arends
6a5c0d29e8
6.1.1.9 - Fixes and Additions
...
6.1.1.9
* Allow user override of define MAX_RULE_TIMERS (#3561 )
* Allow user override of define MAX_RULE_VARS
* Add GPIO options ButtonXn, SwitchXn and CounterXn to select INPUT mode instead of INPUT_PULLUP (#2525 )
* Fix OtaMagic when file path contains a dash (-) (#3563 )
2018-08-23 16:05:51 +02:00
hkrupp
432a812dc3
Changed CounterType 1 to micros() and implemented stall detection
2018-08-09 13:24:13 +02:00
Theo Arends
c835235141
v5.12.0n - Change ADS1115 and Counter JSON
...
5.12.0n
* Change ESP8266 Analog JSON message from {"Analog0:123"} to
{"ANALOG":{"A0:123"}} to accomodate rules (#2560 )
* Change Counter JSON
message from {"Counter1":0,"Counter3":0} to {"COUNTER":{"C1":0,"C3":0}}
to accomodate rules
* Change ADS1115 JSON message from
{"ADS1115":{"Analog0":123,"Analog1":123}} to
{"ADS1115":{"A0":123,"A1":123}}
2018-04-28 15:55:38 +02:00
Theo Arends
ee7227254f
Minor changes to prep for rules
...
Change German day display to two character (#2403 )
2018-04-11 10:11:20 +02:00
arendst
5639b6d966
v5.10.0f
...
5.10.0f
* Differentiate between JSON text defines and other text
defines to allow for English JSON while using different locale (#1449 )
* Fix display of build date and time in non-english locale (#1465 )
2017-12-29 14:35:05 +01:00
arendst
67d8fa0d64
v5.10.0c
...
5.10.0c
* Consolidate device serial (MH-Z19, SenseAir and Pzem004T)
into TasmotaSerial library
* Consolidate PWM device recognition
* Fix
Wemo Emulation (#1357 )
* Add support for Arilux LC06 (#1414 )
2017-12-25 17:41:12 +01:00
arendst
7723d52453
Add support for SenseAir S8 CO2 sensor
...
* Add support for SenseAir S8 CO2 sensor to be enabled with define
USE_SENSEAIR in user_config.h
* Add support for Domoticz Air Quality
sensor to be used by MH-Z19(B) and SenseAir sensors
2017-12-22 14:55:24 +01:00
arendst
0129fc9825
Change some output to JSON Array ( #1363 )
...
* Change output to valid JSON Array if needed (#1363 )
2017-12-18 18:20:28 +01:00
Theo Arends
ca643ab223
Lost changes
2017-12-16 20:11:12 +01:00
arendst
83a9c0693a
v5.9.1b - Add INA219 support
...
5.9.1b
* Remove spaces in JSON messages
* Add support for INA219
Voltage and Current sensor to be enabled in user_config.h
2017-11-11 12:33:30 +01:00
arendst
19533cc995
v5.9.0b - Fixes and add ADS1115 A/D converter
...
5.9.0b
* Add support for ADS1115 to be enabled in user_config.h and
needs libraries i2cdevlib-Core and i2cdevlib-ADS1115 (#338 , #660 )
* Fix
Exception 26 and empty console screen after usage of command
WakeupDuration (#1133 )
* Fix some changed iTead web links in README.md
(#1137 )
2017-11-07 15:57:24 +01:00
arendst
ee93b64800
v5.9.0a - Streamline External Sensor Support
2017-11-04 16:36:51 +01:00
arendst
68cdc6130c
v5.9.0a - Add Sensor Service and Fix config download
...
5.9.0a
* Add external sensor function pointer interface to enable easy sensor
addition
* Fix Backup Configuration file download failure by defining proper file
size (#1115 )
2017-11-03 18:07:25 +01:00