Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions source/_integrations/greeneye_monitor.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ greeneye_monitor:
temperature_sensors:
- number: 1
name: back_porch_temperature
voltage:
- number: 1
name: house_volts
```

By default, GEM will send updates every 5 seconds. That's a lot of data, and the databases used by the [`recorder`](/integrations/recorder) integration for history don't do well with that much data, so it is recommended to configure the [`influxdb`](/integrations/influxdb) integration and exclude the GEM sensors from `recorder`.
Expand Down Expand Up @@ -70,6 +73,18 @@ monitors:
required: false
type: boolean
default: false
voltage:
description: Configuration for voltage sensor
required: false
keys:
number:
description: A channel number that exists in the GEM. There is only one voltage sensor on current models of the GEM.
required: true
type: integer
name:
description: The name that should be used for the voltage sensor in Home Assistant.
required: true
type: string
temperature_sensors:
description: Configuration for temperature sensors
required: false
Expand Down