This app can manage Flexit Nordic units over local network using the BACnet protocol. This requires Homey and the unit to be on the same network, similar to when you directly connect the Flexit Go app to Homey.
At the moment, it only offers basic temperature control and the ability to switch between modes (Home, Away, High, Fireplace). But more features will be added in the near future once I figure out how to best present them (settings vs UI toggles vs only through flows).
Just added support for filter maintenance in the test version. You can now both reset the filter counter as well as set the filter change interval directly in the app. You’ll find this under the maintenance and the advanced settings sections respectively.
Now it should also be possible to adjust the fan speeds for the various modes both through Advanced Settings and through flows.
Temperature control in the UI and flows will also always affect the active mode rather than always setting the home mode. You can also set the temperature for a given mode through the settings.
Is it a possibility to add how long fireplace is supposed to be active?
When I activate it now, it lasts for 20 minutes. But is it possible to make this variable?
That will work Will that make it adjustable with flows?
One more thing I noticed when making a new flow for the ventilation system right now, is it possible to make a “When ventilation mode changed” card?
Not automatically, but it is possible to make a flow card that can set the duration.
There should already be a “The fan mode changed to ”. Homey creates this one by default. I do think “ventilation mode” is better than “fan mode” though. Perhaps I can change this. I also find it a little bit annoying that you have to specify a specific mode for this card to trigger rather than triggering on any mode and then let the user use a “and the mode is” conditional card if they want to trigger on a specific mode.