Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with event URL #292

Closed
dave2503 opened this issue Oct 25, 2024 · 2 comments
Closed

issue with event URL #292

dave2503 opened this issue Oct 25, 2024 · 2 comments

Comments

@dave2503
Copy link

Hi I have read alot of forums but I am having issues with event URL config. As read I have published the port 8122 in docker and set the event use HTTP://ip.add:8122 in both HA and HE API maker app but still the devices do not update in HA. Can someone please help me with this?

@jason0x43
Copy link
Owner

On the Home Assistant side, there are two fields to consider: "Event server URL" and "Event server port".

Screenshot 2024-11-02 at 20 06 20

"Event server URL" is the URL that the Maker API in Hubitat will be configured to send events to. This address must be accessible by Hubitat on your local network, so it can't involve "localhost" or an internal docker IP address.

"Event server port" is the port on your Home Assistant system that the event server will listen on. This does not have to be the same as the port in the event server URL. For example, you might configure the event server to listen on port 8080, but map 8080->23456 in a Docker compose file, so the event server URL would be http://host:23456.

@jason0x43
Copy link
Owner

Closing this since there hasn't been any activity in a while

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants