zigbee2mqtt / hassio-zigbee2mqtt

Official Zigbee2MQTT Home Assistant add-on
https://www.zigbee2mqtt.io
Apache License 2.0
1.02k stars 362 forks source link

SLZB-06P7 - Unsupported #613

Closed Blackduke77 closed 3 weeks ago

Blackduke77 commented 1 month ago

Description of the issue

Hi, my new router is coming up as not supported, it is a SLZB-06P7. Can we add this device to the supported devices?

Addon version

1.37.1-1

Platform

Core 2024.5.5 Supervisor 2024.05.1

Logs of the issue (if applicable)

No response

pruvi9019 commented 1 month ago

I am having the same issue with the SLZB-06P7 router not being supported. I hope it gets supported soon.

eliashe92 commented 3 weeks ago

Same issue here, was hoping to extend my zigbee network by using one SLZB-06P7 as a router, but its not supported. I am using one 06P7 as a coordinator and its has worked very well so far

Koenkk commented 3 weeks ago

Could you provide the data/database.db entry of this device?

Blackduke77 commented 3 weeks ago

happy to, where do I get that from, I have it setup as a cordinator at the moment, I have a spare I can add in as a router, just need some instructions to get you the entry.

eliashe92 commented 3 weeks ago

Hi

Router device How can i get the database.db entry for this device?

What I can see from the logs after adding the device

Zigbee2MQTT:info  2024-06-12 21:20:08: Successfully interviewed '0x00124b0028f5653c', device has successfully been paired
Zigbee2MQTT:warn  2024-06-12 21:20:08: Device '0x00124b0028f5653c' with Zigbee model 'SLZB-06p7' and manufacturer name 'SMLIGHT' is NOT supported, please follow https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html
Zigbee2MQTT:info  2024-06-12 21:20:08: MQTT publish: topic 'zigbee2mqtt/bridge/event', payload '{"data":{"definition":{"description":"Automatically generated definition","exposes":[{"access":2,"category":"config","description":"Initiate device identification","label":"Identify","name":"identify","property":"identify","type":"enum","values":["identify"]},{"access":1,"category":"diagnostic","description":"Link quality (signal strength)","label":"Linkquality","name":"linkquality","property":"linkquality","type":"numeric","unit":"lqi","value_max":255,"value_min":0}],"model":"SLZB-06p7","options":[{"access":2,"description":"Sets the duration of the identification procedure in seconds (i.e., how long the device would flash).The value ranges from 1 to 30 seconds (default: 3).","label":"Identify timeout","name":"identify_timeout","property":"identify_timeout","type":"numeric","value_max":30,"value_min":1}],"supports_ota":false,"vendor":"SMLIGHT"},"friendly_name":"0x00124b0028f5653c","ieee_address":"0x00124b0028f5653c","status":"successful","supported":false},"type":"device_interview"}'
Zigbee2MQTT:info  2024-06-12 21:20:08: MQTT publish: topic 'homeassistant/select/0x00124b0028f5653c/identify/config', payload '{"availability":[{"topic":"zigbee2mqtt/bridge/state","value_template":"{{ value_json.state }}"}],"command_topic":"zigbee2mqtt/0x00124b0028f5653c/set/identify","device":{"identifiers":["zigbee2mqtt_0x00124b0028f5653c"],"manufacturer":"SMLIGHT","model":"Automatically generated definition (SLZB-06p7)","name":"0x00124b0028f5653c","sw_version":"20240513","via_device":"zigbee2mqtt_bridge_0x00124b002a9265c8"},"device_class":"identify","enabled_by_default":false,"entity_category":"config","object_id":"0x00124b0028f5653c_identify","options":["identify"],"origin":{"name":"Zigbee2MQTT","sw":"1.36.1","url":"https://www.zigbee2mqtt.io"},"unique_id":"0x00124b0028f5653c_identify_zigbee2mqtt"}'
Zigbee2MQTT:info  2024-06-12 21:20:08: MQTT publish: topic 'homeassistant/button/0x00124b0028f5653c/identify/config', payload '{"availability":[{"topic":"zigbee2mqtt/bridge/state","value_template":"{{ value_json.state }}"}],"command_topic":"zigbee2mqtt/0x00124b0028f5653c/set/identify","device":{"identifiers":["zigbee2mqtt_0x00124b0028f5653c"],"manufacturer":"SMLIGHT","model":"Automatically generated definition (SLZB-06p7)","name":"0x00124b0028f5653c","sw_version":"20240513","via_device":"zigbee2mqtt_bridge_0x00124b002a9265c8"},"device_class":"identify","entity_category":"config","object_id":"0x00124b0028f5653c_identify","origin":{"name":"Zigbee2MQTT","sw":"1.36.1","url":"https://www.zigbee2mqtt.io"},"payload_press":"identify","unique_id":"0x00124b0028f5653c_identify_zigbee2mqtt"}'
Zigbee2MQTT:info  2024-06-12 21:20:08: MQTT publish: topic 'homeassistant/sensor/0x00124b0028f5653c/linkquality/config', payload '{"availability":[{"topic":"zigbee2mqtt/bridge/state","value_template":"{{ value_json.state }}"}],"device":{"identifiers":["zigbee2mqtt_0x00124b0028f5653c"],"manufacturer":"SMLIGHT","model":"Automatically generated definition (SLZB-06p7)","name":"0x00124b0028f5653c","sw_version":"20240513","via_device":"zigbee2mqtt_bridge_0x00124b002a9265c8"},"enabled_by_default":false,"entity_category":"diagnostic","icon":"mdi:signal","name":"Linkquality","object_id":"0x00124b0028f5653c_linkquality","origin":{"name":"Zigbee2MQTT","sw":"1.36.1","url":"https://www.zigbee2mqtt.io"},"state_class":"measurement","state_topic":"zigbee2mqtt/0x00124b0028f5653c","unique_id":"0x00124b0028f5653c_linkquality_zigbee2mqtt","unit_of_measurement":"lqi","value_template":"{{ value_json.linkquality }}"}'

generated_external_definition

const {identify} = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = {
    zigbeeModel: ['SLZB-06p7'],
    model: 'SLZB-06p7',
    vendor: 'SMLIGHT',
    description: 'Automatically generated definition',
    extend: [identify()],
    meta: {},
};

module.exports = definition;
Koenkk commented 3 weeks ago

Added!

Changes will be available in the dev branch in a few hours from now.