new challenge: after adding a new Sensative Strip Guard it shows up correctly, and all entities are created, including the battery sensor.
The latter wont show in the entities list in the battery column, as the others all do:
another instance (which holds the add-on and the stick) does show the battery, even while it hasn’t been renamed on that instance yet:
I have already restarted the add-on, and the integration a couple of times, and, given it some time (day).
What could be wrong in the systems registry for it not to show the battery?
this is the renamed sensor on the remote system:
{
"entity_id": "sensor.garage_corridor_door_battery_level",
"config_entry_id": "62redfacteda861183",
"device_id": "dd71ddredactedb4439",
"area_id": null,
"unique_id": "39redacted.52-128-0-level",
"platform": "zwave_js",
"name": "Garage corridor door: Battery level",
"icon": null,
"disabled_by": null,
"capabilities": {},
"supported_features": 0,
"device_class": "battery",
"unit_of_measurement": "%",
"original_name": "Strips-MaZw: Battery level",
"original_icon": null
}
and this the add-on system:
{
"entity_id": "sensor.strips_mazw_battery_level",
"config_entry_id": "8529redactedd128f1f",
"device_id": "fe64redacted9859bbe",
"area_id": null,
"unique_id": "39redacted.52-128-0-level",
"platform": "zwave_js",
"name": null,
"icon": null,
"disabled_by": null,
"capabilities": null,
"supported_features": 0,
"device_class": "battery",
"unit_of_measurement": "%",
"original_name": "Strips-MaZw: Battery level",
"original_icon": null
}