Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Apr 23, 2024
1 parent f2f9060 commit 2f89720
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/operations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ The reported value will be the weighted mean value of the last 30s.
mqtt:
topic: power # MQTT topic for the meter
operations:
- type: mean interval
- type: mean interval # Calculate weighted mean over 30s
interval: 30
wait for data: False
- throttle filter: 30 # Let a value pass every 30s
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The meters can be read through serial ports or through http (e.g. Tibber)
# Changelog
#### 3.0 (2024-XX-XX)
- Almost complete rewrite
- Extensive value processing which can easily configured
- Support for tibber

#### 2.2 (2023-03-31)
Expand Down
2 changes: 1 addition & 1 deletion src/sml2mqtt/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.DEV-8'
__version__ = '3.0.DEV-9'

0 comments on commit 2f89720

Please sign in to comment.