Skip to content

Commit 55ad5ff

Browse files
author
JasperE
committed
Version bump
1 parent 7d1699f commit 55ad5ff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ Result:
122122
# Changelog
123123
| Version | Description |
124124
| --- | --- |
125+
| 1.0.5 | Fixed a bug parsing the environment cron settings, which are in string format, but were interpreted as int, causing an exception |
126+
| 1.0.5 | FusionSolar API will now immediately be queried on startup if debug mode is enabled (so no waiting for cron to trigger is required for testing) |
125127
| 1.0.5 | Added InfluxDB support for an optional secondary grid telemetry EAN configuration (pvoutput output is only supported on the primary EAN) |
126128
| 1.0.5 | Bugfix for InfluxDB v1 implementation and removed auto-database creation for VictoriaMetrics compatibility |
127129
| 1.0.3 | Grid transformer usage measurement polling from Kenter's meetdata.nl API has been implemented |

pv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
formatter = logging.Formatter("%(asctime)s - %(name)s - %(levelname)s - %(message)s")
1414
streamHandler.setFormatter(formatter)
1515
logger.addHandler(streamHandler)
16-
logger.info("PyFusionSolarDataRelay 1.0.5 started")
16+
logger.info("PyFusionSolarDataRelay 1.0.6 started")
1717

1818
# Config
1919
conf = PvConf(logger)

0 commit comments

Comments
 (0)