Commit Graph

16851 Commits

Author SHA1 Message Date
md5sum-as d152199aee Edit formats 2022-10-28 01:24:22 +03:00
md5sum-as 0d22a16240 Disable in default config 2022-10-28 01:13:27 +03:00
md5sum-as 116affb2fa 16 bytes operational 2022-10-28 01:12:33 +03:00
barkow 3cccdd9c4f
Change modbus rx message length check
Start evaluating messages already after message length information byte is received. Necessary to support read coil status messages.
2022-10-27 21:46:07 +02:00
barkow 32fbb03471
Merge branch 'arendst:development' into development 2022-10-27 21:28:52 +02:00
md5sum-as b877c174b1 Ready fo test (32 bytes) 2022-10-27 19:23:11 +03:00
Theo Arends 90a9ebc3e1 Fix Shelly Pro ethernet stability 2022-10-27 17:52:44 +02:00
Charles 09b02b3325 standard mode bug fixes
Increase serial buffer size for standard mode
trimmed values for standard mode
fix (hopefully) negative total kWh counter
save energy on reset
update energy total every hour
fixed contract label display for Standard mode
2022-10-27 14:16:37 +02:00
md5sum-as cc7936bd7e Add password operations 2022-10-27 00:48:22 +03:00
md5sum-as 97230fe456 Removed the duplicated functionality 2022-10-26 19:21:50 +03:00
Theo Arends cef18060a0 Bump version to v12.2.0.2
Prepare for extended calibration and move some persistent data (PowerLow)
2022-10-26 17:59:43 +02:00
Theo Arends c5f7195d77 Add support for Shelly Pro 1/1PM and 2/2PM (#16773) 2022-10-26 17:16:36 +02:00
Jason2866 e2391c33e7
use actual builded safeboot firmwares for all esp32 env (Github Actions only) (#16915) 2022-10-26 15:50:44 +02:00
Theo Arends 0d45590ac4 Fix Shelly Pro led functionality 2022-10-26 12:45:06 +02:00
md5sum-as 0887ec31f5 Reduced 16 bytes 2022-10-26 01:29:10 +03:00
md5sum-as 9534838c19 renamed the commands Sensor40, increased recording to 32, stage 2 2022-10-26 00:56:44 +03:00
md5sum-as 0487cf9eaa renamed the commands Sensor40, increased recording to 32 2022-10-26 00:50:07 +03:00
md5sum-as 37df680a80 Refactoring mifare classic, stage 3 2022-10-26 00:15:04 +03:00
cybermaus a47f6baf2f
Deduplicate xdrv_09_timers.ino also
Turns out even TimerGetTimeOfDay was duplicate code from ApplyTimerOffsets
Did add a fix for the permanent day/night situation
2022-10-25 22:39:30 +02:00
cybermaus 0eebdf8620
Deduplicate code from xdrv_10_rules.ino
Turns out this code was already done in xdrv_09_timers.ino
2022-10-25 22:34:08 +02:00
md5sum-as b35479559d Delete #define USE_PN532_DATA_RAW 2022-10-25 23:15:58 +03:00
md5sum-as 3e3dfa35d3 refactoring mifare classic stage 2 2022-10-25 23:14:27 +03:00
md5sum-as 5db8fcd0d0 refactoring mifare classic 2022-10-25 22:38:59 +03:00
md5sum-as c10f53eb4e
Merge branch 'arendst:development' into development 2022-10-25 20:19:50 +03:00
md5sum-as b419e69759 Defines 2022-10-25 20:18:31 +03:00
md5sum-as e7600ac83a Add support NTAG21x and NTAG20x cards.
NTAG21x support password authentication
2022-10-25 20:16:23 +03:00
Jason2866 89d4e87195
Update to stale@v6.0.1 2022-10-25 13:11:40 +02:00
s-hadinger 07d07b896c
Merge pull request #16911 from s-hadinger/berry_gpio_fix
Fix Berry `gpio.INPUT` conflict
2022-10-25 12:07:33 +02:00
Jason2866 3ea108193f
Merge pull request #16910 from Jason2866/development
add python version to CI
2022-10-25 12:01:30 +02:00
Jason2866 e4b9ef6014 macOS-12 2022-10-25 12:00:37 +02:00
Stephan Hadinger 549f13f7a8 Fix Berry `gpio.INPUT` conflict 2022-10-25 11:49:39 +02:00
Jason2866 81b363f2cb add python version 2022-10-25 11:41:21 +02:00
s-hadinger 610173629d
Merge pull request #16903 from s-hadinger/prep_artnet
Prepare for DMX Artnet support on ESP32
2022-10-25 09:00:37 +02:00
Stephan Hadinger 2bf7ea1154 Prepare for DMX Artnet support on ESP32 2022-10-24 23:05:23 +02:00
Jason2866 4ec5c16ef8
actions/setup-python@v4 2022-10-24 15:06:05 +02:00
Jason2866 432bd6b0f3
actions/setup-python@v4 2022-10-24 15:04:43 +02:00
Jason2866 115caf2bc9
actions/setup-python@v4 2022-10-24 15:03:19 +02:00
s-hadinger 90a79341fe
Merge pull request #16900 from s-hadinger/zigbee_zbbridgepro_router
Add Zigbee router firmware for Sonoff ZBBridgePro
2022-10-24 13:55:42 +02:00
s-hadinger 2295806569
Fix changelog 2022-10-24 13:55:28 +02:00
s-hadinger a341ca3660
Merge branch 'development' into zigbee_zbbridgepro_router 2022-10-24 13:53:38 +02:00
Stephan Hadinger 72b4ea2ee3 Add Zigbee router firmware for Sonoff ZBBridgePro 2022-10-24 13:52:05 +02:00
Theo Arends d173b93758 Fix shelly pro button double press 2022-10-24 12:21:25 +02:00
Theo Arends b4269d262c Add support for Shelly Pro 1/2
Add support for Shelly Pro 1/2 (#16773)
2022-10-24 11:32:10 +02:00
Theo Arends bfb40f16dc
Merge pull request #16899 from Jason2866/NimBLE
update NimBLE v1.4.1
2022-10-24 11:16:05 +02:00
Jason2866 646e2006ec NimBLE v1.4.1 2022-10-24 10:56:42 +02:00
s-hadinger ee1ce20f94
Merge pull request #16892 from s-hadinger/berry_setbytes
Berry add `bytes().setbytes()`
2022-10-23 20:01:51 +02:00
Stephan Hadinger 2ef866e3b8 Berry add `bytes().setbytes()` 2022-10-23 19:43:40 +02:00
s-hadinger c0c8f922c3
Merge pull request #16891 from s-hadinger/fix_display_calibrate
Fix DisplayCalibrate
2022-10-23 18:47:54 +02:00
Stephan Hadinger 2692ef4486 Fix DisplayCalibrate 2022-10-23 18:47:04 +02:00
Theo Arends 28df9112ee
Merge pull request #16889 from Noschvie/patch-10
Fix typo
2022-10-23 18:33:33 +02:00