Skip to content

Commit

Permalink
Updated external content (Jenkins build 13)
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudBees DEV@Cloud committed Jul 8, 2018
1 parent 7208f70 commit 43d9795
Show file tree
Hide file tree
Showing 320 changed files with 5,464 additions and 1,706 deletions.
2 changes: 1 addition & 1 deletion _addons_bindings/astro/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Optionally, a refresh `interval` (in seconds) can be defined to also calculate p
* `duration` (Number)
* **group** `position`
* **channel**
* `azimuth, elevation` (Number)
* `azimuth, elevation, shadeLength` (Number)
* **group** `radiation`
* **channel**
* `direct, diffuse, total` (Number)
Expand Down
136 changes: 136 additions & 0 deletions _addons_bindings/cardio2e1/readme.md

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions _addons_bindings/comfoair1/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,18 @@ where `<device-command>` is replaced with the ComfoAir command from the list bel
| incomming_fan | Read | |
| outgoing_fan | Read | |
| filter_running | Read | |
| filter_error | Read | |
| filter_error_intern | Read | |
| filter_error_extern | Read | |
| filter_reset | Write | filterhours will be reset to 0 |
| error_message | Read | |
| ewt_temperatur | Read | |
| ewt_temperatur_low | Read | |
| ewt_temperatur_high | Read | |
| ewt_speed | Read | |
| ewt_mode | Read | |
| bypass_mode | Read | |
| error_reset | Write | error messages will be reset |

## Limitations

Expand Down
7 changes: 7 additions & 0 deletions _addons_bindings/digitalstrom/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,13 @@ The digitalSTROM-Server

**Notes: **

*Generally:*

* The digitalSTROM-Server only informs the binding about scene-commands. So if you set the output value of devices e.g. through the dSS-App, the binding will not be informed about the changes and you have to send a "refresh-command" to update the channel.
* If you press a physical switch at your digitalSTROM-installation and the called scene-value is not red out yet, it can take a bit time to read it out and change the state of the channel.
It the scene-value is red out, the state will change immediately.
See also *General-Informations/digitalSTROM-Scenes*.

*Channels with accepted command type increase and decrease:*

* digitalSTROM will only evaluate increase and decrease commands, if a scene was called before which turn the device on.
Expand Down
2 changes: 1 addition & 1 deletion _addons_bindings/fritzboxtr0641/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ NULL=unknown
Now, as item configuration use (the addon "Map Transformation" must be installed):

```
Contact cFboxMacOnline "Presence (Wifi) [MAP(presence.map):%s]" <presence> {fritzboxtr064="maconline:11-22-33-44-55-66 }
Contact cFboxMacOnline "Presence (Wifi) [MAP(presence.map):%s]" <presence> {fritzboxtr064="maconline:11-22-33-44-55-66"}
```

### Rules
Expand Down
2 changes: 0 additions & 2 deletions _addons_bindings/fronius/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ Number UAC { channel="fronius:powerinverter:mybridge:myinverter:inverterdatachan
Number UDC { channel="fronius:powerinverter:mybridge:myinverter:inverterdatachanneludc" }
Number Grid_Power { channel="fronius:powerinverter:mybridge:myinverter:powerflowchannelpgrid" }
Number Load_Power { channel="fronius:powerinverter:mybridge:myinverter:powerflowchannelpload" }
Number Load_Power { channel="fronius:powerinverter:mybridge:myinverter:powerflowchannelpload" }
Number Load_Power { channel="fronius:powerinverter:mybridge:myinverter:powerflowchannelpload" }
Number Battery_Power { channel="fronius:powerinverter:mybridge:myinverter:powerflowchannelpakku" }
```

Expand Down
29 changes: 18 additions & 11 deletions _addons_bindings/gardena/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ This binding allows you to integrate, view and control Gardena Smart Home device

Devices connected to Gardena Smart Home, currently:

| Thing type | Name |
|--------------------------|-----------------------|
| bridge | smart Home Gateway |
| mower | smart Sileno(+) Mower |
| watering_computer | smart Water Control |
| sensor | smart Sensor |
| electronic_pressure_pump | smart Pressure Pump |
| power | smart Power Plug |
| Thing type | Name |
|--------------------------|--------------------------|
| bridge | smart Home Gateway |
| mower | smart Sileno(+) Mower |
| watering_computer | smart Water Control |
| sensor | smart Sensor |
| electronic_pressure_pump | smart Pressure Pump |
| power | smart Power Plug |
| ic24 | smart Irrigation Control |

The schedules are not yet integrated!

Expand Down Expand Up @@ -118,11 +119,14 @@ sendCommand(ITEM_NAME, RefreshType.REFRESH)

```shell
// smart Water Control
Switch Watering_Valve "Valve" { channel="gardena:watering_computer:home:myvalve:outlet#valve_open"}
Number Watering_Duration "Duration [%d min]" { channel="gardena:watering_computer:home:wasserhahn:outlet#button_manual_override_time"}
Switch Watering_Valve "Valve" { channel="gardena:watering_computer:home:myValve:outlet#valve_open" }
Number Watering_Duration "Duration [%d min]" { channel="gardena:watering_computer:home:myValve:outlet#button_manual_override_time" }

// smart Power Plug
String Power_Timer "Power Timer [%s]" { channel="gardena:power:home:myPowerplug:power#power_timer"}
String Power_Timer "Power Timer [%s]" { channel="gardena:power:home:myPowerplug:power#power_timer" }

// smart Irrigation Control
Number Watering_Timer_1 "Watering Timer 1 [%d min] { channel="gardena:ic24:home:myIrrigationController:watering#watering_timer_1" }
```
```shell
Expand All @@ -132,6 +136,9 @@ Watering_Duration.sendCommand(ON)
Power_Timer.sendCommand("on")
Power_Timer.sendCommand("off")
Power_Timer.sendCommand("180") // on for 180 seconds
Watering_Timer_1.sendCommand(0) // turn off watering
Watering_Timer_1.sendCommand(30) // turn on for 30 minutes
```
### Debugging and Tracing
Expand Down
Loading

0 comments on commit 43d9795

Please sign in to comment.