Created At
Feb 23, 2020
Created By Marcin Ćwięk
Link Gardena Smart System devices with Home Center 2 to control mower and watering system.
Created At
Feb 23, 2020
Last Update
Feb 26, 2020
Platforms
HC 2
Views
1853
Download
142
Connects to your Gardena account, retrieves information about smart devices configured within that account and allows you to control them. Installation if fully automated: there is only a single scene to provide status gathering, sending commands and creating virtual devices in HC2. Advantages
|
|
At least Gardena Smart Gateway configured and access to your Gardena account. Any sensor, watering device or mower connected to that account will become available in Fibaro ecosystem.
Read comments in Lua scene.
Each configuration parameter is described there in detail.
You may do that by configuring IGNORE_CATEGORY
variable if you would like to exclude all devices of a given type (like "sensor") or you may remove unwanted VDs manually and change CREATE_VIRTUAL_DEVICES
to false
so as not to recreate deleted devices.
Sure. Just make a clone of the main Lua script, update account details and give a unique value to ACCOUNT_UNIQUE_ID
variable.
Yes, it is simple. All language specific information is given in two variables: translations
and repeatedTrans
. Look for them in source code and that should make things clear. Also field definitions are provided in source code. Look for "TYPEconfig" variable (mowerConfig
, e.g.) and change what you need. For labels the first value in each item is a number used for ordering elements, second is a default (English) label, third is a format ([d]
is for timestamps, [u]
is for units retrieved from Gardena API). In the end, remember to use UPDATE_DEVICE_DEFINITION
variable to apply changes in virtual device definition.
Works as intended. Only time is shown in zulu time.
[DEBUG] 09:17:57: 2020-07-10 09:17:57.861887 [ fatal] Unknown exception: /opt/fibaro/scenes/103.lua:1: unexpected symbol near '%'
This must be the cause of communication problems. Unfortunately, I cannot help you. Both addresses you mentioned work fine for me. You could try writing to Gardena support, maybe they banned your IP for some reason.
Yes it is the whole log. I try something. When i open in chrome Browser "https://sg-api.dss.husqvarnagroup.net/" I get a Server Error Response. Log in to "https://smart.gardena.com" works fine.
Hello and thanks for great addition . I have a question about water valve, i cannot get it to start or stop - get 'failed' message. Also ambient temp in water valve is wrong. Everything else is working on water valve - sensor- gateway. Any ideas ?? Thanking you in advance