Zigbee2MQTT + UZG-01 (LAN) + Inovelli VZM31-SN says "NOT supported"

I’m trying to set up a UZG-01 (v0.5) as a LAN based Zigbee Coordinator. I just started testing things and can’t get my the VZM31-SN I’m using for testing to join successully.

  • I have a clean install of the Zigbee2MQTT Addon in Home Assistant
  • The addon is configured per the instructions in the http://uzg/zha-z2m UI and I can see in the UZG that a client is connected
  • I factory reset the VZM31-SN

When I try to join the VZM31-SN I get the following log output:

Debug Received MQTT message on 'zigbee2mqtt/bridge/request/permit_join' with data '{"device":null,"transaction":"ov1da-6","value":true}'
Info Zigbee: allowing new devices to join.
Info MQTT publish: topic 'zigbee2mqtt/bridge/response/permit_join', payload '{"data":{"value":true},"status":"ok","transaction":"ov1da-6"}'
Info Device '0x94deb8fffef4c1f3' joined
Info MQTT publish: topic 'zigbee2mqtt/bridge/event', payload '{"data":{"friendly_name":"0x94deb8fffef4c1f3","ieee_address":"0x94deb8fffef4c1f3"},"type":"device_joined"}'
Info Starting interview of '0x94deb8fffef4c1f3'
Info MQTT publish: topic 'zigbee2mqtt/bridge/event', payload '{"data":{"friendly_name":"0x94deb8fffef4c1f3","ieee_address":"0x94deb8fffef4c1f3","status":"started"},"type":"device_interview"}'
Info MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":{"friendly_name":"0x94deb8fffef4c1f3"},"type":"device_connected"}'
Info MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"interview_started","meta":{"friendly_name":"0x94deb8fffef4c1f3"},"type":"pairing"}'
Debug Device '0x94deb8fffef4c1f3' announced itself
Info MQTT publish: topic 'zigbee2mqtt/bridge/event', payload '{"data":{"friendly_name":"0x94deb8fffef4c1f3","ieee_address":"0x94deb8fffef4c1f3"},"type":"device_announce"}'
Info MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"announce","meta":{"friendly_name":"0x94deb8fffef4c1f3"},"type":"device_announced"}'
Debug Received Zigbee message from '0x94deb8fffef4c1f3', type 'readResponse', cluster 'genBasic', data '{"modelId":"VZM31-SN"}' from endpoint 1 with groupID 0
Debug Skipping message, definition is undefined and still interviewing
Debug Received Zigbee message from '0x94deb8fffef4c1f3', type 'readResponse', cluster 'genBasic', data '{"manufacturerName":"Inovelli"}' from endpoint 1 with groupID 0
Debug Skipping message, definition is undefined and still interviewing
Debug Received Zigbee message from '0x94deb8fffef4c1f3', type 'readResponse', cluster 'genBasic', data '{"powerSource":1}' from endpoint 1 with groupID 0
Debug Skipping message, definition is undefined and still interviewing
Debug Received Zigbee message from '0x94deb8fffef4c1f3', type 'readResponse', cluster 'genBasic', data '{"zclVersion":8}' from endpoint 1 with groupID 0
Debug Skipping message, definition is undefined and still interviewing
Debug Received Zigbee message from '0x94deb8fffef4c1f3', type 'readResponse', cluster 'genBasic', data '{"appVersion":17}' from endpoint 1 with groupID 0
Debug Skipping message, definition is undefined and still interviewing
Debug Received Zigbee message from '0x94deb8fffef4c1f3', type 'readResponse', cluster 'genBasic', data '{"stackVersion":1}' from endpoint 1 with groupID 0
Debug Skipping message, definition is undefined and still interviewing
Debug Received Zigbee message from '0x94deb8fffef4c1f3', type 'readResponse', cluster 'genBasic', data '{"hwVersion":1}' from endpoint 1 with groupID 0
Debug Skipping message, definition is undefined and still interviewing
Debug Received Zigbee message from '0x94deb8fffef4c1f3', type 'readResponse', cluster 'genBasic', data '{"dateCode":"20221110"}' from endpoint 1 with groupID 0
Debug Skipping message, definition is undefined and still interviewing
Debug Received Zigbee message from '0x94deb8fffef4c1f3', type 'readResponse', cluster 'genBasic', data '{"swBuildId":"2.08"}' from endpoint 1 with groupID 0
Debug Skipping message, definition is undefined and still interviewing
Info Successfully interviewed '0x94deb8fffef4c1f3', device has successfully been paired
Warning Device '0x94deb8fffef4c1f3' with Zigbee model 'VZM31-SN' and manufacturer name 'Inovelli' is NOT supported, please follow https://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html
Info MQTT publish: topic 'zigbee2mqtt/bridge/event', payload '{"data":{"definition":null,"friendly_name":"0x94deb8fffef4c1f3","ieee_address":"0x94deb8fffef4c1f3","status":"successful","supported":false},"type":"device_interview"}'
Info MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"interview_successful","meta":{"friendly_name":"0x94deb8fffef4c1f3","supported":false},"type":"pairing"}'

I’m sort of stuck at how to debug from here.

This may be because of an old addon:

This was it, I figured it out when filling out the zigbee2mqtt bug template