briis / hass-weatherflow

Home Assistant Integration for WeatherFlow Stations
MIT License
69 stars 11 forks source link

Ability to View Multiple Devices From One Hub #40

Open lucetipo opened 2 years ago

lucetipo commented 2 years ago

I have a setup where I have two WeatherFlow AIR devices paired to the same hub which are monitoring two different spaces.

Your integration works beautifully with my primary devices (AIR and SKY) but it does not detect the second AIR device. It there a way to pull data from all devices paired to the same hub?

Thanks so much.

briis commented 2 years ago

Unfortunately, this integration does not support this as of now. It will require a rewrite of the core logic to make this happen. I might do it, but not right now.

You could try the other Integration I made together with a some other folks: WeatherFlow-2-MQTT for Home Assistant. This pulls the data directly from your WeatherFlow Hub using the UDP protocol, and should support multiple devices per hub. My personal setup is a Hub with a Tempest device, but my version of the Hub will not allow me to add my old AIR unit to it, so I cannot test it.