Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions plugins/sources/TripowerX/tripowerx.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def execute(config, add_data, dostop):
'key': "GridMs.TotPFExt",
'enabled': "true",
'name': "Excitation type of cos φ",
'suggested_display_precision': 2,
},
{
'key': "GridMs.TotPFPrc",
Expand Down Expand Up @@ -373,19 +372,16 @@ def execute(config, add_data, dostop):
'key': "Upd.Stt",
'enabled': "true",
'name': "Status of the firmware update",
'suggested_display_precision': 2,
},
{
'key': "WebConn.Stt",
'enabled': "true",
'name': "Status of the Webconnect functionality",
'suggested_display_precision': 2,
},
{
'key': "Wl.ConnStt",
'enabled': "true",
'name': "Wi-Fi connection status",
'suggested_display_precision': 2,
},
{
'key': "Wl.SigPwr",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]

[project]
name = "smahub"
version = "1.7.3"
version = "1.7.4"
authors = [{ name = "Daniel Krippner", email = "dk.mailbox@gmx.net" }]
description = "Little daemon that runs plugins for collecting data from SMA PV products, and publishes to eg MQTT via other plugins."
readme = "README.md"
Expand Down