Does spotlight_ctl.sh work is self-hosted mode with wifi? #771
Replies: 1 comment 9 replies
-
DISCLAIMER: This works for me. I have no idea if it'll work for you. I make no statement about it's validity, but maybe gtxaspec or someone else who has done it can chime in and let us know if I'm crazy or not! I actually started digging into this a bunch last night. I have 2 floodlights (v1) and want them to be self-hosted. I noticed in spotlight_ctl.sh and notes.md that the author (gtxaspec?) showed how to turn on the spotlight. This isn't the same as the floodlight, though. It took me a bit but I finally worked out how to get these hex values to pass to echo - but I haven't worked out what they mean or why they're different per spotlight at the same values. I first did
Then I did This is gonna spit out a bunch of lines where the PID doesn't match iCamera (and that's ok - it's a forked process, that's what the These aren't what we want. Now that you see those, though, open the Wyze app on your phone/tablet/etc - and turn on the floodlight. That'll give you something that is like Those hex values are what you need to I'll try to pay attention to replies and share any info I find as well - and if I get something solid where I understand the values so they can be modified on the fly, I'll definitely share that too! Edit: Well - I wired up a mosquitto client (thanks @g8keeperzuul) and added some state for the floodlight and 👍 it seems to be working pretty well. Next to figure out the format so we can change between |
Beta Was this translation helpful? Give feedback.
-
My setup is the following: I have the wyze v3 floodlight with the camera plugged into the floodlight base for power. I have a second wyze cam v3 plugged into the spare usb slot. They're both running firmware 4.36.9.139 and using wz_mini_hacks from commit 87c9223.
I've been trying to have a way to control the floodlight/spotlight without any wyze cloud connectivity with no luck.
I am not able to use
spotlight_ctl.sh
to control the lights and the documentation isn't clear about how to get this working, seemlingly mixed with talking about usb to ethernet connection.After digging around in the issues and discussions, I was able to at least control the flood lights with the cloud app with the custom kernel.
Beta Was this translation helpful? Give feedback.
All reactions