Difference between revisions of "Google Calendar"
(Created page with "This driver allows for the use of [https://www.google.com/calendar Google Calendar] as a scheduler. Category:I/O Server == HSYCO Configuration == Add a GOOGLECAL I/O Ser...") |
|||
Line 29: | Line 29: | ||
| | | | ||
|<id_list> | |<id_list> | ||
− | |list of calendars IDs separated by ';' (see [[Setup]] for details). Omit this option to use the primary calendar | + | |list of calendars IDs separated by ';' (see [[#Setup|Setup]] for details). Omit this option to use the primary calendar |
|- | |- | ||
Line 36: | Line 36: | ||
| | | | ||
|<nowiki><code></nowiki> | |<nowiki><code></nowiki> | ||
− | |authorization code (see [[Setup]] for details) | + | |authorization code (see [[#Setup|Setup]] for details) |
|} | |} |
Revision as of 16:32, 31 August 2015
This driver allows for the use of Google Calendar as a scheduler.
Contents
HSYCO Configuration
Add a GOOGLECAL I/O Server in the I/O Servers section of the Settings and set its parameters:
High Availability
- Shutdown when inactive: defaults to false.
Options
ID | Default | Values | Description |
---|---|---|---|
pollinterval | 10 | n > 0 | the data acquisition interval, in seconds |
calendars | <id_list> | list of calendars IDs separated by ';' (see Setup for details). Omit this option to use the primary calendar | |
code | <code> | authorization code (see Setup for details) |
Setup
The first time HSYCO connects to the Hue bridge, an authentication procedure is required. Configure the HUE I/O Server as described above and restart HSYCO. After few seconds the datapoint 'authentication' of the I/O Server will be set to '1'. At this point you have 30 seconds to manually press the button on the Hue bridge. From now on, HSYCO is authenticated and this procedure will be no longer needed.
N.B. the authentication is linked to the ID assigned to the HUE I/O Server. Changing the ID will require performing the authentication procedure again.
Datapoints
ID | Value | R/W | Description |
---|---|---|---|
connection | online | R | connection established |
offline | R | HSYCO can't connect to the device | |
<cal_name> | <events_list> | R | ....... |
Release Notes
3.5.0
- initial release
Google is a registered trademarks of Google Inc.