Issue Posting - jvmahon/Homebridge-HomeSeer4 GitHub Wiki
Please don't report issues on the HomeSeer forum. They will likely get overlooked! Please use github issue reporting.
When posting an issue on the github page, please . . .
-
Identify which platform you are using (Linux or Windows).
-
Confirm that you are using the latest version of the plugin and state that in your issue report. To do this, enter:
npm -g list --depth=0
- Confirm which version of node you are using and include that in your issue report. To do this, enter:
node -v
-
Post your config.json file (or at least the entries for the device at issue).
-
In the case of a crash, please include any crash report information displayed on your homebridge computer.
-
If the issue is a device operating improperly (as opposed to a crash), please observe the HomeSeer Log page (visible from the HomeSeer [View] -> [Log] menu) as you control the device from HomeKit and include in your report any error messages or warnings that you see. Please provide a description of what you were doing when the error message was generated.
-
Are you running the homebridge-homeseer4 plugin as your only homebridge 'platform', or are you also using other 'platforms' - if so, before reporting an issue, please try setting up homebridge with homebridge-homeseer4 as your only 'platform'; to do this, backup your config.json (so you can later restore it), and then edit config.json to remove all other platforms.