Skip to content

Commit

Permalink
fix airflow units 40050,40051,41026 for f750 and f730 (#163)
Browse files Browse the repository at this point in the history
This PR fixes units of air flow sensors for Nibe F750 and F730.

![image](https://github.com/yozik04/nibe/assets/65893913/12d03d07-1181-4d68-89a4-bac1066302b5)

See #111
  • Loading branch information
yozik04 authored Jul 24, 2024
2 parents e4d0e41 + 71d6bfb commit e971f2b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 8 deletions.
19 changes: 19 additions & 0 deletions nibe/data/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,25 @@
}
}
},
{
"description": "Corrections for airflow units",
"files": [
"f730.json",
"f750.json"
],
"data": {
"40050": {
"unit": "m\u00b3/h"
},
"40051": {
"factor": 10,
"unit": "m\u00b3/h"
},
"41026": {
"unit": "m\u00b3/h"
}
}
},
{
"files": [
"f370_f470.json",
Expand Down
11 changes: 7 additions & 4 deletions nibe/data/f730.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,16 @@
"title": "EB100-BS1 Air flow",
"size": "s16",
"factor": 10,
"name": "eb100-bs1-air-flow-40050"
"name": "eb100-bs1-air-flow-40050",
"unit": "m\u00b3/h"
},
"40051": {
"title": "EB100-BS1 Air flow unfiltered",
"info": "Unfiltered air flow value",
"size": "s16",
"factor": 100,
"name": "eb100-bs1-air-flow-unfiltered-40051"
"factor": 10,
"name": "eb100-bs1-air-flow-unfiltered-40051",
"unit": "m\u00b3/h"
},
"40054": {
"title": "EB100-FD1 Temperature limiter",
Expand Down Expand Up @@ -834,7 +836,8 @@
"title": "EB100-Adjusted BS1 Air flow",
"size": "s16",
"factor": 10,
"name": "eb100-adjusted-bs1-air-flow-41026"
"name": "eb100-adjusted-bs1-air-flow-41026",
"unit": "m\u00b3/h"
},
"41027": {
"title": "Humidity average",
Expand Down
11 changes: 7 additions & 4 deletions nibe/data/f750.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,16 @@
"title": "EB100-BS1 Air flow",
"size": "s16",
"factor": 10,
"name": "eb100-bs1-air-flow-40050"
"name": "eb100-bs1-air-flow-40050",
"unit": "m\u00b3/h"
},
"40051": {
"title": "EB100-BS1 Air flow unfiltered",
"info": "Unfiltered air flow value",
"size": "s16",
"factor": 100,
"name": "eb100-bs1-air-flow-unfiltered-40051"
"factor": 10,
"name": "eb100-bs1-air-flow-unfiltered-40051",
"unit": "m\u00b3/h"
},
"40054": {
"title": "EB100-FD1 Temperature limiter",
Expand Down Expand Up @@ -923,7 +925,8 @@
"title": "EB100-Adjusted BS1 Air flow",
"size": "s16",
"factor": 10,
"name": "eb100-adjusted-bs1-air-flow-41026"
"name": "eb100-adjusted-bs1-air-flow-41026",
"unit": "m\u00b3/h"
},
"41027": {
"title": "Humidity average",
Expand Down

0 comments on commit e971f2b

Please sign in to comment.