File tree Expand file tree Collapse file tree 4 files changed +199
-173
lines changed
Expand file tree Collapse file tree 4 files changed +199
-173
lines changed Original file line number Diff line number Diff line change @@ -144,19 +144,19 @@ or to show the help page
144144If everything works properly, you will see something like this:
145145
146146```
147- rscp2mqtt [v3.19 ]
147+ rscp2mqtt [v3.20 ]
148148E3DC system >192.168.178.111:5033< user: >your E3DC user<
149149MQTT broker >localhost:1883< qos = >0< retain = >false< client id >✗< prefix >e3dc<
150150Fetching data every second.
151151Requesting PVI ✓ | PM (0) | DCB ✓ (1 battery string) | Wallbox (0) ✗ | Autorefresh ✓
152152Log level = 0
153153Stdout to terminal
154154
155- [2024-04-14 10 :00:00] pid=30190 ppid=1 RscpMqttMain.cpp(2717 ) Connecting to server 192.168.178.111:5033
156- [2024-04-14 10 :00:00] pid=30190 ppid=1 RscpMqttMain.cpp(2724 ) Success: E3DC connected.
157- [2024-04-14 10 :00:00] pid=30190 ppid=1 RscpMqttMain.cpp(1688 ) RSCP authentication level 10
158- [2024-04-14 10 :00:00] pid=30190 ppid=1 RscpMqttMain.cpp(2221 ) Connecting to broker localhost:1883
159- [2024-04-14 10 :00:00] pid=30190 ppid=1 RscpMqttMain.cpp(2233 ) Success: MQTT broker connected.
155+ [2024-04-20 09 :00:00] pid=30200 ppid=1 RscpMqttMain.cpp(2732 ) Connecting to server 192.168.178.111:5033
156+ [2024-04-20 09 :00:00] pid=30200 ppid=1 RscpMqttMain.cpp(2739 ) Success: E3DC connected.
157+ [2024-04-20 09 :00:00] pid=30200 ppid=1 RscpMqttMain.cpp(1723 ) RSCP authentication level 10
158+ [2024-04-20 09 :00:00] pid=30200 ppid=1 RscpMqttMain.cpp(2257 ) Connecting to broker localhost:1883
159+ [2024-04-20 09 :00:00] pid=30200 ppid=1 RscpMqttMain.cpp(2269 ) Success: MQTT broker connected.
160160```
161161
162162Check the configuration if the connections are not established.
Original file line number Diff line number Diff line change 11## Release Notes
22
3+ ### Release v3.20 (20.04.2024)
4+
5+ Bug fixes:
6+ - Issue #55 , #61 : Improvements to the timeout behavior
7+ - Issue #57 : Energy per string (today's values)
8+
39### Release v3.19 (14.04.2024)
410
511Bug fixes:
You can’t perform that action at this time.
0 commit comments