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

Washer off produces warnings #45

Open
CuriousGerman opened this issue Jul 12, 2021 · 3 comments
Open

Washer off produces warnings #45

CuriousGerman opened this issue Jul 12, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@CuriousGerman
Copy link

A deactivated washer produces warnings in the log caused by invalid temperatue value.

Miele WWV980

[12/07/2021, 07:58:21] [homebridge-mieleathome] This plugin generated a warning from the characteristic 'Current Temperature': characteristic was supplied illegal value: number -327.66 exceeded minimum of 0. See https://git.io/JtMGR for more info.

@QuickSander QuickSander added the enhancement New feature or request label Jul 25, 2021
@QuickSander
Copy link
Owner

QuickSander commented Jul 25, 2021

What version are you running?
I namely built in a guard to prevent this quite a while ago.
Can you describe when exactly it happens? When my washing is off the event server returns the negative number, but the plugin ignores it.

@CuriousGerman
Copy link
Author

Just updated to version 3.3.1 plugin, but still there is the warning.
Homebridge 1.3.4
Node.js: 14.17.1
Nmp: 7.17.0
At Homebridge start it appears twice, then 10 minutes later and then unpredictable.
Quote:
[26/07/2021, 00:18:02] [Miele@home] Discovered device: id: 000xxxxxxxxxxx name: Clementine , model: WWV980
[26/07/2021, 00:18:02] [Miele@home] Re-creating existing accessory with data from cache: Clementine
[26/07/2021, 00:18:02] [Miele@home] Clementine : Adding temperature sensor.
[26/07/2021, 00:18:03] [Miele@home] Clementine : Initial connection with Miele event server successfully established.
[26/07/2021, 00:18:03] [Miele@home] Clementine : Updating characteristic CurrentTemperature to -327.66.
[26/07/2021, 00:18:03] [homebridge-mieleathome] This plugin generated a warning from the characteristic 'Current Temperature': characteristic was supplied illegal value: number -327.66 exceeded minimum of 0. See https://git.io/JtMGR for more info.
[26/07/2021, 00:18:03] [homebridge-mieleathome] This plugin generated a warning from the characteristic 'Current Temperature': characteristic was supplied illegal value: number -327.66 exceeded minimum of 0. See https://git.io/JtMGR for more info.

@QuickSander
Copy link
Owner

Yes, that is understandable. I did not change anything there in the release I created yesterday.

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

No branches or pull requests

2 participants