Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

mikey6283

Members
  • Joined

  • Last visited

Everything posted by mikey6283

  1. thanks for reply Yes drivers are found . I think that thet the Frigate addon may be at faullt as it has to rbe reactivated when you click on it.
  2. Sorry i missed your reply, where would i write this file to ? I am assuming that the details are 0880:0089a,1ac1:089a ?? Version 6.12.10 installed now I checked the libvirt_helpers.php file it has been white listed : $arrBlacklistClassIDregex = '/^(05|06|08|0a|0b|0c05)/'; // Got Class IDs at the bottom of /usr/share/hwdata/pci.ids $arrWhitelistGPUClassIDregex = '/^(0001|03)/'; $arrWhitelistAudioClassIDregex = '/^(0403)/'; # "System peripheral [0880]" "Global unichip corp. [1ac1]" "Coral Edge Tpu [089a]" -pff "Global unichip corp. [1a> # typeid > # file is csv typeid:productid # if (is_file("/boot/config/VMPCIOverride.cfg")) { $arrWhiteListOverride = str_getcsv(file_get_contents("/boot/config/VMPCIOverride.cfg")) ; } $arrWhiteListOverride[] = "0880:089a" ;
  3. Canyou point me in the way forward to solve this error , this why i went down the wrong road by binding the coral. 024-07-23 09:47:45.910646578 [2024-07-23 10:47:45] frigate.app INFO : Output process started: 245 2024-07-23 09:47:45.910650735 [2024-07-23 10:47:45] detector.cora1 INFO : Starting detection process: 243 2024-07-23 09:47:45.917718804 [2024-07-23 10:47:45] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci:0 2024-07-23 09:47:45.918440266 [2024-07-23 10:47:45] frigate.detectors.plugins.edgetpu_tfl ERROR : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors. 2024-07-23 09:47:45.918631113 Process detector:cora1: 2024-07-23 09:47:45.923071054 Traceback (most recent call last):
  4. Ok thanks , I will unbind it and try again. I appreciate your help.
  5. I have a m2 pcie coral card which has been working fine for over 2 years. I reinstalled Frigate due to so many errors ffmpeg. The Coral is detected in unRaid . So i had to bind the pcie card so it can be seen in HA to work. Now the Coral drivers cannot find it. So i am not sure is it is faulty or not.
  6. My first issue was i couldn't pass-thru my pci to show up in HA vm. as the pci card was not showing up as avaiable in the VM even though it was on unraid. So i used pci acs override option as mentioned and bonded the Coral to HA as below. immou no is the bridge for the Coral Do i tick these to be bonded to coral ? I have Coral drivers in stalled but they too cannot find the Coral. Any ideas on where i am going wrong? I had it all work upto recently without have to bond the pci ? Your help is accpreciated.
  7. I am still have problems with the TPU. It is found by unraid and HA app and bond. Howerver now it is not found by the Coral drivers any ideaa Logs showing error in container
  8. Hi Finally have Coral TPU bonded.,but still have the follwoing errors i have included details of the installation. Any idea where i an going wrong ? Logs showing error in container
  9. Error message on loading says that no IPV4 is set. I assume it is due to ETH0 ? Any idea on resetting it? I later here now so i will look into tomrrow . if you would n't mind replying ?
  10. Hi i changed the Pcie acs to Both and it worked so i wrongly changed it back to disabled due to the error message that it shoud be set to disabled. Now i cannot get back into unraid after the reboot as there is an error message on booting unraid regardon etho. Not surew hat i have done wrong. I get unraid running again can i leave pcie acs running ?
  11. Hope that this helps i appreciate your time. I did notice that you were dealing with a similar siatutaion back in september 2023?
  12. Sorry please advise what information do you require? I have an issue with Coral TPU no being found in HA after looking a the logs Frigate Logs .Previously it was ok without having to pass-through. I found this thread which prompted me to follow the solution. I removed /08 and save check to see if it was save and saw that /08 was added to the whitelist. Went to HA to changed the template the Coral TPU was found so that i can add the PCIE. The Coral TPU is greyed out there for it being used by unraid . Hope this helps?
  13. I have followed K Niesten solution works as Coral TPU is now on the white list see below: $arrBlacklistClassIDregex = '/^(05|06|0a|0b|0c05)/'; // Got Class IDs at the bottom of /usr/share/hwdata/pci.ids $arrWhitelistGPUClassIDregex = '/^(0001|03)/'; $arrWhitelistAudioClassIDregex = '/^(0403)/'; # "System peripheral [0880]" "Global unichip corp. [1ac1]" "Coral Edge Tpu [089a]" -pff "Global unichip corp. [1a> # typeid > # file is csv typeid:productid # if (is_file("/boot/config/VMPCIOverride.cfg")) { $arrWhiteListOverride = str_getcsv(file_get_contents("/boot/config/VMPCIOverride.cfg")) ; } $arrWhiteListOverride[] = "0880:089a" ; However, the Coral TPU does not appear on the template to edit. Is there something that i am missing ?? Any advicse would be appreciated.
  14. I have using this method for a long time , and have not had to pass-through before . I hav ejust noticed that i dont have the option to edit the template any more , just another problem. I may have to reinstall from an old backup?
  15. Hi I have m2 Pci Coral TPU installed on unraid . which is detected , however it is not detected in the Frigate addon. error mesaaage 024-07-17 09:06:46.470367261 [2024-07-17 10:06:46] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci:0 2024-07-17 09:06:46.474550830 [2024-07-17 10:06:46] frigate.app INFO : Output process started: 260 2024-07-17 09:06:46.488883343 [2024-07-17 10:06:46] frigate.detectors.plugins.edgetpu_tfl ERROR : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors. 2024-07-17 09:06:46.489352421 Process detector:cora1: Any way to solve this , as this could be reason why i am not able to get Frigate running.
  16. Hi I hav ebeen struggling for a while to Frigate up and running. I have a new Frigate , and new coral tPU module. Config is good, The issue is that i am not getting any images. ** 2024-07-16 13:15:29.901495671 [2024-07-16 13:15:29] ffmpeg.front.detect ERROR : [rtsp @ 0x556432b99c40] method DESCRIBE failed: 404 Not Found 2024-07-16 13:15:29.901580458 [2024-07-16 13:15:29] ffmpeg.front.detect ERROR : rtsp://127.0.0.1:8554/front_sub?video=copy: Server returned 404 Not Found 2024-07-16 13:15:29.906455098 [2024-07-16 13:15:29] watchdog.koipond ERROR : Ffmpeg process crashed unexpectedly for koipond. 2024-07-16 13:15:29.906537091 [2024-07-16 13:15:29] watchdog.garage ERROR : Ffmpeg process crashed unexpectedly for garage. 2024-07-16 13:15:29.906595758 [2024-07-16 13:15:29] watchdog.koipond ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-07-16 13:15:29.906647091 [2024-07-16 13:15:29] watchdog.garage ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-07-16 13:15:29.906700240 [2024-07-16 13:15:29] ffmpeg.koipond.detect ERROR : [rtsp @ 0x5625c2cbcc40] method DESCRIBE failed: 404 Not Found 2024-07-16 13:15:29.906748012 [2024-07-16 13:15:29] ffmpeg.garage.detect ERROR : [rtsp @ 0x55aababe4c40] method DESCRIBE failed: 404 Not Found 2024-07-16 13:15:29.906793269 [2024-07-16 13:15:29] ffmpeg.koipond.detect ERROR : rtsp://127.0.0.1:8554/koipond_sub?video=copy: Server returned 404 Not Found 2024-07-16 13:15:29.906840551 [2024-07-16 13:15:29] ffmpeg.garage.detect ERROR : rtsp://127.0.0.1:8554/BackGarden_sub?video=copy: Server returned 404 Not Found 2024-07-16 13:15:29.911296841 [2024-07-16 13:15:29] watchdog.garage ERROR : No new recording segments were created for garage in the last 120s. restarting the ffmpeg record process... 2024-07-16 13:15:29.911394410 [2024-07-16 13:15:29] watchdog.garage INFO : Terminating the existing ffmpeg process... 2024-07-16 13:15:29.911438060 [2024-07-16 13:15:29] watchdog.garage INFO : Waiting for ffmpeg to exit gracefully... 2024-07-16 13:15:29.911494422 [2024-07-16 13:15:29] watchdog.koipond ERROR : No new recording segments were created for koipond in the last 120s. restarting the ffmpeg record process... 2024-07-16 13:15:29.911543032 [2024-07-16 13:15:29] watchdog.koipond INFO : Terminating the existing ffmpeg process... 2024-07-16 13:15:29.911598276 [2024-07-16 13:15:29] watchdog.koipond INFO : Waiting for ffmpeg to exit gracefully... 2024-07-16 13:15:29.914677646 [2024-07-16 13:15:29] watchdog.BackGarden ERROR : Ffmpeg process crashed unexpectedly for BackGarden. 2024-07-16 13:15:29.914754402 [2024-07-16 13:15:29] watchdog.BackGarden ERROR : The following ffmpeg logs i** I noticed that the Coral TPU is found by unRaid but the the Figate HA addon. I have also tried to upgrade the go2rtc without any luck . New 1.9.2 upgrade is in HA config ( as go2rtc.zip) i hvave tried to change the name to go2trc(without the zip but it just revertsbag zip. as suggested. *************** rames from ffmpeg process. 2024-07-16 12:55:37.385177591 [2024-07-16 12:55:37] frigate.video ERROR : garage: ffmpeg process is not running. exiting capture thread... 2024-07-16 12:55:37.391101789 [2024-07-16 12:55:37] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci:0 2024-07-16 12:55:37.397651347 [2024-07-16 12:55:37] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found 2024-07-16 12:55:37.441445452 [2024-07-16 12:55:37] frigate.video ERROR : BackGarden: Unable to read frames from ffmpeg process. 2024-07-16 12:55:37.441511320 [2024-07-16 12:55:37] frigate.video ERROR : BackGarden: ffmpeg process is not running. exiting capture thread... 2024-07-16 12:55:37.596006068 [2024-07-16 12:55:37] frigate.video ERROR : koipond: Unable to read frames from ffmpeg process. 2024-07-16 12:55:37.596091494 [2024-07-16 12:55:37] frigate.video ERROR : koipond: ffmpeg process is not running. exiting capture thread... 2024-07-16 12:55:42.402977920 [2024-07-16 12:55:42] frigate.video ERROR : front: Unable to read frames from ffmpeg process. 2024-07-16 12:55:42.403032052 [2024-07-16 12:55:42] frigate.video ERROR : front: ffmpeg process is not running. exiting capture thread... 2024-07-16 12:55:57.319134966 [2024-07-16 12:55:57] watchdog.front ERROR : Ffmpeg process crashed unexpectedly for front. 2024-07-16 12:55:57.319244204 [2024-07-16 12:55:57] watchdog.front ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-07-16 12:55:57.319387807 [2024-07-16 12:55:57] ffmpeg.front.detect ERROR : [rtsp @ 0x55fdc3112c40] ******* I very much appreciated some help.
  17. Thanks for advice, the problem was HA/FVR addon so in intailed HA again, and new addon, this solved the problem.
  18. I have 4 cameras a reolink and 3 Tapo RTSP , The Reolink is displayed in HA overview however the 1 tapo isn't . all cameras are viewable VLC . the ffmeg block , do you add this before go2RTC ? In the errors I do not understand how to rectify the issue to get Frigate working? Any advice ? config error.15.06.24 config.yml
  19. I aming have problem starting Frigate NV after installing Tapo cameras. The streams work on VLC , however when i add a rtsp i receive errors in config.yml. Could some advise where the error is in config. please see logs and current logs; config.ymlconfig.yml_frigate_logs (1).txt.crdownload Any help would be appreciated as i have looking for days and i must be missing something.
  20. Hi i been struggling with one of my Reolink cameras keeps on crashing out since recent updates.The other 3 cameras work fine with exactly the same settings Any ideas what the issue is ?
  21. Hi for some reason all mqtt devices are not working , tried to reconfigure them but receiving errors. I have attached my recent. I have delete a sensor but it will not join any help woul dbe appreciated. Using '/app/data' as data directory Zigbee2MQTT:error 2024-02-01 18:54:38: Failed to configure 'Aqaramotion_Sensor', attempt 1 (Error: Read 0x54ef4410004e4b63/1 genPowerCfg(["batteryVoltage"], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (5)) at DeconzAdapter.sendZclFrameToEndpoint (/app/node_modules/zigbee-herdsman/src/adapter/deconz/adapter/deconzAdapter.ts:666:23) at Request.send (/app/node_modules/zigbee-herdsman/src/controller/helpers/request.ts:79:20) at Endpoint.read (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:466:28) at configure (/app/node_modules/zigbee-herdsman-converters/src/devices/lumi.ts:1777:13) at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/index.ts:140:25) at Configure.configure (/app/lib/extension/configure.ts:120:13) at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:174:17)) Zigbee2MQTT:error 2024-02-01 18:57:09: Failed to configure 'TestZB1', attempt 1 (Error: Bind 0x0c4314fffea00f98/1 genOnOff from '0x00212effff06cefc/1' failed (waiting for response TIMEOUT) at DeconzAdapter.bind (/app/node_modules/zigbee-herdsman/src/adapter/deconz/adapter/deconzAdapter.ts:776:19) at Endpoint.bind (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:551:13) at setupAttributes (/app/node_modules/zigbee-herdsman-converters/src/lib/modernExtend.ts:54:13) at result.configure (/app/node_modules/zigbee-herdsman-converters/src/lib/modernExtend.ts:126:13) at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/index.ts:140:25) at Configure.configure (/app/lib/extension/configure.ts:120:13) at Immediate.<anonymous> (/app/lib/extension/configure.ts:72:17)) Zigbee2MQTT:error 2024-02-01 19:01:08: Publish 'set' 'state' to 'KitchenZBSpots2' failed: 'Error: Command 0x0c4314fffebb63d5/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (8))' Zigbee2MQTT:error 2024-02-01 19:03:07: Publish 'set' 'state' to 'KitchenZBSpots2' failed: 'Error: Command 0x0c4314fffebb63d5/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (9))' Zigbee2MQTT:error 2024-02-01 23:00:45: Publish 'set' 'state' to 'ReadingLight' failed: 'Error: Command 0xbc33acfffe549777/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (10))' Zigbee2MQTT:error 2024-02-01 23:00:45: Publish 'set' 'state' to 'Lighttv_1' failed: 'Error: Command 0x5c0272fffe98049e/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (14))' Zigbee2MQTT:error 2024-02-01 23:00:45: Publish 'set' 'state' to 'Lighttv_2' failed: 'Error: Command 0x588e81fffebb44de/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (13))' Zigbee2MQTT:error 2024-02-01 23:00:45: Publish 'set' 'state' to 'Lighttv_1' failed: 'Error: Command 0x5c0272fffe98049e/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (12))' Zigbee2MQTT:error 2024-02-01 23:00:45: Publish 'set' 'state' to 'Lighttv_2' failed: 'Error: Command 0x588e81fffebb44de/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (11))' Zigbee2MQTT:error 2024-02-01 23:17:01: Publish 'set' 'state' to ' GarageZBSwitch' failed: 'Error: Command 0x0c4314fffebb6572/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (15))' Zigbee2MQTT:error 2024-02-01 23:19:01: Publish 'set' 'state' to 'KitchenZBSpots2' failed: 'Error: Command 0x0c4314fffebb63d5/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (16))' Zigbee2MQTT:error 2024-02-02 05:53:43: Publish 'set' 'state' to ' GarageZBSwitch' failed: 'Error: Command 0x0c4314fffebb6572/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (17))' Zigbee2MQTT:error 2024-02-02 05:55:43: Publish 'set' 'state' to 'KitchenZBSpots2' failed: 'Error: Command 0x0c4314fffebb63d5/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (18))' Zigbee2MQTT:error 2024-02-02 15:45:47: Publish 'set' 'state' to 'ReadingLight' failed: 'Error: Command 0xbc33acfffe549777/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (19))' Zigbee2MQTT:error 2024-02-02 15:45:47: Publish 'set' 'state' to 'Lighttv_2' failed: 'Error: Command 0x588e81fffebb44de/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (21))' Zigbee2MQTT:error 2024-02-02 15:45:47: Publish 'set' 'state' to 'Lighttv_1' failed: 'Error: Command 0x5c0272fffe98049e/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (20))' Zigbee2MQTT:error 2024-02-02 18:56:20: Publish 'set' 'approach_distance' to 'AqaraFPIDetector' failed: 'Error: Write 0x54ef4410005872f8/1 manuSpecificLumi({"326":{"value":0,"type":32}}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":4447,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (22))' Zigbee2MQTT:error 2024-02-02 19:00:35: Failed to configure 'Aqaramotion_Sensor', attempt 2 (Error: Read 0x54ef4410004e4b63/1 genPowerCfg(["batteryVoltage"], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (23)) at DeconzAdapter.sendZclFrameToEndpoint (/app/node_modules/zigbee-herdsman/src/adapter/deconz/adapter/deconzAdapter.ts:666:23) at Request.send (/app/node_modules/zigbee-herdsman/src/controller/helpers/request.ts:79:20) at Endpoint.read (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:466:28) at configure (/app/node_modules/zigbee-herdsman-converters/src/devices/lumi.ts:1777:13) at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/index.ts:140:25) at Configure.configure (/app/lib/extension/configure.ts:120:13) at Configure.onMQTTMessage (/app/lib/extension/configure.ts:55:21) at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:174:17)) Zigbee2MQTT:error 2024-02-02 19:01:07: Failed to configure 'AqaraFPIDetector', attempt 1 (Error: Read 0x54ef4410005872f8/1 manuSpecificLumi([268], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":4447,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (24)) at DeconzAdapter.sendZclFrameToEndpoint (/app/node_modules/zigbee-herdsman/src/adapter/deconz/adapter/deconzAdapter.ts:666:23) at Request.send (/app/node_modules/zigbee-herdsman/src/controller/helpers/request.ts:79:20) at Endpoint.read (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:466:28) at configure (/app/node_modules/zigbee-herdsman-converters/src/devices/lumi.ts:1866:13) at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/index.ts:140:25) at Configure.configure (/app/lib/extension/configure.ts:120:13) at Configure.onMQTTMessage (/app/lib/extension/configure.ts:55:21) at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:174:17)) Zigbee2MQTT:error 2024-02-02 19:02:02: Publish 'set' 'state' to 'diningroom_1' failed: 'Error: Command 0x5c0272fffe98df40/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (26))' Zigbee2MQTT:error 2024-02-02 19:02:03: Publish 'set' 'state' to 'diningroom_2' failed: 'Error: Command 0x847127fffe2d2d4d/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (27))' Zigbee2MQTT:error 2024-02-02 19:02:06: Publish 'set' 'state' to 'diningroom_3' failed: 'Error: Command 0x847127fffedebae0/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (28))' Zigbee2MQTT:error 2024-02-02 19:05:41: Publish 'set' 'state' to 'KitchenZBSpots2' failed: 'Error: Command 0x0c4314fffebb63d5/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (29))' Zigbee2MQTT:error 2024-02-02 19:05:51: Publish 'set' 'state' to 'Conservatory_2' failed: 'Error: Command 0x00158d000324a087/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (30))' Zigbee2MQTT:error 2024-02-02 19:05:58: Publish 'set' 'state' to 'Conservatory_1' failed: 'Error: Command 0x00158d000324c0ac/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (31))' Zigbee2MQTT:error 2024-02-02 19:08:44: Publish 'set' 'state' to 'ReadingLight' failed: 'Error: Command 0xbc33acfffe549777/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (34))' Zigbee2MQTT:error 2024-02-02 19:08:44: Publish 'set' 'state' to 'Lighttv_2' failed: 'Error: Command 0x588e81fffebb44de/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (33))' Zigbee2MQTT:error 2024-02-02 19:08:44: Publish 'set' 'state' to 'Lighttv_1' failed: 'Error: Command 0x5c0272fffe98049e/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (32))' Using '/app/data' as data directory Zigbee2MQTT:error 2024-02-02 19:25:58: Publish 'set' 'state' to 'KitchenZBSpots2' failed: 'Error: Command 0x0c4314fffebb63d5/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (10))' Zigbee2MQTT:error 2024-02-02 19:28:29: Failed to configure 'TestZB1', attempt 1 (Error: Bind 0x0c4314fffea00f98/1 genOnOff from '0x00212effff06cefc/1' failed (waiting for response TIMEOUT) at DeconzAdapter.bind (/app/node_modules/zigbee-herdsman/src/adapter/deconz/adapter/deconzAdapter.ts:776:19) at Endpoint.bind (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:551:13) at setupAttributes (/app/node_modules/zigbee-herdsman-converters/src/lib/modernExtend.ts:54:13) at result.configure (/app/node_modules/zigbee-herdsman-converters/src/lib/modernExtend.ts:126:13) at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/index.ts:140:25) at Configure.configure (/app/lib/extension/configure.ts:120:13) at Immediate.<anonymous> (/app/lib/extension/configure.ts:72:17))
  22. Hope someone can help. When I backup my Flash Drive config it down laods as a Unconfirmed crdownload instead of Zip file. I will be changing ISP provider i wish to down a current config just case anything goes wrong. Thanks in advance.
  23. Did you install th ecoral drivers from Unraid App store ?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.