Created
January 6, 2024 10:16
-
-
Save DJBenson/e74c965270a18adb3d1868c2b00d1d30 to your computer and use it in GitHub Desktop.
GivEnergy All In One Battery Voltage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mqtt: | |
sensor: | |
- name: "GivTCP <Your Serial> Invertor Details GivTCP Battery Voltage" | |
unique_id: <Insert a UUID> | |
force_update: true | |
icon: mdi:flash-triangle-outline | |
device_class: voltage | |
state_class: measurement | |
qos: 0 | |
unit_of_measurement: "V" | |
state_topic: "<Your GivTCP Prefix>/<Your Serial>/raw/invertor/v_battery" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment