-
One quick question, I open it as an issue since discussions are not enabled for this project, how the .json and .csv files are used in the library (I have not looked into the sources yet)? |
Beta Was this translation helpful? Give feedback.
Answered by
yozik04
Oct 19, 2022
Replies: 1 comment
-
.csv files are source of available sensor information (mostly just an export from NIBE Modbus Manager). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yozik04
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.csv files are source of available sensor information (mostly just an export from NIBE Modbus Manager).
.json is result of csv conversion to a structured format so lib would be able to read it.
Both files hold coil/register related information that is required for the lib to function.