Skip to content

Commit

Permalink
Update homematic.markdown (home-assistant#7928)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielperna84 authored and ludeeus committed Dec 22, 2018
1 parent 2a2df2b commit df44424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_components/homematic.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jsonport:
required: false
type: integer
username:
description: When fetching names via JSON-RPC, you need to specify a user with guest-access to the CCU.
description: When fetching names via JSON-RPC, you need to specify a user with guest-access to the CCU. Admin-access is required if you work with variables on the CCU.
required: false
type: string
password:
Expand Down Expand Up @@ -188,7 +188,7 @@ sensor:

### {% linkable_title Variables %}

It is possible to read and set values of system variables you have setup on the CCU/Homegear. The supported types for setting values are float- and bool-variables.
It is possible to read and set values of system variables you have setup on the CCU/Homegear. The supported types for setting values are float- and bool-variables. With the CCU a user with Admin-access is required.
The states of the variables are available through the attributes of your hub entity (e.g., `homematic.ccu2`). Use templates (as mentioned above) to make your variables available to automations or as entities.
The values of variables are polled from the CCU/Homegear in an interval of 30 seconds. Setting the value of a variable happens instantly and is directly pushed.

Expand Down

0 comments on commit df44424

Please sign in to comment.