verified icon indicating copy to clipboard operation
verified copied to clipboard

homebridge-wattbox

Open derek-miller opened this issue 2 years ago • 5 comments

Link To GitHub Repo

https://github.com/derek-miller/homebridge-wattbox

Link To NPM Package

https://www.npmjs.com/package/homebridge-wattbox

derek-miller avatar Jul 01 '22 19:07 derek-miller

:white_check_mark: Pre-checks completed successfully.

github-actions[bot] avatar Jul 01 '22 19:07 github-actions[bot]

  • [x] - The plugin must successfully install.
  • [x] - The plugin must implement the Homebridge Plugin Settings GUI.
  • [x] - The plugin must not start unless it is configured.
  • [x] - The plugin must not execute post-install scripts that modify the user's system in any way.
  • [x] - The plugin must not contain any analytics or calls that enable you to track the user.
  • [x] - The plugin must not throw unhandled exceptions, the plugin must catch and log its own errors.
  • [x] - The plugin must be published to npm and the source code available on GitHub.
  • [x] - GitHub releases should be created for every new version of your plugin, with patch notes.
  • [x] - The plugin must run on all Active LTS versions of Node.js, at the time of writing this is Node.js v14 and v16.
  • [x] - The plugin must not require the user to run Homebridge in a TTY or with non-standard startup parameters, even for initial configuration.
  • [x] - If the plugin needs to write files to disk (cache, keys, etc.), it must store them inside the Homebridge storage directory.

[7/1/2022, 5:31:48 PM] Error: connect ECONNREFUSED 127.0.0.1:80
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)
[7/1/2022, 5:31:48 PM] Got SIGTERM, shutting down Homebridge...
[7/1/2022, 5:31:49 PM] ERR_SERVER_CLOSED: Cannot send packets on a closed mdns server!
    at MDNSServer.assertBeforeSend (/usr/local/lib/node_modules/homebridge/node_modules/@homebridge/ciao/src/MDNSServer.ts:403:13)
    at MDNSServer.sendOnAllNetworksForService (/usr/local/lib/node_modules/homebridge/node_modules/@homebridge/ciao/src/MDNSServer.ts:302:10)
    at MDNSServer.sendQueryBroadcast (/usr/local/lib/node_modules/homebridge/node_modules/@homebridge/ciao/src/MDNSServer.ts:263:26)
    at Prober.sendProbeRequest (/usr/local/lib/node_modules/homebridge/node_modules/@homebridge/ciao/src/responder/Prober.ts:165:17)
    at listOnTimeout (node:internal/timers:559:17)
    at processTimers (node:internal/timers:502:7)
[7/1/2022, 5:31:53 PM] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null
[7/1/2022, 5:31:58 PM] [HB Supervisor] Restarting Homebridge...

Comment /check to run checks again.

github-actions[bot] avatar Jul 01 '22 22:07 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Aug 01 '22 11:08 github-actions[bot]

I missed the checks comment originally. I will update the plugin and rerun the checks.

derek-miller avatar Aug 01 '22 21:08 derek-miller

/checks

derek-miller avatar Aug 06 '22 12:08 derek-miller

Congratulations! Your plugin has been verified.

You can now add the Verified by Homebridge badge to your plugin's README:

verified-by-homebridge

[![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)

Your plugin is now also eligible to display a :heart: Donate button on it's tile in the Homebridge UI. See https://github.com/oznu/homebridge-config-ui-x/wiki/Developers:-Donation-Links for instructions.

Thank you for your contribution to the Homebridge Community. https://homebridge.io

github-actions[bot] avatar Aug 29 '22 02:08 github-actions[bot]

Screenshot 2022-08-28 at 11 15 41 PM

donavanbecker avatar Aug 29 '22 04:08 donavanbecker