core icon indicating copy to clipboard operation
core copied to clipboard

Problem with Ecowitt

Open Vicio88 opened this issue 1 year ago • 19 comments

The problem

I have a problem with the Ecowitt integration. I've done all the steps but can't find anything

What version of Home Assistant Core has the issue?

Core-2023.9.3

What was the last working version of Home Assistant Core?

Core2023.9.3

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Ecowitt

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

Vicio88 avatar Oct 08 '23 17:10 Vicio88

I have a problem with the Ecowitt integration. I've done all the steps but can't find anything

Please describe your steps, so we can reproduce. Additionally, is there anything in the logs or any other error message we can get information from?

There is not much for us to work with, if the only thing you report "can't find anything". Thanks for understanding.

../Frenck

frenck avatar Oct 08 '23 17:10 frenck

Hey there @pvizeli, mind taking a look at this issue as it has been labeled with an integration (ecowitt) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of ecowitt can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign ecowitt Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


ecowitt documentation ecowitt source (message by IssueLinks)

home-assistant[bot] avatar Oct 08 '23 17:10 home-assistant[bot]

I entered all the data to be entered but it finds nothing. There are no errors

Vicio88 avatar Oct 08 '23 17:10 Vicio88

I entered all the data to be entered but it finds nothing. There are no errors

Sorry, there is not much we can do to help you with "finds nothing". Please provide reproduction steps and logs.

../Frenck

frenck avatar Oct 08 '23 17:10 frenck

I enter the IP, the port and the path but it doesn't find any device IMG_3739 IMG_3736

Vicio88 avatar Oct 08 '23 18:10 Vicio88

Try changing the port adress from 8123 to 4199. The port 8123 can't be used.

tanderloco avatar Oct 14 '23 20:10 tanderloco

Looks like this is related #100005 - as soon as I stopped using webhook my HA instance started to behave as it should with 2 x 1240p cores and 4 GB RAM. Can we give an option to use a other port than 8123 to see if this helps? As HA creates a webhook automatically and port cannot be changed. @Vicio88 you're missing / at front of API - you didn't copy and paste this right - try again, wait 60-120 sec and it'll be all good, @tanderloco port has to be 8123 otherwise it won't work - this integration on 2023.9 onward causes really poor UI performance in my case - I've got now 3 different HA instances to test that - HASSOS production / HA docker and HA yellow so I can volunteer with that matter also probably new bug has to be opened to investigate my problems.

cpuks avatar Oct 14 '23 21:10 cpuks

@cpuks not sure what op is using, but on my iPad I couldn’t get it to work when I put the / I finally noticed Ecowitt puts a / in front of the path for you.

IMG_0779

jenningschris avatar Oct 15 '23 02:10 jenningschris

Ok can you get app https://play.google.com/store/apps/details?id=com.ost.wsautool and do it right there?

cpuks avatar Oct 15 '23 12:10 cpuks

Ok can you get app https://play.google.com/store/apps/details?id=com.ost.wsautool and do it right there?

I had the same issue, and I must say using this (alternative) app worked for me. It seems to be practically the same in terms of set up. The difference is that it does not prepend a '/' character at the start of the Path, unlike the Ecowitt app.

In this case, yes, the exact webhook path provided by the Ecowitt integration must be copy/pasted. In the context of the Ecowitt app (as opposed to the WSView Plus app) the leading '/' must be omitted.

In my case, it was actually the trailing '/' that needed to be removed. I suppose this was difficult to notice in the Ecowitt app since the text field gets cropped on the right side.

PS: I am using port 8123, and do not have SSL set up.

staggartcreations avatar Nov 12 '23 13:11 staggartcreations

Hello, I have the same problem with this integration... but I found that with these settings:

Ecowitt conf

Every thing worked perfectly with an older version of HA (i.e. 2023.6.1): Ecowitt HA old

but not with the newer one (i.e. 2023.11.3): Ecowitt HA new

machyaer avatar Nov 27 '23 11:11 machyaer

I just got my Ecowitt and HA is not pulling in any data. 2023.11.3.

Coder84619 avatar Dec 05 '23 05:12 Coder84619

If you are using the web front end to Ecowitt and not an app then you need to add the / at the front of the path. Anyone mentioning the 4199 port is referring to the HACS integration not the Core integration to Ecowitt.

Also check that the port for your web front end is 8123 as mine was not since i installed in docker and had a need to change it and forgot.

Also note that if you have installed the Hacs integration you must remove the interface and uninstall in Hacs before the standard integration shows up.

Yarryman avatar Jan 09 '24 09:01 Yarryman

If you are using the web front end to Ecowitt and not an app then you need to add the / at the front of the path. Anyone mentioning the 4199 port is referring to the HACS integration not the Core integration to Ecowitt.

Also check that the port for your web front end is 8123 as mine was not since i installed in docker and had a need to change it and forgot.

Also note that if you have installed the Hacs integration you must remove the interface and uninstall in Hacs before the standard integration shows up.

I solved my issue using ecowitt2MQTT integration, the problem is due to the SSL protocol of my HA... see here for more details: https://github.com/home-assistant/addons/issues/3337

machyaer avatar Jan 11 '24 10:01 machyaer

I placed http:// in front of server name and made sure that a / is in front of webhook and everything worked. ecowitt

Xanthomonia avatar Jan 27 '24 18:01 Xanthomonia

Just a question: do you have ssl enabled in HA?

machyaer avatar Jan 27 '24 18:01 machyaer

No, I did not enable SSL, i installed HA straight forward on a NUC.

Xanthomonia avatar Jan 28 '24 10:01 Xanthomonia

My problem was there... I have SSL protocol enabled...

see: https://github.com/home-assistant/addons/issues/3337

machyaer avatar Jan 28 '24 17:01 machyaer

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.