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

Smartfox: add energy for aux + update description #12891

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion templates/definition/meter/smartfox-em2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ template: smartfox-em2
products:
- brand: Smartfox
description:
generic: Pro, Pro 2, Pro Light, Pro Light 2, Light, Reg, Reg extended (EM2 firmware)
generic: Pro, Pro 2, Pro Light, Pro Light 2, Light (EM2 firmware)
requirements:
description:
de: |
Expand Down
7 changes: 6 additions & 1 deletion templates/definition/meter/smartfox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ template: smartfox
products:
- brand: Smartfox
description:
generic: Pro, Pro 2, Pro Light, Pro Light 2, Light, Reg, Reg extended
generic: Box, Reg, Reg extended
requirements:
description:
de: |
Expand Down Expand Up @@ -75,4 +75,9 @@ render: |
source: http
uri: {{ include "uri" . }}
jq: .power_sf
energy:
source: http
uri: {{ include "uri" . }}
jq: .day_energy_sf
scale: 0.001
{{- end }}
Loading