-
Notifications
You must be signed in to change notification settings - Fork 36
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
F750 Airflow sensors lack of units #111
Comments
I see that 40050 and 40051 have different multiplication factor for the value. How can we make sure units are right and converted values are right? |
Ouch, didn't see that. 40051 wasn't in use in my setup. Activated it for now. The value of EB100-BS1 Air flow (40050) in HA is the same as in the NIBE display (m3/h), that's correct. 40051 is a tenth of 40050. I could solve this in HA for myself, but I don't know how to suggest a value for that. m3/h/10 sounds not very charming ;-) |
Greate there is an issue opened! |
You need to fix this by mainly adjusting the extension filer here: https://github.com/yozik04/nibe/blob/master/nibe/data/extensions.json and running the generation script (https://github.com/yozik04/nibe/blob/master/README.md#2-convert-source-csv-files-to-json) |
Thank you @elupus reading the doc more closely may have helped me ;) I will fix: all of them affects only F750 and f730. Having a f730 I can test it: For the Fan speed current I will create a separate request... For my F730 this makes more sense: My Nibe app however shows 30% - 30% is configured for Mode 2 on my system. |
Do you have the last version of the firmware? I thought that all F1xxx series are ground heat pumps. No idea if these can have any fan unit attached. |
I just checked where the id is used: No idea I can only test my F730, could do the change also only for the f730/F750 guess they should behave similar. |
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
Hi, I'm using the NIBE Integration in HomeAssistant. Was wondering why there are no units for the airflow sensors. Couldn't use it for automations and it didn't show a graph.
After a little research I found the problem. The airflow sensors in your F750 file have no units. Should be m3/h. Affects EB100-BS1 Air flow (40050), Airflow ref. (43124) and EB100-BS1 Air flow unfiltered (40051).
Would be nice if you could add it.
The text was updated successfully, but these errors were encountered: