briis / hass-weatherflow

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

No configuration box #37

Closed jeffbarish closed 2 years ago

jeffbarish commented 2 years ago

The configuration instructions state "When loaded, there will be a configuration box, where you have to enter your Station ID and a Personal Token to get access to your data." The configuration box does not appear after downloading nor after restarting HA. WeatherFlow Integration does appear in HACS Integrations. I do not know whether this observation is related, but in logs there is a message "Received invalid command: mobile_app/push_notification_channel". I do not get this message on restarting HA after uninstalling WeatherFlow Integration.

briis commented 2 years ago

HACS is just a smart way of getting non Core Integration, it is not doing anything else than downloading the files to HA. After the installation through HACS you must restart HA. Then go to 'Configuration' and 'Devices and Services'. When on this page do a hard refresh of your browser, and then click the '+ ADD INTEGRATION' button in the lower right corner.

In the dialog search for WeatherFlow, and when found click on it, and you will see the dialog box to enter your details.

jeffbarish commented 2 years ago

Thanks. You were right that I did not understand how to use HACS. It is also possible that I did not have the VM for HA configured with sufficient memory. All good now.

I found a card in Mushroom that displays Tempest temperature (and I see that there are others as well). Are there cards that I should be aware of?

On Thu, Apr 28, 2022 at 10:14 AM Bjarne Riis @.***> wrote:

HACS is just a smart way of getting non Core Integration, it is not doing anything else than downloading the files to HA. After the installation through HACS you must restart HA. Then go to 'Configuration' and 'Devices and Services'. When on this page do a hard refresh of your browser, and then click the '+ ADD INTEGRATION' button in the lower right corner.

In the dialog search for WeatherFlow, and when found click on it, and you will see the dialog box to enter your details.

— Reply to this email directly, view it on GitHub https://github.com/briis/hass-weatherflow/issues/37#issuecomment-1112398837, or unsubscribe https://github.com/notifications/unsubscribe-auth/AY47CTLC37AFEMTOSKQUXW3VHK2OFANCNFSM5US4LYWA . You are receiving this because you authored the thread.Message ID: @.***>

-- Jeffrey Barish

briis commented 2 years ago

Glad it worked out for you 😁 How you want to present your data is very dependent on who you are. Most of the sensors could be presented nicely with the built-in Sensor Card and the Forecast could be presented with the built-in Weather Forecast Card. But else, search HACS for Weather and you will get a lot of options to display the data.

briis commented 2 years ago

As the issue is resolved, I will close this.