Skip to content

Commit

Permalink
v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
pvtom committed Apr 20, 2024
1 parent d3b8ba5 commit 4ba8c63
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 173 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,19 +144,19 @@ or to show the help page
If everything works properly, you will see something like this:

```
rscp2mqtt [v3.19]
rscp2mqtt [v3.20]
E3DC system >192.168.178.111:5033< user: >your E3DC user<
MQTT broker >localhost:1883< qos = >0< retain = >false< client id >✗< prefix >e3dc<
Fetching data every second.
Requesting PVI ✓ | PM (0) | DCB ✓ (1 battery string) | Wallbox (0) ✗ | Autorefresh ✓
Log level = 0
Stdout to terminal
[2024-04-14 10:00:00] pid=30190 ppid=1 RscpMqttMain.cpp(2717) Connecting to server 192.168.178.111:5033
[2024-04-14 10:00:00] pid=30190 ppid=1 RscpMqttMain.cpp(2724) Success: E3DC connected.
[2024-04-14 10:00:00] pid=30190 ppid=1 RscpMqttMain.cpp(1688) RSCP authentication level 10
[2024-04-14 10:00:00] pid=30190 ppid=1 RscpMqttMain.cpp(2221) Connecting to broker localhost:1883
[2024-04-14 10:00:00] pid=30190 ppid=1 RscpMqttMain.cpp(2233) Success: MQTT broker connected.
[2024-04-20 09:00:00] pid=30200 ppid=1 RscpMqttMain.cpp(2732) Connecting to server 192.168.178.111:5033
[2024-04-20 09:00:00] pid=30200 ppid=1 RscpMqttMain.cpp(2739) Success: E3DC connected.
[2024-04-20 09:00:00] pid=30200 ppid=1 RscpMqttMain.cpp(1723) RSCP authentication level 10
[2024-04-20 09:00:00] pid=30200 ppid=1 RscpMqttMain.cpp(2257) Connecting to broker localhost:1883
[2024-04-20 09:00:00] pid=30200 ppid=1 RscpMqttMain.cpp(2269) Success: MQTT broker connected.
```

Check the configuration if the connections are not established.
Expand Down
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Release Notes

### Release v3.20 (20.04.2024)

Bug fixes:
- Issue #55, #61: Improvements to the timeout behavior
- Issue #57: Energy per string (today's values)

### Release v3.19 (14.04.2024)

Bug fixes:
Expand Down
Loading

0 comments on commit 4ba8c63

Please sign in to comment.