So sorry, is file-editor an addon?
Yes it is
WellâŚI just learned something new today. I definitely had the MQTT server and username/password set in the Z2M config.
YeahâŚwho knows what I used back then. I probably did what a lot of new users do. Followed a random video/written tutorial found through a Google search.
Thanks @francisp
i ran out of replies yesterday.
Changed the configuration.yaml to below:
homeassistant_legacy_entity_attributes: false
legacy_api: false
legacy_availability_payload: false
mqtt:
server: mqtt://core-mosquitto:1883
ca: /etc/ssl/mqtt-ca.crt
key: /etc/ssl/mqtt-client.key
cert: /etc/ssl/mqtt-client.crt
user: mqttuser
password: mqttpass
serial:
port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_8e9dc266ada4ed11a71cf3a32981d5c7-if00-port0
frontend:
port: 8099
device_options:
legacy: false
the issue still persists.
bumping the post to see if there are any other suggestions to resolve the problem.
Can anyone let me know if this is a configuration/hardware issue? Thinking of getting a new zigbee usb.
Did you enable SSL on your mosquitto ?
How do i check if SSL is enabled?
Update: I installed a fresh copy of HA and followed the instructions above by adding only the device port, and it seemed to be working now.
Thank you everyone for your inputs and time to help troubleshooting.