well i am not sure what is sending in the first place…
To be honest i was surprised to see it occur in the mqtt log at all.
That being said, thinking back, i realize at about the same time suddenly a new sensor appeared in the front-end. while i had the tradfri sensors already defined by their hardware name , sensor1, sensor2 etc etc, suddenly this came up with the name i gave the group in the trådfri app, being Hall.
So there are 2 logical sensors for the same hardware. nothing special i thought of it, until now of course.
this is the one:
Client mosqsub|1165-core-ssh received PUBLISH (d0, q0, r1, m0, 'homeassistant/sensor/tradfri_motion_sensor_3_battery/config', ... (179 bytes))
homeassistant/sensor/tradfri_motion_sensor_3_battery/config {
"device_class": "sensor",
"name": "Hall motion sensor Battery",
"state_topic": "homeassistant/sensor/tradfri_motion_sensor_3_battery/state",
"unit_of_measurement": "%"
}
Client mosqsub|1165-core-ssh received PUBLISH (d0, q0, r1, m0, 'homeassistant/sensor/tradfri_motion_sensor_3_battery/state', ... (2 bytes))
homeassistant/sensor/tradfri_motion_sensor_3_battery/state 60
after which all other events are sent with r0.
only a reboot of the zwave hub bought my binaries back and they still are, while i turned the sensor around so it doesn’t trigger.
the line: homeassistant/sensor/tradfri_motion_sensor_3_battery/config
is unfamiliar to me, so will have to investigate further. I you have any thought how to proceed from here, id appreciate it, as ever!
Thanks,
Marius