You can configure a personal departure monitor at https://www.vrsinfo.de/abfahrtsmonitor.html
The data can be accessed as json via http. I parsed that data with jsonpath and rules to get the information for the next departures in items. That works, but is not flexible.
So I tried to learn how to create a binding and developed a binding to access that data. It has currently the status “works mostly on my machine”
My question: Does it make sense to polish it and make a pull request?