#Ecowitt integration and HA Cloud

1 messages · Page 1 of 1 (latest)

dire tiger
#

I am trying to get the ecowitt integration working and it requires http but I use HA Cloud and so my HA instance is only accessible via https. Am I wasting my time trying to find out how to get http (for local connections) working in parallel with the HA Cloud?

tall fractal
#

Your instance is available on your network with the IP and port (8123), you can use that in the ecowit settings (I do that myself).
You can find this in the HA network settings if you don't have it already.
https://my.home-assistant.io/redirect/network/

dire tiger
#

that link shows me the HA cloud address which is https which wont work for ecowitt

tall fractal
#

That link gives you a link you click on yo see your network settings.

dire tiger
#

Thanks so if I substitute the local IP address and the 8123 port into the suggested settings from the integration when i configure the ecowitt device then I should be good?

tall fractal
#

Yup 👍 , that is exactly what I did.

#

You need to remove the first / in the path also, as teh ecowit settings already write that for you

dire tiger
#

Thanks for assisting me with this but its not working for me. I let it sit for a while in case it took some time but there are no devices or entities being discovered by the integration. I put the webhook url into my browser and it returns page not working - ERR_EMPTY_RESPONSE. This is the ecowitt web gui config page:

tall fractal
#

Try to remove the first / in the Path so it start with api/webhook/, instead of /api/webhook/

dire tiger
#

appreciate you replies and time Ludeeus. Takk i think it is?

tall fractal
#

That addon should not be needed, assuming youur ecowit and HA is in the same network.

dire tiger
tall fractal
#

@dire tiger I have suspiscion that you have configured certs manually for Home Assistant and using cloud at the same time, can you share a screenshot of your netowrk settings with me? (from the first link I sendt)

thorny latch
#

it looks like the web ui needs the / and when using the phone app it doesn't. But maybe it's because the integration is being added while using the NC URL and not the local

#

None of these add-ons should be needed

#

This should be populated with your local address and not the nabucasa address:

tall fractal
#

port should also sate 8123

tall fractal
tall fractal
#

Yeah, as suspected, you have configured the http integration to use (invalid) certificates. As you are using the cloud, you should remove that, and ecowitt would have worked as it should, without the need for any workaround.

dire tiger
#

i see - probably from before I went iwth the cloud service. have removed the line from the config yaml and voila!

#

the unofficial intgegration from ECowitt is working very well so I wont need to go back and retest but its good to clean the config up.. Thanks for that