Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Home Assistatn Inpa problems
#1
Hello, I have a problem with the home assistant because when I add a sensor that measures my temperature via INPA, there is only the option V or mV, but that is wrong because there are no other options, the same is the case with current sensors where the consumption is 3 amperes but it shows volts


Załączone pliki Miniatury
   
Odpowiedz
#2
Hello, I had a similar problem and I solved it by creating a new sensor in HA in configuration.yaml.
Adjust the name of the sensor and the measured quantity according to your needs.

Kod:
  - sensor:
      - name: "Prúd spotreba DC"
        unit_of_measurement: "A"
        icon: mdi:current-dc
        state: >
          {% set Prud_spotr_DC = states('sensor.inpa1') | float %}
          {{ Prud_spotr_DC | round(2, default=0) }}


Załączone pliki Miniatury
   
Solar panels: 3960 Wp, Solar Controller: EPEVER-150VDC/80A, Inverters: Household / Victron 5000 VA/24V, Water heating / Victron 3000 VA/24V, Li-ion battery: 18650 56P/8S + Li-ion 50Ah 3P/8S + Li -ion 150Ah 8S = 31.6V/440Ah (LK3, LK3.6, LK3.8)
Odpowiedz


Skocz do:


Użytkownicy przeglądający ten wątek: 1 gości