-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V3 camera - getting error IOTC_ER_DEVICE_REJECT_BY_WRONG_AUTH_KEY #292
Comments
Did the firmware version on the camera change? Sounds like it could be a forced firmware update.. Does setting |
EDIT: So far so good on 1.1.1 either I just needed a fresh install or that fixed it - thanks @mrlt8! Edit: streams only last a few minutes, below is what log file says. |
I not sure if it would force update, as i mentioned i haven't opened the wyze app for a very long time. Its says on v3 camera Should i update it? or should i flash with some older version? |
They started pushing forced updates without any user interaction even on modded firmware like WyzeHacks. The bridge should continue to work with all firmware versions for now, so an update isn't necessary unless there's a fix in the newer firmware. Were you able to get it to work with |
Yes i just added FRESH_DATA=true to the env and it seem work. What does this setting do ? The log now shows: So should i ignore the firmware update then? As always, thank you so much for your super fast support. |
The bridge will normally cache the data needed to connect to the camera so as to minimize the number of hits to the wyze servers. When You can try to ignore the firmware updates, but it seems like wyze will push the update whenever they want now. |
oh wait, all along i thought the camera streams are directly coming from the camera locally on the lan and nothing to do with wyze server at all. Please clarify if i am mistaken. If its still using wyze servers that would be the first thing i want to get rid off. |
We need certain things like the MAC address and ENR to connect and authenticate with each camera. We grab that from the wyze API once at start up - you should see something like Unfortunately, other users have attempted to block the cams from the wyze servers and have failed as the cams refuse to start up if they can't phone home at boot. |
Thanks for the clarification. I will have to use it for now until i find a replacement. |
I can only speak to V3s but
|
Marking this issue as resolved for now since the original issue seems to be resolved. @balajeek For the time being, you should be able to block the cameras from the WAN once they are up. @virmaior That makes sense. From what I can tell, all the wyzecams are just white-label cams that run the wyze services on top of the default software (neos, atom, etc do the same). It seems like the low level stuff like recording to SD continue to work while the tutk and rtsp streams get stuck until they can phone home. |
I have the wyze bridge running for quite some time which my frigate uses it to manage my recordings, just noticed today on frigate one of the camera was not showing, upon trouble shooting i found error in the wyze bridge log
[V3 outdoor] IOTC_ER_DEVICE_REJECT_BY_WRONG_AUTH_KEY
this error repeats every min.
I haven't opened my wyze iphone app for many months, and I opened today to check and on the app the camera streams fine.
what else i can check?
FYI: After checking the recordings, it looks it stopped recording after 4am this morning.
The text was updated successfully, but these errors were encountered: