Multiple devices are using the same IP address: 192.168.2.X. Please check each device's configuration to ensure none are communicating with a rogue DHCP server. the coordinator had hardcoded ip/dhcp settings, and the same static lease from router,but with different MAC address.For some reason ...
#25997 Allow to set throttle via frontend (@gracianodias3) #25456 Container: remove modifying capabilities of /usr/bin/node (@onedr0p) #25611 Enable use of MQTT username without password (@steffenbeermann) #25737 Fix Error: write after end error (@Koenkk) #25715 Fix Failed to call ...
Note:for the Z2M flow you probably need to install thelist UI In the Z2M admin panel you should see the device and you will be able to assign it a friendly name as will install with an unfriendly number. You need to scroll down the device management column to find the rename device...
case "device_removed_failed": case "device_forced_removed_failed": { var removedDevice = message?.Value<string>(); _stateService.RemoveDevice(removedDevice); if (ImmutableInterlocked.TryRemove(ref _removeWaitingList, removedDevice, out var tcs)) { if (type.EndsWith("_failed")) { tcs.T...
Hi, after updating the addon to version 1.21.0-1, I noticed that to display the cc2530 key I have to stop the addon, remove the key from the USB port, wait a few seconds, reconnect the USB key, start the addon. I have to repeat this proc...
Zigbee2MQTT:error 2021-01-22 20:21:52: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms) at ZStackAdapter.<anonymous> (/zigbee2mqtt-1.17.0/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/zStackAdapter.js:94:31) at Generator.throw (<anonymous...
Post {"current_heating_setpoint":19} to zigbee2mqtt/device_friendly_name/set 2020-10-06T11:31:59.165140021Z Zigbee2MQTT:error 2020-10-06 13:31:59: Publish 'set' 'current_heating_setpoint' to 'sove_radiator' failed: 'Error: Write 0x00158d00053d357d/1 hvacThermostat({"16387":{"value"...
Also, setting up a new network, I can not even get 1 device to connect, before I get the same error. Is there any data written outside of the downloaded folder that I need to delete, so I can start fresh? Koenkk commentedon Sep 21, 2020 ...
And at first, just after setting up the devices, the update check was working OK, and I was even able to start updating 3x devices, but it eventually failed. If I remember correctly what I was doing exactly, I paired at least one new device while the OTA was already running for the ...
I was trying to run zigbee2mqtt via docker compose on port 443 running as a non root user. Despite adding CAP_NET_BIND_SERVICE the service failed to start with an access denied error. What did you expect to happen? I expected it to started properly after properly configuring the docker ...