Skip to content

Commit

Permalink
Add SAJ R5 template (#18014)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoenraad authored Jan 3, 2025
1 parent 9b48d66 commit ef29935
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions templates/definition/meter/saj-r5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
template: saj-r5
products:
- brand: SAJ
description:
generic: R5 Series Solar Inverter
params:
- name: usage
choice: ["pv"]
- name: modbus
choice: ["rs485"]
baudrate: 9600
comset: 8N1
render: |
type: custom
{{- if eq .usage "pv" }}
power:
source: modbus
{{- include "modbus" . | indent 2 }}
register:
address: 275 # 0x0113 Active power of inverter total output
type: holding
decode: uint16
energy:
source: modbus
{{- include "modbus" . | indent 2 }}
register:
address: 305 # 0x0131 Total Energy
type: holding
decode: uint32
scale: 0.01
{{- end }}

0 comments on commit ef29935

Please sign in to comment.