OpenHAB: You can use OpenSprinkler with the binding on from
https://www.openhab.org/addons/bindings/OpenSprinkler/
incorporate.
This also works for other smart home systems. OpenSprinkler has an API that allows you to control all functions over the network.
https://openthings.freshdesk.com/support/solutions/articles/5000716363-os-api-documents
Important: You must pass the password for access as an MD5 hash. And if you change the password in OpenSprinkler, then the MD5 hash must also change! You can have the hash generated for your OpenSprinkler password online here: https://www.md5hashgenerator.com/
For example, you can then start irrigation:
http://<ip-OpenSprinkler>/cm?pw=<md5pw>&sid=<irrigation circuit>&en=<1|0>&t=<seconds>
Irrigation circle is the index starting at 0
en=1 for on, en=0 for off

Quick question about OpenHab Binding: Here (https://www.openhab.org/addons/bindings/OpenSprinkler/) states that the status of the rain sensor can be read (“and rain sensor state can be read”). Is this also the case for a connected soil moisture sensor?
Correct, the sensor inputs (no matter what is attached to them) can be read. Is 0 or 1. Also applies to the API
openHAB v3 is just around the corner and I'm therefore experimenting. Under openHAB v2 I implemented the connection directly via HTTP binding from Openhab, as I can make all calls via api. In contrast to the OpenSprinkler binding. In the new version I can't even get the basics of the OpenSprinkler binding to work. openHAB always tries to access the url http://1.2.3.4/sn0 access which doesn't even exist
Hello Admin, I have a question about the integration into openhab. I have installed the binding and it is running. Another thing, but I have to enter the OpenSprinkler's IP manually because it can't be found by searching. In some cases I had already shown it as online for a short time, but shortly afterwards as offline? Something is fishy there. Then I read the password here. I also go to the page, enter the password from OpenSprinkler into “Use this generator to create an MD5 hash of a string:” and then I generate the string. Take this and then enter it into the password in openhab? But he doesn't connect there either. But when I access the sprinkler with its IP via a browser, I get connected... I just don't understand it. Do you have another tip?
Have you tried another MD5 generator? Enter “MD5 Hash Generator” into Google, there are several. OpenSprinkler firmware current? Maybe an update will help.
Have you already searched for the problem here?
https://github.com/openhab/openhab-addons/issues?q=OpenSprinkler+
Or maybe you are using special characters that are being converted to the wrong MD5 due to the website encoding? Try a simple password as a test.
Hallo, habe IT Kenntnisse und habe knx und mehrere raspis im einsatz. Möchte an den Bewässerungscomputer einen ultraschallsensor anschließen, der mir je nach Füllstand ein Magnetventil zur Wasser Nachspeisung öffnet. Welches eurer Produkte soll ich dafür am besten nehmen? Raspi + Platine oder Fertigen Controller?
Hallo, im Prinzip können Sie beides nehmen. Beide Produkte haben einen (digitalen) Eingang, der als Schalter funktionieren kann. Diesen Schalter kann man mit der Programmsteuerung verbinden, startet also dann ein Programm.
Im Prinzip brauchen Sie dafür aber gar keinen Controller, ein Schwellwertschalter, ein 24VAC Netzteil und ein 24VAC Relais würden wahrscheinlich auch funktionieren.
Hallo. Kurze Frage. Ich habe bei mir einen Raspberry Pi 3 Modell B zu laufen mit openHAB. Damit wird bei mir knx gesteuert. Wenn ich jetzt die Steuerung für die Beregnungsanlage haben möchte, muss ich jetzt nur das für den Raspberry kaufen bei euch (quasi als Erweiterung) oder das dc Modell, welches dann ins Gartenhaus kommt? Danke vorab
Hallo Kito, es geht natürlich beides. Allerdings bedenke, dass bei der Variante OSPI alle GPIO Ports von der Platine belegt werden und du das OSPI Gehäuse verwenden musst. Ebenso musst du die 24VAC Kabel für die Magnetventile vom openHAB Raspi zum Gartenhaus verlegen.
Beim OpenSprinkler 3.0/3.2 kannst du dir den Installationsort aussuchen und per WLan/Ethernet mit dem openHAB verbinden.