Mqtt temp sensor not showing on UI - (WAPIRZ-1) + rooted Wink 1? (Was about motion sensor - that's solved)

Hi!

I have a rooted Wink 1 hub running an mqtt client. I have WAPIRZ-1 motion sensor that is picked up as a sensor (see pic)?


This has made it challenging to configure the device as a sensor with any blueprints, and I can’t seem to find any configs that help. I experimented with changing the core.entity_registry, but home assistant complained later about the changes there, so I reverted them.

Here’s a screen grab from MQTT Explorer’s status:


You’ll notice that there are 4 different elements there that are published, but home assistant only picked up on one. Not sure which either. I assume it’s the “On_Off”, since that looks kind of like a switch behavior.

Any help or pointers how I can go about configuring this device would be appreciated!

TIA

I seem to have figured out how to get the motion sensor working to trigger a light.

I’m still interested in seeing if there’s a way to get the other elements of the device to show in home assistant. Those are the Battery Level, and the Temperature.

Again, thanks!

As for the temp sensor, here’s the config I have currently:

type or mqtt:
  sensor:
    name: "Temperature Sensor"
    state_topic: "home/wink/7/status/"
    device_class: "temperature"
    # value_template: "{{ value_json.temperature }}"paste code here

Nothing shows up in the UI for temp sensor. I feel I’m close.