-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Bug]: Motion Notifications Not Working in Home App #195
Comments
In Home App, if you go into camera setting and then notification, what is configured ? |
This can be an artifact, can you clear cache accessory for the one which are videostreaming device ? Use the |
So:-
Tested, doesn't work. Eufy app give me a push notification, Home app does not. The motion detection still shows this in logs:- [8/24/2021, 4:05:05 PM] [homebridge-eufy-security] This plugin generated a warning from the characteristic 'Motion Detected': Characteristic not in required or optional characteristic section for service CameraOperatingMode. Adding anyway.. See https://git.io/JtMGR for more info. Prior to clearing the cache and restarting homebridge, I do have this in the logs:- [8/24/2021, 4:00:54 PM] [EufySecurity] Push Closed! Not sure if related, but it seems like an isolated occurrence. |
Debug log for when testing motion [2021-08-24T15:19:15.154Z] DEBUG: ef/35400 on v1.0.0-rc.3: Doorbell Property Changes: -- personDetected { value: true, timestamp: 1629818356570 } |
### Added - Better debug output for UI and BACKEND ### Fixed - Fixing #195
Found the issue. Can you test and confirm it's fixed on rc4 ? |
Regretfully not. Cleared the cache, rechecked the camera. Turned notifications on. Eufy app sends motion notification, Home App does not. Streaming, HomePod chimes and doorbell presses, as well as alarm system status changes all trigger notifications successfully.
` |
can you try on rc6 ? |
Motion detection is fixed! Slightly delayed (used to trigger almost instantly with the Eufy notification) by about 10-20 seconds. Unfortunately, streaming seems to have become very unreliable, rarely streaming and getting stuck on the Eufy logo. This used to be really reliable and very quick. There doesn't seem to be anything in the logs that would indicate a problem. Leaving the camera to stream (if and when it starts) results in the camera going offline after 10-20 seconds. I know a lot of people reported streaming issues, but I've not really had them previously (we have a very good internet connection). EDIT: streaming definitely broken. Cleared cache, ran set up again, cannot get past white Eufy Security splash screen. Eventually get "no response" screen from camera, even though it will grab snapshots no problem. EDIT2: Cannot stream from https://mysecurity.eufylife.com/#/camera, so possibly an issue there right now. |
Thanks for your feedback, livestream is highly depending of Eufy Security Cloud and your ISP. Until, we found a solution to get the stream locally, we've to deal with. Closing the case since the issue is fixed. |
* Fix workflow * Fix workflow * Fix workflow * Fix workflow * Fix issue when guest account is shared with one device acting as hub and device * [DEV] 0.3.8 * Fix security issue from a lib * [DEV] 0.3.9 * Smart Lock Implementation but eufy security lib doesn't implement the ability to action the lock * [DEV] 0.3.10 * Create codeql-analysis.yml * Push notification handling * Fix typing * Fix function name * [DEV] 0.3.11 * Create dev_codeql-analysis.yml * Cleanning code * Boolean feedback * [DEV] 0.3.12 * SmartLock more debug and more lock scenario * [DEV] 0.3.13 * Fix SmartLock * Fix SmartLock * Fix SmartLock * [DEV] 0.3.14 * Update package.json * Create README.md * Update README.md * Implement new UI for settings and ability to use Eufy Account with OTP * [DEV] 0.3.15 * Fix config value which are set to string format instead of integer and can cause issue in alarm mapping * Missing one parameter if you want to custom arming mode * [DEV] 0.3.16 * Fix default value * Implemented on dev branch * Avoiding build and check if it's concerning md file * Avoid to go further if we're not able to connect first * Fix lint error * Fix lint error * Fix lint erro * Removing the disarmed config since it's was conflicting with the off one * [DEV] 0.3.17 * Doorbell is a camera device and should be herited from the camera object. * Fixing the issue #144 Forcing Disarmed(63) instead of Off (6) Using the StatusLowBattery instead of the level one * Fixing the method availability * Fix lint issue * Removing extra debug * [DEV] 0.3.18 * Ignoring Hub or Device through config including the wizard * fix const * [DEV] 0.3.19 * Update dev_npm_publish.yml * Update dev_npm_publish.yml * Fixing the issue of duplicate when sharing only one device without the station * Migration to homebridge 1.3.4 Fix issue * Fix issue * Fix eslint issue * [DEV] 0.3.20 * Fix issue on the first time user run the wizard * [DEV] 0.3.21 * Improving debug * [DEV] 0.3.22 * Better handling device acting as station Testing the PR for push notification on Lock device * Fix comma for lint issue * [DEV] 0.3.23 * [DEV] 0.3.24 * Trying to fix issue #158 * [DEV] 0.3.25 * Avoiding exception throw on Camera Device Handling device flagged as station but aren't (half functionnality available) * [DEV] 0.3.26 * Displaying the plugin version in log Removing debug log which display too much information * Fix lint issue * [DEV] 0.3.27 * Fix issue on single device without station Fix typo * Fix lint issue * [DEV] 0.3.28 * Update README.md * Changing supported version on node and homebridge as per recommendation from homebridge team * Fix supported version * Fix issue reported by @donavanbecker * [DEV] 0.3.29 * Fix issue while first onboarding * [DEV] 0.3.30 * Upgrading the lib dep Wrong debug message * Fixing issue on ci workflow * [DEV] 0.3.31 * Increase compatibility with new devices * [DEV] 0.3.32 * [DEV] 0.3.33 * Update CHANGELOG.md * Renaming convention * [BETA] 0.3.34 * Delete codeql-analysis.yml * Create test.yml * Update package.json * Update README.md * Splitting the UI into distinct file * Delete test.yml * Revert * Switching to beta branch * [BETA] 0.3.35 * [BETA] 0.3.36 * Create publish_release.yml * Update publish_release.yml * Update and rename publish_release.yml to next_publish_release.yml * Update next_publish_release.yml * Rename next_publish_release.yml to publish_release.yml * [RC] 1.0.0-rc.0 * Update publish_release.yml * Update CHANGELOG.md * Update publish_release.yml * Updating dep lib * Updating dep lib * [rc] 1.0.0-rc.1 * [latest] 1.0.0-latest.0 * Update publish_release.yml * [latest] 1.0.0-rc.0 * [latest] 1.0.0-rc.1 * Update publish_release.yml * [latest] 1.0.0-rc.2 * Create UnPublish.yml * Delete UnPublish.yml * Update CHANGELOG.md * Update lib * Fixing issue #190 As per @bropat notice, we need to clean function reference which will be deprecated soon (bropat/eufy-security-client#40) * Displaying error if no station nor devices has been retreive * Update CHANGELOG.md * As per @bropat notice, we need to clean function reference which will be deprecated soon (bropat/eufy-security-client#40) * Removing duplicate code * Improve debug when dealing with multiple station * Update dependency * [rc] 1.0.0-rc.3 * - Better debug output for UI and BACKEND - Fixing #195 * Lint issue * Lint issue * [rc] 1.0.0-rc.4 * Improving Debug enabling options, Insame available only while setting to 2 in Config json * Trying to fix #185 * [rc] 1.0.0-rc.5 * Fix #195 * Update npm lib * [rc] 1.0.0-rc.6 * Update npm lib * Clean useless lib call * Rewriting Arming/Alarm Event for Station #197 * [rc] 1.0.0-rc.7 * Working on FFMPEG * Enable audio * Clean useless dep * Clean useless reference * Update CHANGELOG.md * [rc] 1.0.0-rc.8 * Cleaning Ignored Devices which was already exist * Update publish_release.yml * Avoiding issue on IgnoreDevice while switching eufy account When snapshot isn't available instead of trow an error, warn and display a message in HomeKit * Fix UI glitch * [rc] 1.0.0-rc.9 * On certains conditions, the resync green button can disapear Fixing the event type 6 trigger when off is triggered by keypad or Off on the Eufy App * [rc] 1.0.0-rc.10 * Better cleaning cached devices which no longer exist Export Interface into dedicated file * Fix issue on the ignore list Better clean cached devices * Update publish_release.yml * [rc] 1.0.0-rc.11 * Update publish_release.yml * As per FFMPEG team, libfacc has been removed since 2016. I can see on the log that this was creating a lot issue while streaming. Switching for the supported one. * [rc] 1.0.0-rc.12 * [rc] 1.0.0-rc.13 * Lib update * Fix * - Update lib + Removing debug parameter * Update CHANGELOG.md * Reflecting homebridge branding guidelines
What happened?
RC3 - despite no errors and everything being set up correctly, so far as I can see, the home app on iOS or Mac will not register motion and trigger a notification. The Eufy app does and works. Ring notifications and streaming are working fine.
EDIT: Normal logging level shows this error: [8/24/2021, 7:11:35 AM] [homebridge-eufy-security] This plugin generated a warning from the characteristic 'Motion Detected': Characteristic not in required or optional characteristic section for service CameraOperatingMode. Adding anyway.. See https://git.io/JtMGR for more info.
Plugin Version
v1.0.x (Supported)
HomeBridge Version
v1.3.x (Supported)
NodeJS Version
v14 (Supported)
Operating System
Mac OS X
Relevant log output
The text was updated successfully, but these errors were encountered: