Log Rachio lighting dim events to Google Sheets
This trigger fires every time the lighting zone dimming level changes, including when the zone turns on or off. Make sure to calibrate dimmable lights in the Rachio app.
Developer info
- API endpoint slug
- rachio_smart_lighting_controller.lighting_zone_dimmed
Trigger fields
Lighting zone Dropdown list
- Label
- Which lighting zone?
- Slug
- lighting_zone_id
- Required
- true
- Can have default value
- false
Ingredients
Created at The date and time the lighting zone dimmed
- Slug
- created_at
- Filter code
- RachioSmartLightingController.lightingZoneDimmed.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Controller serial number The serial number of the lighting controller with the zone that dimmed.
- Slug
- controller_serial_number
- Filter code
- RachioSmartLightingController.lightingZoneDimmed.ControllerSerialNumber
- Type
- String
- Example
- 130440810166
Controller name The name of the lighting controller with the zone that dimmed.
- Slug
- controller_name
- Filter code
- RachioSmartLightingController.lightingZoneDimmed.ControllerName
- Type
- String
- Example
- Front yard lighting
Zone number The number of the lighting zone that dimmed.
- Slug
- zone_number
- Filter code
- RachioSmartLightingController.lightingZoneDimmed.ZoneNumber
- Type
- String
- Example
- 2
Zone name The name of the lighting zone that dimmed.
- Slug
- zone_name
- Filter code
- RachioSmartLightingController.lightingZoneDimmed.ZoneName
- Type
- String
- Example
- Front walkway
Dimming percent The new dimming percentage of the zone from 0 to 100.
- Slug
- dimming_percent
- Filter code
- RachioSmartLightingController.lightingZoneDimmed.DimmingPercent
- Type
- String
- Example
- 50