HS-FS100-L not coming over to ZWaveJS from deprecated Z-wave?

Here is the definition of the sensor in .storage/core.entity_registry

I have 3 of these devices, they all work fine.

Looks like it’s default name is Any


            {
                "area_id": null,
                "capabilities": null,
                "config_entry_id": "dadc55859f16cfa54fc9f36de4e2e13d",
                "device_class": null,
                "device_id": "071a783d087adab029ece6ecf7cc5224",
                "disabled_by": null,
                "entity_category": null,
                "entity_id": "binary_sensor.utility_power_sensor",
                "icon": null,
                "id": "f0b96e5c083de1e80710857268e37424",
                "name": "Utility Power Sensor",
                "options": {},
                "original_device_class": null,
                "original_icon": null,
                "original_name": "utility_power: Any",
                "platform": "zwave_js",
                "supported_features": 0,
                "unique_id": "4060453304.7-48-0-Any",
                "unit_of_measurement": null
            },

1 Like

Thank you!! The “any” binary sensor does actually capture both light on to off as well as off to on!

1 Like

Hi seems I’m late to the game on this one but seems I might have a similar issue. I have enabled the “Any” sensor and it detects the light on and off, however when I want to use it in automations I’d like it to detect when it changes from on to off. I’m not seeing this option in the UI. Is this something possible there or something I need to do in the Yaml?

PS the “Any” sensor was renamed “Dishwasher Flex Sensor: Light Detection Sensor” in the screenshot. Thank you!!