Gardena Smart System

I am unable to do that.
@gerrieg: many thanks for fixing the typo.

Update: I deleted the binding and reinstalled it, typo ist still there. I assume I did not get the latest version of the binding. How can I get it?

Hello Gerhard,
I am evaluating which lawn mower to buy. The aim is to control the mower with openhab.
The Gardena mowers transmit their data always to the cloud, and your binding is fetching it from there, is my assumption correct?
Best regards,
Marco

Hi Marco!

Yes, thatā€™s correct. You can also send commands to the cloud and they are transmitted to the mower.
Iā€™ve been using the Sileno for about one year and i am very happy with it.

BR
Gerhard

Hello Gerhard,
but you have to use the cloud? So it is not possible to control the Sileno without it for example
Usually I avoid devices sending data to the cloudā€¦

Unfortunately yes, itā€™s currently not possible to directly control the gateway. Gardena does not publish any information (we asked them)

Usually I avoid devices sending data to the cloudā€¦

me too

Have you looked at the http://robonect.de/ project?
Do you think this can be an option to embedd the mower in the local network and control it via openhab?

I know the robonect project. Sure, itā€™s an option and you can control it even without a binding in a rule with http commands. But thatā€™s not the scope of the gardena binding.

Hello Gerhard Riegler,
Gardena binding is running stable in my openhab. I am measuring the battery level of sileno+ and got fine graphs for charging and discharging the battery.
gardena
However, after some weeks of unattended and unmodified operation I suddenly only measure two different values as battery levels, 36% (empty) and 100 (full), and consequently a kind of square wave. It should not be a graphing problem as these are the values of the battery variable itself when checked using the paper UI in the control tab.
This is the second time I encounter this problem and it cannot be solved by restarting Openhab or rebooting the Raspberry Openhab server or rebooting the sileno. The first time this problem occured I have set up a new OH server for other reasons and it was solved.
Any help or hint greatly appreciated.

Maybe, the battery values are no longer updated by the gardena server as often as previously. However, Gardena service states that nothing has been changed.

Edit: Today, after more than a month of non-continously updating battery values, I suddenly have continous battery values.
I did not change anything. However, in the logs I found:
2017-10-13 00:23:04.316 [vent.ItemStateChangedEvent] - GardenaGateway_Status changed from ON to OFF
2017-10-13 00:24:04.325 [vent.ItemStateChangedEvent] - GardenaGateway_Status changed from OFF to ON

Maybe, the Gateway has been resetted by any event. Just FYI if somebody else faces such behaviour.

After last update of mower firmware there are some issues with the binding:

  1. mower is shown ā€œofflineā€ in Paper UI in menu Configuration > Things. When opening the mower entry in this menu it shows ā€œstatus: OFFLINE - COMMUNICATION_ERRORā€. Luckily, the mower and the binding is working fine apart from this cosmetic problem.

  2. as partly pointed out here, two properties are no longer provided by Gardena, rechargeable_battery_status and internal_temperature. Thus, warnings are generated when using the current binding and appear in the log. Four new properties are now provided by Gardena but are not accessible in the binding.

  3. the property rechargeable_battery_status has been removed in the binding and further edits have been performed on GitHub. I tested the 2.3.0 snapshot binding in my 2.2. distro using this approach. However, the binding does not initialize, connection to Gardena account fails with permanent status ā€œinitializingā€.

Any update to the binding will be greatly appreciated, if I can help by testing please let me know.

Any update as my binding is not working with pages 2.3 snapshot. Gateway stays on initialization.

Can Someone inform which channels are available for the Sileno mower ?

I want to buy Gardena or Bosch.

@gerrieg:
Iā€™m using Home Assistant. Is it possible that you create an addon for Home Assistant Platform as well? Or maybe you could share your source code of youā€™re not familiar with Home Assistant.

There are a lot of people waiting for somebody opening the door to Gardena for Home Assistant. See this thread:

WƤre super nett :smiley:

@Hirgo
I donā€™t know the Home Assistant Platform and i also have no knowledge of python. Iā€™m a Java developer.

But here is a link to the Java sourcecode and also to an analysis I did a while back.

With these infos, a python developer can integrate it in Home Assistant

Hello,

iā€™ve just installed the latest OpenHab Version and the Gardena Binding.
After iā€™ve configured the Home Account, it shows mit initializing, but after refresh, i get an Offline Status with an Error Message called: Status: OFFLINE - COMMUNICATION_ERROR java.lang.IllegalStateException: Expected a string but was BEGIN_OBJECT at line 1 column 41843 path $.devices[4].abilities[2].properties[0].value

I can see another error in the Log called: [WARN ] [.core.thing.binding.BaseThingHandler] - Handler GardenaAccountHandler tried updating the thing status although the handler was already disposed.

What i am doing wrong?
Please help me.

Thankā€™s a lot in advance

Christian

Hi,
I have a similar issue.
I installed the Binding. Then I configured a things file (gardena.things)

Bridge gardena:account:home [ email="mail@mail", password="pass123", refresh=30 ]

This is what my logfile replies (PaperUI stays at Initializing)

2018-07-16 22:50:54.226 [WARN ] [mmon.WrappedScheduledExecutorService] - Scheduled runnable ended with an exception

java.lang.NoSuchMethodError: com.google.gson.annotations.SerializedName.alternate()[Ljava/lang/String;

	at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getFieldNames(ReflectiveTypeAdapterFactory.java:79) ~[?:?]

	at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:159) ~[?:?]

	at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:100) ~[?:?]

	at com.google.gson.Gson.getAdapter(Gson.java:423) ~[?:?]

	at com.google.gson.Gson.toJson(Gson.java:661) ~[?:?]

	at com.google.gson.Gson.toJson(Gson.java:648) ~[?:?]

	at com.google.gson.Gson.toJson(Gson.java:603) ~[?:?]

	at com.google.gson.Gson.toJson(Gson.java:583) ~[?:?]

	at org.openhab.binding.gardena.internal.GardenaSmartImpl.executeRequest(GardenaSmartImpl.java:402) ~[?:?]

	at org.openhab.binding.gardena.internal.GardenaSmartImpl.verifySession(GardenaSmartImpl.java:452) ~[?:?]

	at org.openhab.binding.gardena.internal.GardenaSmartImpl.loadAllDevices(GardenaSmartImpl.java:204) ~[?:?]

	at org.openhab.binding.gardena.internal.GardenaSmartImpl.init(GardenaSmartImpl.java:142) ~[?:?]

	at org.openhab.binding.gardena.handler.GardenaAccountHandler.lambda$0(GardenaAccountHandler.java:75) ~[?:?]

	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:?]

	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:?]

	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) ~[?:?]

	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[?:?]

	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]

	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]

	at java.lang.Thread.run(Thread.java:748) [?:?]

Help would be appreciated.

I just installed the latest snapshot build of the Binding (2.4) and still no luckā€¦Same Error

I think your installation is broken. The Gardena binding uses a library called Gson which is provided by openHab, and this library seems to be in the wrong version in your installation.
OR
Your installation uses an older Gardena binding.

To check your active binding version, use the Karaf console:

openhab> bundle:list | grep Gardena

You can also try a fresh 2.4-SNAPSHOT installation with only the Gardena binding.

Hi Gerhard,
thank you for your reply

I tried the latest snapshot. So I probably ought to fix the gson. This is what my karaf console returns:

openhab> bundle:list -s | grep com.google.gson
 22 ā”‚ Active   ā”‚  80 ā”‚ 2.7.0                  ā”‚ com.google.gson
196 ā”‚ Resolved ā”‚  80 ā”‚ 2.3.1                  ā”‚ com.google.gson
openhab> bundle:list -s | grep org.openhab.binding.gardena
268 ā”‚ Active   ā”‚  80 ā”‚ 2.4.0.201807161453     ā”‚ org.openhab.binding.gardena

What do you make of that? Thanks for the help!!

I just installed a fresh 2.4-SNAPSHOT with the gardena binding, no problem, works as expected.

In my output, the 2.3.1 is also active:

openhab> bundle:list -s | grep gson
 16 ā”‚ Active   ā”‚  80 ā”‚ 2.7.0                  ā”‚ com.google.gson
194 ā”‚ Active   ā”‚  80 ā”‚ 2.3.1                  ā”‚ com.google.gson
openhab> bundle:list -s | grep gardena
221 ā”‚ Active   ā”‚  80 ā”‚ 2.4.0.201807161453     ā”‚ org.openhab.binding.gardena