One thing we have talked about is the naming of the device and entities. We have talked to Flexit and learned that we can extract the model name from the current device name i.e. the device name hvacfnct21y_a tells us it is in fact a Nordic series device. Also we have learned that we can extract the model from the serial number i.e. the serial number 800130-002967 corresponds to the model S4 RER.
So what this means is that we can decide on what to call the device and the entities in home assistant after implementing it in the flexit_bacnet library.
I am using this integration, and even though this early functionality is quite restricted it is working really well. I have a node-red workflow to monitor and control the air quality using a PI controller that I have mentioned elsewhere. I know it is possible to add CO2 sensors to the Flexit, but I already have 2 external CO2 sensors. My solution cannot control the fan speed directly, and uses the preset modes instead, so it will not be as good as a built in CO2 sensor, but I have it working quite well, I think! The example in the figure shows that the load (calculated by the PI controller) follows the CO2 concentration well and I used this to change the preset mode appropriately.
First of all thank you for the simple and easy integration. I have really been one waiting for this integration. I am a big fan of utilizing the HomeKit bridge plugin, which I have connected to the Flexit Bacnet plugin. Right now the functionality in HomeKit is very simple. The temperature is showing at 0.0°C and I have a nordic S4 and it says “cooling down to 18°C” which is the set-point temp I have on my system. My system doesn’t even have a cooling mode/battery, only the normal FTX system.
Hi. Thank you for perfect job. I would like to ask, how to us it for Flexit Nordic CL2. It wont work, f.e. when I change the Preset (i can see just away, home, boost, but in reality I have HOME, AWAY, HIGHT, FIREPLACE, CALENDAR mode), after few secont return firt option = away. Sorry for stupid question, Iam newbie in that topic. Thank you vey much.
It’s hard for me to say why it isn’t working. Maybe that model is special in some way. Or the integration is broken in some way. Try to set mode HOME in the flexit app, and then set mode AWAY in Home Assistant. What happens?
Wow great work with the integration so far! I was looking at the code and it’s missing the fan entities and speed control for them if I’m not mistaken. I still have these in my old PR that got obsolete. Is someone working on these or could I make a PR about these? And sorry for not being active after you merged the PR @lellky.
Great update! I still have the problem that room temperature is at 0°C on my Nordic S4 unit, this is due to it only having four sensors:
The supply air sensor (B1) registers the temperature
after the heating battery.
The extract air sensor (B3/H1) registers the temperature and relative humidity of
the extract air.
The outdoor air sensor (B4) registers the temperature of the outdoor air.
The exhaust air sensor (B6) registers the temperature of the exhaust air.
Therfore a way around this might be to use the “extract air temperature” as the de facto room temp.
This will present a slider in the UI and there would be a slider for all fan set points. One thing to note is that when the HVAC is installed, all air inlets and outlets are measured and the set points are set by the installer. I don’t know if regular users should fiddle with this?
Fan speeds are adjusted automatically anyways if you have wireless Flexit humidity/CO2 sensors and those values are exposed in the basic user interface in the official Flexi Go app for adjustment. IMO we should expose them in whatever way is the simplest to integrate with.
I’m thinking “Home fan setpoint, supply air” and “Home fan setpoint, extract air” or “Fan setpoint, Home, supply air” and so on. In this way they will be presented in order. Oh, wait a minute! They are probably sorted by their keys… And the keys are the same as the properties in the flexit lib. We should probably not rename them.