Conbee II and Lights

I am new to zigbee2mqtt and am a bit stuck right now.

I have it setup and running on a PI4 and have paired a Samsung 2018 motion sensor and an EcoLink contact switch. Both are working as expected.

I am using HomeSeer and mcsMQTT for automation.

The problem has come when I try and pair some lights. I tried to pair 1 Gledoptp GL-C007 and it appeared to be discovered by the PI but it doesn’t show up in HomeSeer. After I found a bit of information in the zigbee2mqtt Github issues that make it appear the the device is a little tricky to setup, I moved on to some EcoSmart bulbs.

These have the same issue. They appear to pair but never report anything back to HomeSeer. After messaging with the mcsMQTT developer, it looks like an issue in zigbee2mqtt and that it is not creating the necessary topics.

Here is a dump when I connect a new bulb:
Zigbee2MQTT:info 2020-11-25 12:05:19: Device ‘0xccccccfffe8a9c1b’ joined
Zigbee2MQTT:info 2020-11-25 12:05:19: Starting interview of ‘0xccccccfffe8a9c1b’
Zigbee2MQTT:info 2020-11-25 12:05:19: MQTT publish: topic ‘zigbee2mqtt/bridge/log’, payload ‘{“message”:{“friendly_name”:“0xccccccfffe8a9c1b”},“type”:“device_connected”}’
Zigbee2MQTT:info 2020-11-25 12:05:19: MQTT publish: topic ‘zigbee2mqtt/bridge/log’, payload ‘{“message”:“interview_started”,“meta”:{“friendly_name”:“0xccccccfffe8a9c1b”},“type”:“pairing”}’
Zigbee2MQTT:info 2020-11-25 12:05:25: Successfully interviewed ‘0xccccccfffe8a9c1b’, device has successfully been paired
Zigbee2MQTT:info 2020-11-25 12:05:25: Device ‘0xccccccfffe8a9c1b’ is supported, identified as: EcoSmart Tuneable white (A19) (A9A19A60WESDZ02)
Zigbee2MQTT:info 2020-11-25 12:05:25: MQTT publish: topic ‘zigbee2mqtt/bridge/log’, payload ‘{“message”:“interview_successful”,“meta”:{“description”:“Tuneable white (A19)”,“friendly_name”:“0xccccccfffe8a9c1b”,“model”:“A9A19A60WESDZ02”,“supported”:true,“vendor”:“EcoSmart”},“type”:“pairing”}’
Zigbee2MQTT:info 2020-11-25 12:05:25: MQTT publish: topic ‘homeassistant/light/0xccccccfffe8a9c1b/light/config’, payload ‘{“availability”:[{“topic”:“zigbee2mqtt/bridge/state”},{“topic”:“zigbee2mqtt/0xccccccfffe8a9c1b/availability”}],“brightness”:true,“brightness_scale”:254,“color_temp”:true,“command_topic”:“zigbee2mqtt/0xccccccfffe8a9c1b/set”,“device”:{“identifiers”:[“zigbee2mqtt_0xccccccfffe8a9c1b”],“manufacturer”:“EcoSmart”,“model”:“Tuneable white (A19) (A9A19A60WESDZ02)”,“name”:“0xccccccfffe8a9c1b”,“sw_version”:“Zigbee2MQTT 1.16.1”},“effect”:true,“effect_list”:[“blink”,“breathe”,“okay”,“channel_change”,“finish_effect”,“stop_effect”],“hs”:false,“json_attributes_topic”:“zigbee2mqtt/0xccccccfffe8a9c1b”,“name”:“0xccccccfffe8a9c1b_light”,“schema”:“json”,“state_topic”:“zigbee2mqtt/0xccccccfffe8a9c1b”,“unique_id”:“0xccccccfffe8a9c1b_light_zigbee2mqtt”,“xy”:false}’
Zigbee2MQTT:info 2020-11-25 12:05:25: MQTT publish: topic ‘homeassistant/sensor/0xccccccfffe8a9c1b/linkquality/config’, payload ‘{“availability”:[{“topic”:“zigbee2mqtt/bridge/state”},{“topic”:“zigbee2mqtt/0xccccccfffe8a9c1b/availability”}],“device”:{“identifiers”:[“zigbee2mqtt_0xccccccfffe8a9c1b”],“manufacturer”:“EcoSmart”,“model”:“Tuneable white (A19) (A9A19A60WESDZ02)”,“name”:“0xccccccfffe8a9c1b”,“sw_version”:“Zigbee2MQTT 1.16.1”},“icon”:“mdi:signal”,“json_attributes_topic”:“zigbee2mqtt/0xccccccfffe8a9c1b”,“name”:“0xccccccfffe8a9c1b_linkquality”,“state_topic”:“zigbee2mqtt/0xccccccfffe8a9c1b”,“unique_id”:“0xccccccfffe8a9c1b_linkquality_zigbee2mqtt”,“unit_of_measurement”:“lqi”,“value_template”:"{{ value_json.linkquality }}"}’

Any ideas?

TYIA
Rob