kdeyev / eyeonwater

HACS repository for EyeOnWater integration
MIT License
26 stars 6 forks source link

Failed to connect when installing #31

Closed smulle48 closed 1 year ago

smulle48 commented 1 year ago

Hi

I've just reinstalled my HA system and was about to install EOW again. But when I try, firstly, there is no where I can select .com or .ca and when I enter the correct information I get this error.

I can't see anything in the log

Skærmbillede 2023-08-19 kl  19 43 12

ParkerAnderson9 commented 1 year ago

The new version auto detects country to select to .com or .ca

you need to make sure you have a country selected either in your configuration.yaml or in settings system->general

kdeyev commented 1 year ago

Hi It sounds weird. Which version did you install? The last stable version is 2.0.0. A lot of stuff was changed recently. I would suggest removing the integration and installing everything from scratch.

kdeyev commented 1 year ago

@ParkerAnderson9 Thank you for mentioning it.

smulle48 commented 1 year ago

Hi

It sounds weird. Which version did you install? The last stable version is 2.0.0.

A lot of stuff was changed recently. I would suggest removing the integration and installing everything from scratch.

It worked by changing the country to US in settings, but when I change it back to my country (Denmark) and I reload, EOW, it stops working again.

Is US and CA hardcoded so it's only possible to use those two countries?

kdeyev commented 1 year ago

Yes, it's a bug. Please give me 5 minutes - I'll fix it. Should it be eyeonwater.com for Denmark?

smulle48 commented 1 year ago

Yes, it's a bug. Please give me 5 minutes - I'll fix it.

Should it be eyeonwater.com for Denmark?

Yes we are using .com in Denmark.

Just an idea, maybe this line

if CountryCode == "US":

should be:

if CountryCode != "CA": ??

kdeyev commented 1 year ago

Fixed in V2.0.1. Please let me know if it works

smulle48 commented 1 year ago

Fixed in V2.0.1.

Please let me know if it works

That did the trick 👍

Thank you for your great work 👍