Theo Arends
|
4144f5c5ca
|
Change GPIOViewer from v1.5.5 to v1.5.6
|
2024-08-22 18:03:39 +02:00 |
Theo Arends
|
ba7161fb00
|
Fix ESP8266 energy cal range chk
|
2024-08-20 17:30:18 +02:00 |
Theo Arends
|
ab2d6c1169
|
Add Energy command ``PowerSet 60,230`` to calibrate both Current and Power with known resistive load of 60W at 230V using calibrated Voltage
|
2024-08-20 13:08:56 +02:00 |
Theo Arends
|
c5b92d3ab1
|
Add Energy Log level 4 message when (Calculated) Apparent Power is less than Active Power indicating wrong calibration (#20653)
|
2024-08-19 22:31:56 +02:00 |
Theo Arends
|
4f62a0deab
|
Refactor to TimeReacged()
|
2024-08-18 12:46:23 +02:00 |
Theo Arends
|
c0eb28dae9
|
Harden shutter timeouts
|
2024-08-16 11:53:58 +02:00 |
stefanbode
|
6d2647fd5f
|
fix potential overflow on uptime 2nd try (#21966)
* fix potential overflow
* fix potential overflow
* fix overflow on millis()
* fix overflow on millis()
* Update xdrv_27_shutter.ino
---------
Co-authored-by: Theo Arends <11044339+arendst@users.noreply.github.com>
|
2024-08-15 14:28:10 +02:00 |
stefanbode
|
851f11dcdd
|
fix potential overflow on uptime (#21965)
* fix potential overflow
* fix potential overflow
* fix potential overflow
* fix potential overflow
|
2024-08-15 10:08:54 +02:00 |
Theo Arends
|
8f75684cd7
|
Add Rule and Scripter xdrv sensor polling
|
2024-08-13 12:28:09 +02:00 |
Theo Arends
|
5bac2a2331
|
Revert "Add Rule and Scripter xdrv sensor polling"
This reverts commit cc2ea328d5 .
|
2024-08-11 19:29:10 +02:00 |
Theo Arends
|
cc2ea328d5
|
Add Rule and Scripter xdrv sensor polling
|
2024-08-11 17:47:01 +02:00 |
Theo Arends
|
d3f6d7d844
|
Sync ESP8266 energydriver with ESP32
|
2024-08-10 17:15:05 +02:00 |
s-hadinger
|
f88a635d5d
|
Zigbee loads device data early before MCU startup (#21917)
|
2024-08-06 12:43:15 +02:00 |
Theo Arends
|
3473c3c1b0
|
Fix scientific notation for 1234.5 (#21131)
|
2024-08-04 17:42:15 +02:00 |
s-hadinger
|
3c884118ed
|
Berry `zigbee.started()` (#21895)
|
2024-08-02 19:42:11 +02:00 |
s-hadinger
|
6b98a320b1
|
Berry `zigbee.find()` (#21889)
|
2024-08-02 15:43:31 +02:00 |
s-hadinger
|
010ca34622
|
Berry `energy` module support for 8 phases and move to pseudo-arrays (#21887)
* Berry `energy` module support for 8 phases and move to pseudo-arrays
* add size()
|
2024-08-01 22:37:37 +02:00 |
s-hadinger
|
a3ed99e549
|
Change Energy `power_history` arrays to prepare for Berry mapping (#21876)
|
2024-07-31 14:27:34 +02:00 |
gemu
|
ba596993a0
|
fix sd mmc free space display (#21869)
* fix sd mmc free space display
* Update xdrv_50_filesystem.ino
|
2024-07-30 22:24:31 +02:00 |
s-hadinger
|
55cb473e13
|
Berry `webserver_async` (#21836)
* Berry `webserver_async`
* Shrink size and include only when USE_BERRY_DEBUG
|
2024-07-26 09:32:12 +02:00 |
s-hadinger
|
b62b2d0d93
|
Matter support for split lights (`SetOption68 1` and `SetOption37 128`) (#21834)
|
2024-07-24 10:20:25 +02:00 |
Theo Arends
|
895fbb2e8a
|
Add optional USE_SONOFF_IFAN_CONFIG
|
2024-07-23 15:35:45 +02:00 |
s-hadinger
|
e085cfd3ab
|
Berry fix `light.get` for separate RGB/CT (#21818)
|
2024-07-22 20:38:14 +02:00 |
Theo Arends
|
f42e44a69d
|
Support for Sonoff iFan04-H using template (#16402)
- Bump version v14.1.0.4
|
2024-07-22 15:35:20 +02:00 |
Theo Arends
|
a0893c9aae
|
Add EPD update frame (#21788)
|
2024-07-17 17:52:30 +02:00 |
Theo Arends
|
b23a2f2304
|
Bump GPIOViewer version to v1.5.5
|
2024-07-17 14:28:50 +02:00 |
Theo Arends
|
69f1ea5627
|
Move StateText fro MQTT to commands (#21782)
|
2024-07-16 15:16:18 +02:00 |
Christian Baars
|
6673fb906b
|
prevent crash with unconfigured audio (#21775)
|
2024-07-14 21:00:24 +02:00 |
Theo Arends
|
e9fdbea091
|
Unify display/touch init messages
|
2024-07-14 15:18:01 +02:00 |
Jason2866
|
3d34097275
|
final i2s fix (#21770)
|
2024-07-13 18:11:33 +02:00 |
Christian Baars
|
13330eb085
|
Berry: add int8 quantisation to Tensorflow lite driver (#21763)
* add input quantization, minor fixes
* prevent divideByZero
|
2024-07-11 23:05:47 +02:00 |
Christian Baars
|
7cb8a3f968
|
Berry: add cam module, img class (#21743)
* cam module, img class
|
2024-07-07 19:50:33 +02:00 |
Theo Arends
|
fee5251bd4
|
Fix universal display power regression (#21726)
|
2024-07-05 15:30:31 +02:00 |
s-hadinger
|
243df3f2cf
|
`FUNC_BUTTON_PRESSED` now contains `press_counter` encoded in `XdrvMailbox.command_code` (#21724)
|
2024-07-03 22:13:50 +02:00 |
Theo Arends
|
59fc68026b
|
Add Support for Sonoff POWCT Ring (#21131)
|
2024-07-03 16:31:43 +02:00 |
Theo Arends
|
9b537d81e0
|
Fix energy maxpower retry count (#21695)
|
2024-07-03 13:52:01 +02:00 |
Theo Arends
|
ac011132ee
|
Fix ESP8266 MaxPower edge case
|
2024-07-03 11:07:59 +02:00 |
Theo Arends
|
1fd8de6762
|
Update energy structure
|
2024-07-02 18:47:55 +02:00 |
Theo Arends
|
640aabe1b3
|
Fix ESP32 MaxPowerHold edge case (#21695)
|
2024-07-02 18:07:53 +02:00 |
Theo Arends
|
0b54d49181
|
Refactor TM1621 driver
|
2024-07-02 17:21:48 +02:00 |
Theo Arends
|
344fdf94f7
|
Update changelogs
|
2024-07-02 10:19:59 +02:00 |
Theo Arends
|
c8e29dafc6
|
Changed ESP32 TM1621 number overflow from "9999" to "12E3" (#21131)
|
2024-07-01 12:31:02 +02:00 |
s-hadinger
|
2cc785bf20
|
Berry `FUNC_BUTTON_MULTI_PRESSED` event and make `FUNC_BUTTON_PRESSED` called only on state changes and once per second (#21711)
|
2024-06-30 21:00:14 +02:00 |
s-hadinger
|
6842b53425
|
Berry `FUNC_BUTTON_MULTI_PRESSED` event and make `FUNC_BUTTON_PRESSED` called only on state changes (#21709)
|
2024-06-30 19:14:32 +02:00 |
Theo Arends
|
33062dc839
|
Refactor energy drivers
|
2024-06-30 16:58:37 +02:00 |
s-hadinger
|
8d2d121b6d
|
Berry `FUNC_ANY_KEY` event calling `any_key()` (#21708)
|
2024-06-29 22:12:34 +02:00 |
Theo Arends
|
8a0493b659
|
Cleanup esp32 energy
|
2024-06-28 18:04:50 +02:00 |
Theo Arends
|
8364eca708
|
Refactor esp32 energy margins entry
|
2024-06-28 17:51:05 +02:00 |
Theo Arends
|
271446fd66
|
Remove obsolete SafePower commands
|
2024-06-28 14:38:08 +02:00 |
Theo Arends
|
96a45a6dde
|
Refactor ESP32 energy
|
2024-06-28 11:12:28 +02:00 |