hobbyquaker / node-red-contrib-zigbee

Node-RED Nodes for ZigBee Devices 🐝
MIT License
86 stars 15 forks source link

Spam in the Log and spam in the debug sidebar #108

Open Hypnos3 opened 4 years ago

Hypnos3 commented 4 years ago

Ich hab seit kurzem IKEA Leuchtmittel.

Nachdem ich das Reporting aktiviert hatte, fluten mir das Log zu:

Mar 17 19:58:28 homematic-ccu daemon.info node-red[2049]: [zigbee-shepherd:zigbee herdsman Control] configureReporting 0x680ae2fffe39689f light_schreibtisch_arbeitszimmer genOnOff [{"attribute":"onOff","minimumReportInterval":0,"maximumReportInterval":3600,"reportableChange":0}]
Mar 17 19:58:31 homematic-ccu daemon.warn node-red[2049]: [zigbee-shepherd:zigbee herdsman Control] reporting setup 0x680ae2fffe39689f light_schreibtisch_arbeitszimmer - already configuring
Mar 17 20:03:00 homematic-ccu daemon.info node-red[2049]: [zigbee-shepherd:zigbee herdsman Control] Successfully setup reporting for 0x680ae2fffe39689f light_schreibtisch_arbeitszimmer - 1 - genOnOff
Mar 17 20:03:00 homematic-ccu daemon.info node-red[2049]: [zigbee-shepherd:zigbee herdsman Control] bind 0x680ae2fffe39689f 1 genLevelCtrl to coordinator
Mar 17 20:03:06 homematic-ccu daemon.warn node-red[2049]: [zigbee-shepherd:zigbee herdsman Control] reporting setup 0x680ae2fffe39689f light_schreibtisch_arbeitszimmer - already configuring

Ich hab das Reporting wieder deaktiviert und keine Probleme mehr.

Liegt das an den Leuchtmittel?

Sineos commented 4 years ago

Ich hab 4 Relays / Switches bei denen funktioniert Reporting super und es erzeugt auch kein Log Spam und bei 2 lässt sich Reporting nicht aktivieren und es kommt 7x zu Fehlermeldungen und dann gibt herdsman auf.

Sieht ein bisschen aus wie bei Dir: ``` Mar 18 07:31:43 homematic-raspi daemon.info node-red[1078]: [zigbee-shepherd:zigbee-herdsman] bind 0x00124b001d439d81 1 genOnOff to coordinator Mar 18 07:31:43 homematic-raspi daemon.warn node-red[1078]: [zigbee-shepherd:zigbee-herdsman] reporting setup 0x00124b001d439d81 RelayGarageLeft - already configuring Mar 18 07:31:43 homematic-raspi daemon.info node-red[1078]: [zigbee-shepherd:zigbee-herdsman] bind 0x00124b001d439d81 RelayGarageLeft 1 genOnOff to 0x00124b001ca1b3df Coordinator 1 successful Mar 18 07:31:46 homematic-raspi daemon.info node-red[1078]: [zigbee-shepherd:zigbee-herdsman] configureReporting 0x00124b001d439d81 RelayGarageLeft genOnOff [{"attribute":"onOff","minimumReportInterval":0,"maximumReportInterval":3600,"reportableChange":0}] Mar 18 07:31:48 homematic-raspi daemon.warn node-red[1078]: [zigbee-shepherd:zigbee-herdsman] reporting setup 0x00124b001d439d81 RelayGarageLeft - already configuring Mar 18 07:32:01 homematic-raspi daemon.err node-red[1078]: [zigbee-shepherd:zigbee-herdsman] Failed to setup reporting for 0x00124b001d439d81 RelayGarageLeft - ConfigureReporting 0x00124b001d439d81/1 genOnOff([{"attribute":"onOff","minimumReportInterval":0,"maximumReportInterval":3600,"reportableChange":0}], {"timeout":6000,"manufacturerCode":null,"disableDefaultResponse":true}) failed (Error: Timeout - 43235 - 1 - 12 - 6 - 7 after 6000ms) ```