Skip to content

Releases: rudybrian/GreenBeanify

v0.1.0 - First major release

28 Jan 00:11
Compare
Choose a tag to compare
Pre-release

Initial major release of GreenBeanify

Major features

  • Simple web interface to discover and view your appliance data while developing.
  • HTTP GET interface supports JSON, text and numeric data formatting that lets you use the data in whatever way you need.
  • HTTP POST callbacks send specific subscription updates in JSON to the location of your choosing.

Known issues

  • Only supports laundry (clothes washer and clothes dryer) appliances as of this release.
  • The output is fairly verbose so be aware of file sizes if the output is dumped to a file.
  • Due to limitations of the current gea-adaptor-usb, a single GreenBeanify instance can only manage a single connected Green Bean on a Node.js host. Multiple appliances will require an equivalent number of Green Beans and GreenBeanify instances (one-to-one).
  • For unknown reasons the applianceType.read() function doesn't work, so type will always be shown as "Unknown".