Theo Arends
b17d7bbdea
Save another 500 bytes by moving from double to float
2022-04-19 15:44:53 +02:00
Theo Arends
5e805e0c4a
Move Settings from DRAM to heap
2021-06-11 18:14:12 +02:00
pharaocurt
65e1ceec83
Correction of tasmota/xsns_05_ds18x20.ino Ds18x20Name() search.
...
sizeof(ds18x20_chipids) calculates number of chipids, e.g. 4 chipids + 0
entry it will return 5. So the 1st checked chipid must start at
ds18x20_chipids[4], not at ds18x20_chipids[5].
2021-04-30 11:36:47 +02:00
Theo Arends
b0689af803
Add optional DS18x20 arithmetic mean
...
Add command ``SetOption126 1`` to enable DS18x20 arithmetic mean over teleperiod for JSON temperature based on (#11472 )
2021-04-02 11:43:31 +02:00
Theo Arends
b8a2d9a161
Fix DS18x20 driver timing issue ( #11270 )
...
Fix DS18x20 driver timing issue (#11270 )
2021-03-09 18:01:29 +01:00
Theo Arends
31c238c1e9
Fix DS18x20 driver timing issue
2021-03-09 16:52:14 +01:00
Theo Arends
e6bff6bf9e
Standardize on unconnected pin being -1
2021-02-14 13:06:19 +01:00
Theo Arends
20704ab700
Refactor dtostrfd
2021-01-26 16:26:00 +01:00
Theo Arends
ac054ea666
Refactor AddLog usage
2021-01-23 17:10:06 +01:00
Sven Ebenfeld
1ddb479f58
add option to use DS18x20 ID in naming
2021-01-10 18:19:49 +01:00
Theo Arends
dcbb3f1e0e
Happy New Year
2021-01-01 13:44:04 +01:00
Barbudor
c2f0f96411
Allow DS18X20_MAX_SENSORS to be redefined
2020-12-18 21:56:10 +01:00
Theo Arends
fa7fdbd51a
Consolidate `AddLog_P`
...
Consolidate `AddLog_P` into `AddLog_P2` and rename to `AddLog_P`
2020-11-06 17:09:13 +01:00
Theo Arends
280f0a9de7
Use global struct
2020-10-29 13:37:09 +01:00
Theo Arends
b93b719108
Use global struct
2020-10-28 17:32:07 +01:00
Theo Arends
dc3d84b266
Fix ESP32 OneWire driver
...
Fix ESP32 OneWire driver (#9302 )
2020-09-27 18:26:30 +02:00
Theo Arends
e3fd1b7850
Fix DS18S20 temp calculation
...
Fix DS18S20 temp calculation (#8777 )
2020-07-12 15:24:42 +02:00
Theo Arends
c939077514
Change pin handling part 3
2020-04-27 12:54:07 +02:00
Theo Arends
eaf0e352a9
Fix DS18x20 driver ( #7879 )
...
Fix DS18x20 driver (#7879 )
2020-03-10 16:54:06 +01:00
Theo Arends
e04bb5ecff
Fix DS18x20 driver ( #7879 )
...
Fix DS18x20 driver (#7879 )
2020-03-10 11:23:45 +01:00
Theo Arends
df34417861
Fix DS18x20 driver
2020-02-18 18:10:36 +01:00
Theo Arends
186d3fcb4d
Add support for Shelly Add-On adapter
...
Add support for sensor DS18x20 on Shelly 1 and Shelly 1PM using Shelly Add-On adapter
2020-02-05 16:28:56 +01:00
Theo Arends
8aa9109656
Happy New Year
...
Happy New Year
2019-12-31 14:23:34 +01:00
Theo Arends
799f05dedf
Add DS18B20 ID always to JSON
...
Add DS18B20 ID always to JSON (#6853 )
2019-11-07 10:44:03 +01:00
Theo Arends
4b49979274
Add SetOption comments to code
2019-11-03 13:51:22 +01:00
Bohdan Kmit
393f568276
Add Setoption74 to runtime configuration of internal pullup resistor usage for single DS18x20 sensor
2019-10-30 21:58:38 +02:00
Theo Arends
0e07397ff7
Change Sonoff-Tasmota to Tasmota
2019-10-27 12:04:08 +01:00