Skip to content
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

Presence doesn't work #59

Closed
CloneDevil opened this issue Nov 4, 2019 · 1 comment
Closed

Presence doesn't work #59

CloneDevil opened this issue Nov 4, 2019 · 1 comment
Labels
bug Something isn't working fixed in v5 This issue is been fixed in v5 question Further information is requested

Comments

@CloneDevil
Copy link

I set a few users by their MAC-address. (like "address": "AABBCC112233")

If I set 'anyone' to false, I see no sensor at all.
If I set 'anyone' to true, following error appears in the log and the anyone-Sensor is greyed out in Homekit. Users are still misssing.

[11/4/2019, 1:09:17 PM] [FritzPlatform] [INFO] Configuring accessory from cache: Anyone
(node:364) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'getHostList' of undefined
at PresenceAccessory.getStates (/homebridge/node_modules/homebridge-fritz-platform/src/accessories/presence.js:62:28)
at PresenceAccessory.getService (/homebridge/node_modules/homebridge-fritz-platform/src/accessories/presence.js:56:10)
at new PresenceAccessory (/homebridge/node_modules/homebridge-fritz-platform/src/accessories/presence.js:31:10)
at FritzPlatform._addOrConfigure (/homebridge/node_modules/homebridge-fritz-platform/src/platform.js:453:9)
at FritzPlatform.configureAccessory (/homebridge/node_modules/homebridge-fritz-platform/src/platform.js:644:14)
at listOnTimeout (internal/timers.js:531:17)
at processTimers (internal/timers.js:475:7)
(node:364) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of
an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:364) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that
are not handled will terminate the Node.js process with a non-zero exit code.

@seydx seydx added bug Something isn't working question Further information is requested labels May 4, 2020
@seydx seydx added the fixed in v5 This issue is been fixed in v5 label Oct 28, 2020
@seydx
Copy link
Owner

seydx commented Oct 28, 2020

Sorting out the issues. This issue is fixed/added in v5 (coming soon)

@seydx seydx closed this as completed Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed in v5 This issue is been fixed in v5 question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants