Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add heat meter docs for Powerfox integration #36738

Merged
merged 1 commit into from
Jan 6, 2025
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
11 changes: 10 additions & 1 deletion source/_integrations/powerfox.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Not all Poweropti devices are supported currently. Check the list below to see i
| PB 202001 | Power meter | Not tested |
| WA 201902 | Water meter | Yes |
| Powerfox FLOW | Gas meter | No |
| HA 201902 | Heat meter | No |
| HA 201902 | Heat meter | Yes |

## Data updates

Expand Down Expand Up @@ -76,6 +76,15 @@ It will create the following sensors:
- **Cold water (m³)**: How much cold water is used.
- **Warm water (m³)**: How much warm water is used.

### Heat meter

It will create the following sensors:

- **Total eneregy (kWh)**: How much energy is used.
- **Delta energy (kWh)**: How much energy is used since the last update.
- **Total volume (m³)**: How much water is used.
- **Delta volume (m³)**: How much water is used since the last update.

## Troubleshooting

There are no commonly known issues with this integration.
Expand Down
Loading