Skip to content
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
13 changes: 6 additions & 7 deletions registry/stable/janitza/umg604.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@ device:
id: janitza_umg604
manufacturer: Janitza
model: UMG604
description: Universal Measuring Device - Multi-functional power quality analyzer
and energy meter
description: Universal Measuring Device - Multi-functional power quality analyzer and energy meter
protocol: modbus_tcp
profile_version: 1.0.0
default_byte_order: ABCD
default_register_type: holding
maintainers:
- name: Erik de Bruijn
github: erikdebruijn
organization: Stekker
email: edb+openmodbus@stekker.com
role: emeritus
- name: Erik de Bruijn
github: erikdebruijn
organization: Stekker
email: edb+openmodbus@stekker.com
role: emeritus
registers:
'10072':
type: string
Expand Down
40 changes: 31 additions & 9 deletions registry/stable/janitza/umg605.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,86 +8,108 @@ device:
profile_version: 1.0.0
default_byte_order: ABCD
default_register_type: holding
sources:
- url: https://www.janitza.de/files/download/manuals/current/UMG605/janitza-mal-umg605-en.pdf
type: manual
description: Modbus address list and formulary
maintainers:
- name: Eric-Paul Bouwman
github: ericpaulbouwman
organization: Stekker
email: epb+openmodbus@stekker.com
role: primary
- name: Erik de Bruijn
github: erikdebruijn
organization: Stekker
email: edb+openmodbus@stekker.com
role: emeritus
registers:
'10072':
type: string
length: 32
unit: ''
register_type: holding
name: device_name
display_name: Device Name
'10104':
type: string
length: 64
unit: ''
register_type: holding
name: device_description
display_name: Device Description
'19000':
type: float32
length: 2
unit: V
register_type: holding
name: voltage_L1
display_name: Voltage L1-N
'19002':
type: float32
length: 2
unit: V
register_type: holding
name: voltage_L2
display_name: Voltage L2-N
'19004':
type: float32
length: 2
unit: V
register_type: holding
name: voltage_L3
display_name: Voltage L3-N
'19012':
type: float32
length: 2
unit: A
register_type: holding
name: current_L1
display_name: Current L1
'19014':
type: float32
length: 2
unit: A
register_type: holding
name: current_L2
display_name: Current L2
'19016':
type: float32
length: 2
unit: A
register_type: holding
name: current_L3
display_name: Current L3
'19020':
type: float32
length: 2
unit: W
register_type: holding
name: active_power_L1
display_name: Active Power L1
'19022':
type: float32
length: 2
unit: W
register_type: holding
name: active_power_L2
display_name: Active Power L2
'19024':
type: float32
length: 2
unit: W
register_type: holding
name: active_power_L3
display_name: Active Power L3
'19026':
type: float32
length: 2
unit: W
register_type: holding
name: total_active_power
display_name: Total Active Power L1..L3
'19068':
type: float32
length: 2
unit: Wh
register_type: holding
obis_code: 1-0:1.8.0*255
name: active_energy_import
display_name: Real Energy L1..L3 Consumed
'19076':
type: float32
length: 2
unit: Wh
register_type: holding
obis_code: 1-0:2.8.0*255
Expand Down
Loading