[Homematic IP] Missing entity from HmIP-BWTH sensor

Hello everybody,

this is my first question so please be gentle I’m still learning :slight_smile:

What I did:

  • integrated HmIP-BWTH into my CCU3 --> works fine
  • that thermostat can be seen/found in home assistant --> also fine
  • I’m able to plot the humidity from this sensor in grafana

My problem:
I cannot plot the temperature in grafana since the entity of the temperature cannot be found. So with my other thermostats (HmIP-STHD) I see for instance the humidity and the actual temperature entities:

image

but for the HmIP-BWTH sensor there is no actual temperature:

image

So my two questions short:

  1. How do I get this entity?
  2. How do I plot the temperature from this sensor in grafana?

Thank you in advance!

Hi,

take a look at Is there a list of attributes?

In your example go to http://:8123/developer-tools/template
and let you show all attributes with {{ states.climate.hmip_bwth_.attributes }}

To use it you need an template to show the attribute

1 Like