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

Error loading plugin #165

Closed
Breaveheard opened this issue Jul 28, 2021 · 7 comments
Closed

Error loading plugin #165

Breaveheard opened this issue Jul 28, 2021 · 7 comments
Assignees

Comments

@Breaveheard
Copy link

I do face the following error with a fresh homebridge installation on raspbian

A50B6D64-8186-42B1-BBB2-61F53DDF955E
76AA6B24-41DD-4D6D-A2F5-8216F0A738A0
7B6D9370-98B1-4AC6-8EF2-A9EB2F65B2BB

@KGrunwa
Copy link

KGrunwa commented Jul 29, 2021

Hey get the same .... My installation runs on a docker container.... fresh installation same error...tryed a lot but always the same issue.
Hope we get a fix.....

@marcsowen marcsowen self-assigned this Jul 29, 2021
@marcsowen
Copy link
Owner

This is an issue with newer versions of node-fetch. See:

node-fetch/node-fetch#1226

I'll try to fix that.

@KGrunwa
Copy link

KGrunwa commented Jul 29, 2021 via email

@marcsowen
Copy link
Owner

I have released version 0.5.1 which is forcing the old node-fetch version until the issue is fixed on node-fetch side. Can you try if this works? Be sure that version 0.5.1 of homebridge-homematicip is displayed while loading.

@KGrunwa
Copy link

KGrunwa commented Jul 29, 2021 via email

@marcsowen
Copy link
Owner

Hi,

Device not implemented: HMIP-WRC2 - Wandtaster via type PUSH_BUTTON
Device not implemented: HmIP-WRC6 - Wandtaster - 6-fach via type PUSH_BUTTON_6
Device not implemented: HmIP-HAP - HOME_CONTROL_ACCESS_POINT via type HOME_CONTROL_ACCESS_POINT

These warnings are perfectly normal. They are not supported as separate HomeKit-Devices. This seems like a bug especially for HOME_CONTROL_ACCESS_POINT, but it just means that you cannot see this a device you can control in your Home app. Of course the access point is used anyway to transmit the commands.

This plugin generated a warning from the characteristic 'Target Temperature': characteristic was supplied illegal value: number 5 exceeded minimum of 10.

Also just a warning. The HomeKit-Library I use warns if numbers are out of range. Actually it seems a little odd, that you want to set the target temperature below 10 degrees celsius. Most devices won't accept temperatures lower than ~16 degrees. Where did you set it?

Everything probably runs just fine. Just ignore the warnings. :)

@KGrunwa
Copy link

KGrunwa commented Jul 29, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants