Nerivec
Nerivec
I can confirm I've seen several issues in Z2M repo that were the result of the UI config not matching the yaml config; which probably means they got out of...
> I'm also aware of the framework incompatibility between media_player and speaker, and I think his solution works because he loaded them both and swap them mid-flight, bypassing the voice...
There is a firmware update for that device looks like (according to [ikea URL](http://fw.ota.homesmart.ikea.net/feed/version_info.json)). ```json {"fw_binary_url":"http://fw.ota.homesmart.ikea.net/global/GW1.0/01.21.031/bin/tradfri_dimmer-24.4.5-prod.ota.ota.signed","fw_file_version_LSB":5,"fw_file_version_MSB":9220,"fw_filesize":214692,"fw_image_type":4554,"fw_manufacturer_id":4476,"fw_type":2}, ``` Did you try the usual, pushing a button on the device to wake...
@ChrisLSaar `MQTT error: connect ECONNREFUSED 192.168.11.10:1883` Make sure your MQTT is okay and that the conf is correct. _PS: The initial startup fail (your first log) is under investigation, looks...
@yaskad Shut down Z2M, edit the setting directly inside the `configuration.yaml` file then start again. As long as you are editing the right file (in case you changed the default...
@rgforward4 Looks like it's unable to init the adapter on start. Can you [set your log level](https://www.zigbee2mqtt.io/guide/usage/debug.html#debug) to `debug` and send back the log file so I can get more...
Looks like your adapter is not replying to Z2M at all. Use the `/dev/serial/by-id/...` [path for your adapter](https://www.zigbee2mqtt.io/guide/configuration/adapter-settings.html#configuration-of-the-zigbee-adapter) in case you have multiple devices plugged in, to ensure the proper...
A few things to try: - Flash this [firmware again](https://github.com/darkxst/silabs-firmware-builder/raw/main/firmware_builds/zbdonglee/ncp-uart-hw-v7.4.1.0-zbdonglee-115200.gbl), make sure it loads properly again at the end (`Continue` button in the webflasher; it should load without error) -...
That wrong direction means Z2M received a "command" instead of a "response" from the adapter. It seems to happen with interferences sometimes (around the adapter), check that first.
@ESANTOS74 English please. `Failed to init port with error Error: Error Resource temporarily unavailable Cannot lock port` Looks like something is currently using your port. Make sure to disable anything...