-
Notifications
You must be signed in to change notification settings - Fork 196
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
Integration with home assistant #179
Comments
Would you like to control from Jarvis or get a status any device managed by Home Assistant? Looks like they provide a RESTful API: So I believe it is possible to use Jarvis to actually talk and hear from your Home Assistant. If we can get someone from HA to do it, even better 😄 |
I think that to be able to provide the cleanest way to push data to Jarvis, you might consider to provide a little rest api. It shoud be easy as there is already jarvis -s implemented. Should I give it a try and do a pull request? |
Quick poc of a rest api to push notifications to jarvis, written in python, using flask framework. |
Very nice, you can propose a pull request. |
Doing it asap |
Jarvis API plugin now available allowing you to control Jarvis remotely: |
Could be nice if someone proposes to create a Plugin for Home Assistant |
I will do a plugin for HA as I'm migrating from openhab. When I finish my migration I do that. |
Thanks @Sellig28 |
@Sellig28 : Any news ? |
I'm currently thinking about how to integrate Jarvis and Home assistant.
They provide Alexa support, so I'll read a lot about how they did the integration.
The first idea of implementation I had was to just build a script to create the list of Jarvis command based on the list of service provided by the rest api of HA.
I might be interesting to push data from HA to Jarvis like "hey, your girlfriend is almost here".
Maybe they did the integration differently.
Do you think this should be a part of Jarvis?
->Yes = Maybe you can contact the HA leader, he might be interested =)
->No = I'll do it on my own ^^'
The text was updated successfully, but these errors were encountered: