[SOLVED] Triggering Rule from external Python Script

  • Platform information:
    • Hardware: RasPi 3
    • OS: Raspbian _
    • openHAB version:2.5.0~S1650-1

Hi all,
i have an Python Script on a RasPi running.
This should trigger a Rule on OpenHab (on another RasPi).

The Python Script can act as a http-client or something else.
What would be the best way, to trigger the Rule on OpenHab?
UDP-Binding? There is no REST-Binding or something like that?

Thanks for your ideas!
Greetings

There is a REST API. Enable the REST API documentation in your addons

oh wow, this was easy!
Thanks, it works!!!

1 Like

For future reference, please mark that post as the solution.