kotope / valloxesp

Vallox Digit wifi controller with Home Assistant integration through MQTT
MIT License
17 stars 9 forks source link

Operating two ventilation systems in parallel in HA #47

Open Sprocket02 opened 4 months ago

Sprocket02 commented 4 months ago

I have installed two ventilation systems of the same type in my house. One for each appartment. However, I can only create one instance in the integration of HA. Why is this the case? Or is there another way to integrate a second instance?

kotope commented 4 months ago

The reason for this is that I've never though anyone would have need for two ventilation machines and therefore the feature has not been though of :) I'll see during the weekend if it's something that can be implemented without too much effort and get back to this.

Sprocket02 commented 4 months ago

Many thanks

kotope commented 4 months ago

I've added initial support for this on branch named feature/multiple_instances

It's still missing migrations that old installs don't generate new entities. For that I still need to find a way to fix before merging in the master branch.

Anyhow, @Sprocket02, you can take the version from feature/multiple_instances branch if you want to start using it already.