Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error messages when starting RSCPM2QTT #70

Closed
jomifa opened this issue May 18, 2024 · 2 comments
Closed

Error messages when starting RSCPM2QTT #70

jomifa opened this issue May 18, 2024 · 2 comments

Comments

@jomifa
Copy link

jomifa commented May 18, 2024

Hello,
after reinstalling on another Raspbeery Pi, I get the following error messages when starting rscp2mqtt (version 3.33).

pi@Pi5JMF:/opt/rscp2mqtt $ ./rscp2mqtt
rscp2mqtt [3.23]
E3DC system >192.168.178.31:5033< user: >joachim.fach@jmf.de<
MQTT broker >192.168.178.90:1883< qos = >0< retain = >false< client id >✗< prefix >e3dc<
Fetching data every 30 seconds.
Requesting PVI ✓ | PM (0) | DCB ✓ (2 battery strings) | Wallbox (0) ✓ | Autorefresh ✗
Log Level = 1 (ON)
Stdout to terminal

[2024-05-18 15:37:03] pid=1748 ppid=922 RscpMqttMain.cpp(2952) Connecting to server 192.168.178.31:5033
[2024-05-18 15:37:03] pid=1748 ppid=922 RscpMqttMain.cpp(2959) Success: E3DC connected.
[2024-05-18 15:37:03] pid=1748 ppid=922 RscpMqttMain.cpp(1896) RSCP authentication level 10
[2024-05-18 15:37:03] pid=1748 ppid=922 RscpMqttMain.cpp(2428) Connecting to broker 192.168.178.90:1883
[2024-05-18 15:37:03] pid=1748 ppid=922 RscpMqttMain.cpp(2440) Success: MQTT broker connected.
[2024-05-18 15:37:03] pid=1748 ppid=922 RscpMqttMain.cpp(392) MQTT: starting listener loop
[2024-05-18 15:37:05] pid=1748 ppid=922 RscpMqttMain.cpp(2011) Error: Container >TAG_PVI_DATA< Tag >TAG_PVI_REQ_COS_PHI< received >NOT_AVAILABLE< [1]
[2024-05-18 15:37:05] pid=1748 ppid=922 RscpMqttMain.cpp(2011) Error: Container >TAG_PVI_DATA< Tag >TAG_PVI_REQ_VOLTAGE_MONITORING< received >NOT_AVAILABLE< [1]
[2024-05-18 15:37:05] pid=1748 ppid=922 RscpMqttMain.cpp(2011) Error: Container >TAG_PVI_DATA< Tag >TAG_PVI_REQ_FREQUENCY_UNDER_OVER< received >NOT_AVAILABLE< [1]
[2024-05-18 15:37:07] pid=1748 ppid=922 RscpMqttMain.cpp(1876) Error: Container/Tag >TAG_DB_HISTORY_DATA_YEAR< received >UNKNOWN< [1]

[2024-05-18 15:37:07] pid=1748 ppid=922 RscpMqttMain.cpp(1879) History start year has been corrected >2023<

@pvtom
Copy link
Owner

pvtom commented May 18, 2024

Hello Joachim,
the first 3 messages appear when the program is started if the measuring device of the house power plant does not measure and output the values, e.g. for cos phi. As mentioned in issue #63, rscp2mqtt then no longer queries the values, only at startup. Simply ignore it.
Message 4: When did you install your device? The message “History start year has been corrected >2023<” indicates that the configuration of the value for HISTORY_START_YEAR (.config) was not set to the year of commissioning.
Could this be the case?
Best regards
Thomas

@jomifa
Copy link
Author

jomifa commented May 18, 2024 via email

@pvtom pvtom closed this as completed Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants