homebridge-govee
homebridge-govee copied to clipboard
TempReporting not working, log reporting ad nauseam
What issue do you have? Please be as thorough and explicit as possible.
I just installed the plugin and had my 2 heaters load automatically, but the plugin loggin was constantly throwing warnings that "tempReporting" should be set to true. I'm using HOOBS interface, and that isn't an option for automatically loaded devices. So, I manually added them and turned the setting on. Now it's still running with it as false and the warning is still logging (though now every minute instead of every few seconds).
Details of your setup.
-
Do you use (1) Homebridge UI-X (2) Homebridge CLI or (3) HOOBS? HOOBS, running the latest.
-
Which version of Homebridge/HOOBS do you have?
-
Which platform do you run Homebridge/HOOBS on (e.g. Raspberry Pi/Windows/HOOBS Box)? Please also mention your version of Node.js/NPM if known.
Box, see screenshot.
- Which version of this plugin (homebridge-govee) do you have? Has the issue started since upgrading from a previous version?
10.3.0, new install.
- Which Govee devices do you have that are causing issues? Please include product models if applicable. 2 Smart Heaters, product model H7130
Please paste any relevant logs below.
See screenshots.
Any luck here?
Any luck here?
Unfortunately not, @wdimondi. I'm stilling getting logs for each device every minute.
@bwp91 Appreciate the update, but unfortunately even after updating I'm still having this same issue.
reopening 😃
In this case most likely the device id is written wrong in the config, please make sure to use the device ID as shown in the hoobs log from the line
[Device] initialised with id [XXX]
this is 23 characters long (including the colons) in the form
XX:XX:XX:XX:XX:XX:XX:XX
@bwp91 The config for each device is already correct. The device functions in HomeKit and there don't seem to be any issues there, but the logging in HOOBS is nonstop as mentioned. The devices are space heaters (H7130), but for some reason they appear in the Home app as fans and don't show the temperature—perhaps there's something wrong with how these devices are handled in your code?