Deleted the domoticz devices for that node completely and forced rediscovery; only some of the node's devices have been discovered. Whatever I do, I can't seem to get the important ones - the sensors - to show up.
The domoticz log shows that it received the auto-discovery messages for the relevant devices:
Code: Select all
2022-07-17 10:46:46.186 Status: MQTT - zwavejs2mqtt: discovered: Vent sensor/Vent sensor_scene_state_sceneid (unique_id: zwavejs2mqtt_0xc7625338_9-43-0-sceneId)
2022-07-17 10:46:46.288 Status: MQTT - zwavejs2mqtt: discovered: Vent sensor/Vent sensor_scene_state_dimmingduration (unique_id: zwavejs2mqtt_0xc7625338_9-43-0-dimmingDuration)
2022-07-17 10:46:46.389 Status: MQTT - zwavejs2mqtt: discovered: Vent sensor/Vent sensor_any_1 (unique_id: zwavejs2mqtt_0xc7625338_9-48-1-Any)
2022-07-17 10:46:46.490 Status: MQTT - zwavejs2mqtt: discovered: Vent sensor/Vent sensor_any_2 (unique_id: zwavejs2mqtt_0xc7625338_9-48-2-Any)
2022-07-17 10:46:46.592 Status: MQTT - zwavejs2mqtt: discovered: Vent sensor/Vent sensor_temperature_air_3 (unique_id: zwavejs2mqtt_0xc7625338_9-49-3-Air_temperature)
2022-07-17 10:46:46.693 Status: MQTT - zwavejs2mqtt: discovered: Vent sensor/Vent sensor_gas_carbon_dioxide_3 (unique_id: zwavejs2mqtt_0xc7625338_9-49-3-Carbon_dioxide_CO_level)
2022-07-17 10:46:46.794 Status: MQTT - zwavejs2mqtt: discovered: Vent sensor/Vent sensor_humidity_air_3 (unique_id: zwavejs2mqtt_0xc7625338_9-49-3-Humidity)
2022-07-17 10:46:46.895 Status: MQTT - zwavejs2mqtt: discovered: Vent sensor/Vent sensor_temperature_air_4 (unique_id: zwavejs2mqtt_0xc7625338_9-49-4-Air_temperature)
2022-07-17 10:46:46.996 Status: MQTT - zwavejs2mqtt: discovered: Vent sensor/Vent sensor_temperature_air_5 (unique_id: zwavejs2mqtt_0xc7625338_9-49-5-Air_temperature)
2022-07-17 10:46:47.097 Status: MQTT - zwavejs2mqtt: discovered: Vent sensor/Vent sensor_temperature_air_6 (unique_id: zwavejs2mqtt_0xc7625338_9-49-6-Air_temperature)
There are no records in the DeviceStatus table with those -3, -4, -5, -6 IDs, only the root and -1, -2.
Does anyone have an idea what I need to do to fix this? What could make domoticz report that it has discovered the device, but not create a device record for it; is there another list of discovered devices where there might be a stale record, perhaps?
These things are the temperature sensors on my ventilation system, so I'd very much like them working before it hits 40C tomorrow
Thanks!