Last active
January 6, 2024 10:16
-
-
Save DJBenson/d53126ca54c634c903297c5ea07658ae to your computer and use it in GitHub Desktop.
GivEnergy All In One Battery Temperature
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 Temperature" | |
unique_id: <Insert a UUID> | |
state_topic: "<Your GivTCP Prefix>/<Your Serial>/raw/invertor/temp_battery" | |
force_update: true | |
device_class: Temperature | |
unit_of_measurement: "°C" | |
state_class: measurement | |
icon: "mdi:thermometer" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment