Vicare get water_heater.vicare_water into influx/grafana

Hey,

I got all vicare data into my influx/grafana (I am on HA 7.1)
But I struggle to get water_heater.vicare_water into into it.
I have no includes in my influx config…so see everyone including sun and updater.
I cannot see it even in the influx

many thanks
Ingo

1 Like

I have the same problem here

I have the same problem as well. With the integration for ViCare I can see the water temperature but when I try to create a grafana graph, I can’t use the same value as used in Home assistant. Would appreciate your help what I do wrong. Thanks!

Yeah, I found a solution. Didn’t realize that it is an attribute.

  • platform: template
    sensors:
    heating_water_temperature:
    value_template: “{{ state_attr(‘water_heater.vicare_water’, ‘current_temperature’) }}”
    friendly_name: Heating Water Temperature Celcius
    unit_of_measurement: ‘°C’

Hi, I´m trying the same, but cannot get the template sensor working as you suggest. Does it work on your end?

  - name: "Brauchwassertemperatur"
    unit_of_measurement: '°C'
    state: “{{ state_attr(‘water_heater.vicare_water’, ‘current_temperature’) }}”

Hello,
I use HA with ViCare integration and all seems to be OK.
However, now I would like to get a fully customizable visualisation of various parameters and temperatures using InfluxDB and Grafana.
Can somebody give me a hint what to start with?
By the way, I have a Raspberry Pi which I could use.
Or, if it is easier, I can learn by starting the “project” on a PC.
Thanks.