allenporter / pyrainbird

Rain Bird Controller in Python

Home Page:https://allenporter.github.io/pyrainbird/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for LNK2 WiFi

J0EK3R opened this issue · comments

Hello and many thanks for this project!

I took this project as base for an implementation for the FHEM home automation system written in Perl:
fhem-rainbird

Now Rain Bird has released a new WiFi stick Rain Bird LNK2 WiFi.

Sadly my implementation can't communicate to the device using "tunnelSip" as methode.
The responses for all commands using "tunnelSip" always are:
{"error":{"code":-32602,"message":"Invalid parameters"},"id":43,"jsonrpc":"2.0","result":{"text":"NoResult"}}
Communication using the methodes "getNetworkStatus", "getSettings", "getWifiParams" is working.

Now I'm asking myself if my implementation is faulty or if the LNK2 stick has a different structure of the commands!?

Did someone manage to communicate to a LNK2 WiFi with pyrainbird?

I tested the irrigation test script with LNK2 successfully.
Please find the log entries below:
image

Thank you a lot for your quick response!