Orbit B-Hyve Binding -- Documentation

I can not find any other information on the Orbit B-Hyve binding other than the main page for the binding at https://www.openhab.org/addons/bindings/orbitbhyve/
I have a 6 zone timer model 67946 which is still in production. I installed the timer as a Thing Bridge with the Orbit B-Hyve login and password. I used the timer’s MAC address as the Indentifier. I then tried to scan for Orbit B-Hyve sprinklers with nothing found. If anyone can point me to other documentation, it would be great. Excerpt for Things file below.
Thanks,
Gerry
“orbitbhyve:bridge:44675501114A”: {
“class”: “org.openhab.core.thing.internal.BridgeImpl”,
“value”: {
“label”: “BHyveTimer Olmos”,
“channels”: [],
“configuration”: {
“properties”: {
“email”: “glnder@nxxxgr.com”,
“password”: “uu191fff”,
“refresh”: 30
}
},
“properties”: {},
“uid”: {
“segments”: [
“orbitbhyve”,
“bridge”,
“44675501114A”
],
“uid”: “orbitbhyve:bridge:44675501114A”
},
“thingTypeUID”: {
“segments”: [
“orbitbhyve”,
“bridge”
],
“uid”: “orbitbhyve:bridge”
},
“location”: “BHyveTimer Olmos”
}
}

What version of openHAB are you running. I recently fixed a bug that was preventing the binding from discovering my sprinkler.

Edit:
Here’s the link to the issue. If you’re seeing a JsonSyntaxException in the openHAB log, and/or with the binding in TRACE mode you see the restricted_frequency element with a value of null, then you’re running into this issue.

The fix for this is in the M6 release.

BTW, you might want to edit your post to remove your email and password.

I am on version 3.2.0. The email and passwd are not real.
Thanks,
Gerry

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.