forked from andiburger/growatt2mqtt
-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Not sure the best format, but it appears to be common where similar registers are just repeated, and could benefit from a concatenation / joining.
ie,
SHORT, x01, error code 1
SHORT, x02, error code 2
instead, maybe this format:
SHORT[], x01~x02, error code
or with . specifed as the join delimeter
SHORT[.], x01~x02, error code
may also need a filter function... to remove zeros.
getting into scripting language territory here :S
Maybe instead of a filter function, a regex replace?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request