Hi everyone.
I purchased a few of the sonoff usb plug model zbmicro to control when my cameras charge (like while the sun is shining) instead of charging all the time. The cameras I am charging with this setup only needs 3-4 hours of sun a day to charge to 100%. They are solar cameras buuuuut, I am not using the small solar panel that came with it.
So, my 18v 35w solar panel feeds my 12v 20a solar controller (it provides power for mesh router and usb plug zigbee repeater), 10a bms with 8ah lithium battery, usb power outlet (sonoff with built in repeater), a wifi mesh router, 2 cameras (one pointed fixed and another ptz facing the other way, a self contained motion solar light mounted to the pole.
All this is mounted in a outdoor box originally made for a solar water pump. The box had 8ah lithium battery with a 10a bms, 3 leds, a switch, 2 cord grips, and a controller board. I tried to use the well pump solar controller but the parameters built into it, are not conducive to this particular situation. I programmed my solar controller to 14.6v max cutoff, 11.7 re-power output, and 11.4 cutout voltage. My lithium battery likes this setup so far. I would have used lifepo4 but the battery that came in the box is a lithium-ion battery with bms, so I left it in there.
Front
Back
And inside
I am using the zigbee- sonoff generic relays/outlets driver
- application: 10
- driver: v1.09 (7th December 2023)
- firmwareMT: 1286-0007-00001004
- inClusters: 0000,0003,0006,FC57,FC11
- manufacturer: SONOFF
- model: ZBMicro
- outClusters: 0003,0019
- profileId: 0104
- softwareBuild: 1.0.4
Here is the log
dev:3452024-12-11 10:25:44.423 PMwarnUSB Power For Rear Camera : New unknown Cluster0005 Detected: [raw:catchall: 0000 0005 00 00 0040 00 A39D 00 00 0000 00 00 0F0000, profileId:0000, clusterId:0005, clusterInt:5, sourceEndpoint:00, destinationEndpoint:00, options:0040, messageType:00, dni:A39D, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:00, direction:00, data:[0F, 00, 00], cluster:0005]
dev:3452024-12-11 10:25:41.223 PMwarnUSB Power For Rear Camera : New unknown Cluster0005 Detected: [raw:catchall: 0000 0005 00 00 0040 00 A39D 00 00 0000 00 00 0E0000, profileId:0000, clusterId:0005, clusterInt:5, sourceEndpoint:00, destinationEndpoint:00, options:0040, messageType:00, dni:A39D, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:00, direction:00, data:[0E, 00, 00], cluster:0005]
dev:3452024-12-11 10:25:37.963 PMwarnUSB Power For Rear Camera : New unknown Cluster0005 Detected: [raw:catchall: 0000 0005 00 00 0040 00 A39D 00 00 0000 00 00 0D0000, profileId:0000, clusterId:0005, clusterInt:5, sourceEndpoint:00, destinationEndpoint:00, options:0040, messageType:00, dni:A39D, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:00, direction:00, data:[0D, 00, 00], cluster:0005]
dev:3452024-12-11 10:25:22.494 PMwarnUSB Power For Rear Camera : New unknown Cluster0005 Detected: [raw:catchall: 0000 0005 00 00 0040 00 A39D 00 00 0000 00 00 0C0000, profileId:0000, clusterId:0005, clusterInt:5, sourceEndpoint:00, destinationEndpoint:00, options:0040, messageType:00, dni:A39D, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:00, direction:00, data:[0C, 00, 00], cluster:0005]
dev:3452024-12-11 10:25:05.756 PMwarnUSB Power For Rear Camera : New unknown Cluster0005 Detected: [raw:catchall: 0000 0005 00 00 0040 00 A39D 00 00 0000 00 00 0B0000, profileId:0000, clusterId:0005, clusterInt:5, sourceEndpoint:00, destinationEndpoint:00, options:0040, messageType:00, dni:A39D, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:00, direction:00, data:[0B, 00, 00], cluster:0005]
dev:3452024-12-11 10:24:49.077 PMwarnUSB Power For Rear Camera : New unknown Cluster0005 Detected: [raw:catchall: 0000 0005 00 00 0040 00 A39D 00 00 0000 00 00 0A0000, profileId:0000, clusterId:0005, clusterInt:5, sourceEndpoint:00, destinationEndpoint:00, options:0040, messageType:00, dni:A39D, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:00, direction:00, data:[0A, 00, 00], cluster:0005]
dev:3452024-12-11 10:24:45.956 PMwarnUSB Power For Rear Camera : New unknown Cluster0005 Detected: [raw:catchall: 0000 0005 00 00 0040 00 A39D 00 00 0000 00 00 090000, profileId:0000, clusterId:0005, clusterInt:5, sourceEndpoint:00, destinationEndpoint:00, options:0040, messageType:00, dni:A39D, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:00, direction:00, data:[09, 00, 00], cluster:0005]
As you can see, I get a lot of messages from them and they fall off the network often, even with the wifi router turned off or on, the sonoff device does the same.
Thanks for the help..