Replies: 1 comment 5 replies
-
We generate json from CSV. CSV is exported from the heat pump. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Python is not my main language. Just reading the code, I cannot figure out how the json-file works.
The s-1255 CSV:
https://github.com/yozik04/nibe/blob/master/nibe/data/s1155_s1255.csv
The json:
https://github.com/yozik04/nibe/blob/master/nibe/data/s1155_s1255.json
From the CSV, we can see that "outdoor temp" has register address (1).
The json says:
"30002": { "title": "Current outdoor temperature (BT1)", "factor": 10, "unit": "\u00b0C", "size": "s16", "name": "current-outdoor-temperature-bt1-30002" },
Where is the mapping to adress 1 in the json? I dont get it, sorry.
Beta Was this translation helpful? Give feedback.
All reactions