Theo Arends
79196788aa
Merge pull request #8638 from rjaakke/HP303B
...
HP303B Sensor support
2020-06-12 11:51:19 +02:00
Robert Jaakke
9835c55203
Merge branch 'development' into HP303B
...
# Conflicts:
# tasmota/support_features.ino Resolved
# tools/decode-status.py Resolved
2020-06-11 21:56:27 +02:00
Theo Arends
ee2c289477
Merge pull request #8667 from s-hadinger/fix_dimmer_8654
...
Fix Dimmer tele inconsistency when SO37 128
2020-06-11 21:32:50 +02:00
Stephan Hadinger
5427fc937e
Fix Dimmer tele inconsistency when SO37 128
2020-06-11 21:14:30 +02:00
Theo Arends
5367302735
Fix compile error
2020-06-11 19:14:39 +02:00
Theo Arends
11d6486534
Fix time 4 display with SO52 1
2020-06-11 19:13:08 +02:00
Theo Arends
24cd427625
Remove debugging info from telegram
2020-06-11 18:18:03 +02:00
Theo Arends
18b00f9cbe
Change telegram command prefix to Tm
2020-06-11 17:52:10 +02:00
Theo Arends
4c5b2f37fd
Add initial support for Telegram
...
Add initial support for Telegram bot (#8619 )
2020-06-11 17:30:33 +02:00
Theo Arends
33d5f3e7e7
Merge pull request #8661 from Staars/chirp
...
bugfix xsns_48_chirp.ino
2020-06-11 10:07:39 +02:00
Staars
ce4f987367
bugfix
2020-06-11 09:55:07 +02:00
Theo Arends
63f0c43d2a
Merge pull request #8660 from gemu2015/scripter-fix
...
scripter fix sdcard regression
2020-06-11 07:53:58 +02:00
Theo Arends
0b81563d57
Merge pull request #8659 from phildubach/development
...
Fix thermostat when using local sensor
2020-06-11 07:53:44 +02:00
Theo Arends
b2cef9de32
Merge pull request #8658 from s-hadinger/telegram_prep
...
Cleaned TLS options and prepare for TELEGRAM
2020-06-11 07:52:50 +02:00
gemu2015
2453beb30f
scripter fix sdcard regression
2020-06-11 06:43:24 +02:00
Phil Dubach
440219fd91
Fix thermostat when using local sensor
...
Macros are not expanded in string constants, so the thermostat driver
never managed to obtain the current temperature from the local sensor
(SensorInputSet 1).
2020-06-10 19:55:49 -07:00
Robert Jaakke
8cbb35ec4f
Removed m_initFail check because we moved it to begin()
2020-06-10 21:54:32 +02:00
Stephan Hadinger
dc8d354f16
Fix asm for gcc17
2020-06-10 21:14:18 +02:00
Stephan Hadinger
1d68fe9bc6
Cleaned TLS options and prepare for TELEGRAM
2020-06-10 20:14:46 +02:00
Theo Arends
127254b283
Attempt to solve string corruption
...
Attempt to solve string corruption (#8651 )
2020-06-10 12:59:14 +02:00
Robert Jaakke
ec247f7906
Merge branch 'development' into HP303B
2020-06-10 10:05:06 +02:00
Robert Jaakke
325564fbc7
Added option to set i2c address in measure...Once in lib
2020-06-10 10:03:02 +02:00
Theo Arends
e4958c4a18
Merge pull request #8653 from s-hadinger/asm_gcc17
...
Fix compilation with gnu++17 / c17
2020-06-10 09:24:54 +02:00
Stephan Hadinger
ba40667bb9
Fix compilation with gnu++17 / c17
2020-06-09 22:21:08 +02:00
Theo Arends
bf4aed6969
Merge pull request #8652 from effelle/development
...
Prep for Tuya MCU HAss Discovery
2020-06-09 19:43:23 +02:00
Federico Leoni
152c2801ae
Prep for Tuya MCU Discovery
2020-06-09 14:08:57 -03:00
Theo Arends
34201fd583
Merge pull request #8649 from ascillato/patch-1
...
Update comment on MQTT Retained messages at my_user_config.h file
2020-06-09 16:13:46 +02:00
Adrian Scillato
78e40da9d8
Update comment on MQTT Retained messages at my_user_config.h file
2020-06-09 11:10:08 -03:00
Theo Arends
5f9b5c377d
Revert "Revert "Merge pull request #8645 from Staars/timers""
...
This reverts commit 3756127608
.
2020-06-09 13:55:21 +02:00
Theo Arends
3756127608
Revert "Merge pull request #8645 from Staars/timers"
...
This reverts commit c9126cec19
, reversing
changes made to 947ccc9275
.
2020-06-09 13:50:59 +02:00
Theo Arends
c9126cec19
Merge pull request #8645 from Staars/timers
...
add unishox compression to xdrv_09_timers.ino
2020-06-09 13:42:35 +02:00
Theo Arends
947ccc9275
Merge pull request #8648 from Jason2866/patch-2
...
Remove and ignore *.pyc
2020-06-09 13:36:32 +02:00
Jason2866
7fbed52c45
Update .gitignore
2020-06-09 13:28:16 +02:00
Jason2866
20bdc0e221
Delete unishox.pyc
2020-06-09 13:25:31 +02:00
Theo Arends
56c491050e
Fix AP switch
...
Fix AP switch (#8635 )
2020-06-09 11:25:43 +02:00
Robert Jaakke
9d2d22558c
Resolved review comments
2020-06-09 09:14:44 +02:00
Staars
4b8c58ce56
add unishox compression to xdrv_09_timers.ino
2020-06-08 21:14:43 +02:00
Robert Jaakke
d2815c5322
Merge branch 'development' into HP303B
2020-06-08 20:37:47 +02:00
Robert Jaakke
92643e89d0
Added support for multiple i2c addresses
2020-06-08 20:37:04 +02:00
Theo Arends
61ea7535a8
Refactor and Domoticzify VL53L0X driver
...
Refactor and Domoticzify VL53L0X driver (#8637 , #8640 )
2020-06-08 15:09:51 +02:00
Theo Arends
7e1c62e784
Add Unishox tools
2020-06-08 12:52:05 +02:00
Theo Arends
6643241942
Merge pull request #8633 from Staars/development
...
adding unishox compression to the webserver
2020-06-08 12:51:05 +02:00
Theo Arends
0b41d321d4
Fix BL0940 checksum message
2020-06-08 11:13:57 +02:00
Theo Arends
b16621dde4
Fix BL0940 temperature calculation
2020-06-08 11:04:45 +02:00
Theo Arends
59141403d2
Merge pull request #8642 from gemu2015/scripter-update
...
scripter upload scripts
2020-06-08 10:55:51 +02:00
Theo Arends
56ea7279bd
Fix ESP32 compilation
2020-06-08 10:55:12 +02:00
Robert Jaakke
abfa4f4fcd
refactored implementation
2020-06-08 10:19:51 +02:00
gemu2015
6038921f93
scripter upload scripts
2020-06-08 09:24:49 +02:00
Robert Jaakke
d6e1ecbe26
Moved global variables to struct
2020-06-08 09:13:01 +02:00
Robert Jaakke
601317d5f3
Merge branch 'development' into HP303B
...
# Conflicts:
# tasmota/support_features.ino Resolved
# tools/decode-status.py Resolved
2020-06-08 09:01:43 +02:00