mirror of https://github.com/arendst/Tasmota.git
Fix Sonoff SPM energy total/yesterday
- Fix Sonoff SPM energy total/yesterday - Add energy yesterday persistence - Add SspmEnergyYesterday command - Add SspmOverload command - Add SPI support
This commit is contained in:
parent
d76aaf0e62
commit
7669c9b471
|
@ -13,9 +13,11 @@ All notable changes to this project will be documented in this file.
|
|||
- Rule variable %color% (#14572)
|
||||
- Command ``SspmDisplay 1`` to display Sonoff SPM energy data in GUI for relays powered on only
|
||||
- Command ``SspmEnergyTotal<relay>`` to (p)reset Sonoff SPM total energy without today's energy
|
||||
- Command ``SspmEnergyYesterday<relay>`` to (p)reset Sonoff SPM energy yesterday
|
||||
- Command ``SspmHistory<relay>`` to retrieve Sonoff SPM daily energy up to last six month (as defined by ARM firmware)
|
||||
- Command ``SspmIAmHere<relay>`` to (faintly) blink Sonoff SPM-4Relay module error light of requested relay
|
||||
- Command ``SspmLog<relay> [x]`` to retrieve Sonoff SPM relay power state change and cause logging
|
||||
- Command ``SspmOverload<relay> <options>`` to set Sonoff SPM overload criteria for any relay
|
||||
- Command ``SspmScan`` to rescan Sonoff SPM modbus
|
||||
- Support for MQ analog sensor for air quality by Francesco Adriani (#14581)
|
||||
- Command ``SetOption134 1`` to disable PWM auto-phasing for lights by default (new behavior) (#14590)
|
||||
|
|
|
@ -108,10 +108,12 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
|||
- Command ``SSerialConfig <serialconfig>`` to change Serial Bridge configuration
|
||||
- Command ``SspmDisplay 1`` to display Sonoff SPM energy data in GUI for relays powered on only
|
||||
- Command ``SspmEnergyTotal<relay>`` to (p)reset Sonoff SPM total energy without today's energy
|
||||
- Command ``SspmEnergyYesterday<relay>`` to (p)reset Sonoff SPM energy yesterday
|
||||
- Command ``SspmHistory<relay>`` to retrieve Sonoff SPM daily energy up to last six month (as defined by ARM firmware)
|
||||
- Command ``SspmIAmHere<relay>`` to (faintly) blink Sonoff SPM-4Relay module error light of requested relay
|
||||
- Command ``SspmLog<relay> [x]`` to retrieve Sonoff SPM relay power state change and cause logging
|
||||
- Command ``SspmMap 2,1,..`` to map Sonoff SPM scanned module to physical module [#14281](https://github.com/arendst/Tasmota/issues/14281)
|
||||
- Command ``SspmOverload<relay> <options>`` to set Sonoff SPM overload criteria for any relay
|
||||
- Command ``SspmScan`` to rescan Sonoff SPM modbus
|
||||
- Command ``WebTime <start_pos>,<end_pos>`` to show part of date and/or time in web gui based on "2017-03-07T11:08:02-07:00"
|
||||
- Commands for ESP32 ethernet configuration ``EthIpAddress``, ``EthGateway``, ``EthSubnetmask``, ``EthDnsServer1`` and ``EthDnsServer2`` [#14385](https://github.com/arendst/Tasmota/issues/14385)
|
||||
|
@ -133,6 +135,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
|||
- ESP32 support for TuyaMcu
|
||||
- ESP32 Berry features
|
||||
- ESP32 support for USE_PWM_DIMMER as GPIO ``Option E1``
|
||||
- ESP32 increase PWM channels to 16
|
||||
- ESP32 initial support for ESP32S3 with support for 38 configurable GPIOs
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue