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
13 changes: 11 additions & 2 deletions source/_integrations/neurio_energy.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,19 @@ sensor:
sensor_id: "SENSOR_ID"
```

Two sensors will be created with the following names:
Four sensors will be created with the following names:

### Consumption

- **Energy Usage**: Current active power usage in Watts. Updated every 10 seconds.
- **Daily Energy Usage**: Daily power usage in kWh. Updated every 2.5 minutes.
- **Daily Energy Usage**: Daily power usage in kWh. Updated every 2.5 minutes.

### Production

- **Energy Production**: Current solar/generation power in Watts. Updated every 10 seconds.
- **Daily Energy Production**: Daily solar/generation in kWh. Updated every 2.5 minutes.

The production sensors are useful for monitoring solar panels or other energy generation sources connected to your Neurio meter.

{% configuration %}
api_key:
Expand Down