-
Notifications
You must be signed in to change notification settings - Fork 43
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
Feature request: implement the HA API (so can be used remotely without exposing MQTT broker #51
Comments
When I was experimenting with Lorawan I got to know that you can load topics from a public MQTT into the HA MQTT. That way you could make the pi post to a public available Mqtt service and only that data would be exposed. |
Overcomplicated, not reliable and don't want to be dependant of something external that I can't control ;) |
I was also thinking about supporting HASS API - will add it in the future |
My vote for keeping it MQTT 👍 |
I ask to add the HA API, not in place of MQTT ;) jast an option in config |
Unfortunately this won't happen soon. |
Sorry but total wrong there ! I use a similar app on my desktop pc where I give it my nabu casa url with a login/pass valid in my HA and it creates sensors and everything without any problem ;) (https://developers.home-assistant.io/docs/api/rest/) |
This is great news, can you show me the software you are using. |
|
@hjelev did you get a chance to look at it ? perhaps add it ? thanks |
This is doable but I am not sure when I'll have the time to do it. I already have the motivation :-) |
Hi
It would be nice to be able to use the HA API instead of MQTT to avoid the need to expose MQTT port for remote use ;)
That lib should make it quite easy to implement (https://pypi.org/project/HomeAssistant-API/) I guess :)
Thanks
Vincèn
The text was updated successfully, but these errors were encountered: