Now i need to plan how to do this.
I´m able to write oH rules and understand some basics of other codes but building something from scratch is way over my capability.
I´m currently having the following ideas how to solve this.
All ideas are based on using the Debian Jessie Mate image for the Pine64 and changing the oH items through the REST API.
- Changing the original speedtest-cli to directly send the result to oH via REST
- I need to understand the original python code and make the changes i need
- Building something like this and build a new python script that´s just running the speedtest-cli to parse the results.
- Also need to understand python and build something that works
- Setting up another instance of openHAB to fully understand what i´m doing and have an two way communication
From my perspective option 3 seems to be a nice idea.
With two oH instances i´m able to let them communicate through REST and have the option to directly trigger an speedtest on my main instance.
What would lead to option 4, migrating the main instance to the Pine64…