-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
New idea, API messages #550
Comments
thanks for the feedback, but i am not quite sure if i understand it correctly. Could you please elaborate it more, if possible with an real world use case? |
For example, I need to send a message about low water level (25%) or about upcoming frosts (up to -20) The values 25 and 20 are dynamic. They are in Homekit, and I would like to send them to TV via Homekit |
There is a |
This is good, but there is no way to write a file in Homekit automations. It would be nice to have a web server on some port to receive these commands via POST. |
As mentioned, you can do that with the cli commands. You could setup a service on a server which then calls the cli commands. |
I tried to access from commands via SSH but there was a problem I tried to pass the execution of 2 commands via SSH from commands: When simply working from the console, messages are sent fine |
This seems to be more of an OS related issue and would have nothing to do with the initial request, so i would recommend you to check the permissions or other OS related things. |
The fact is that one command is always executed, and two commands in a row can no longer be executed (using shorts) Therefore, I would like to see an intermediary in the form of a mini web server to receive messages via json... |
Yeah, you would need to build yourself that small web server if you require it, the tools to do that are available. If you think that some other people could benefit from that then you could submit a pull request and we could include that in the repo. |
Thanks again for your work, the plugin is great!
You have support for messages on the TV in the form of static buttons and predefined messages.
It would be nice if you made API support for messages, so that it would be possible to send any messages with any data via HomeKit automation (http requests).
Please consider this as an idea for implementation)
The text was updated successfully, but these errors were encountered: