Skip to content

Verification Request: homebridge-tami4 #1042

@nitaybz

Description

@nitaybz

Plugin Name

homebridge-tami4

Link To GitHub Repo

https://github.com/nitaybz/homebridge-tami4

Plugin Icon (Optional)

No icon submitted at this time.

The plugin does not offer the same nor less functionality than that of any existing verified plugin.

🟢 Yes

The plugin successfully installs and does not start unless it is configured.

🟢 Yes

The plugin does not require the user to run Homebridge in a TTY or with non-standard startup parameters, even for initial configuration.

🟢 Yes

The plugin does not contain any analytics or calls that enable you to track the user.

🟢 Yes

If the plugin needs to write files to disk (cache, keys, etc.), it stores them inside the Homebridge storage directory.

🟢 Yes

The plugin does not throw unhandled exceptions, the plugin must catch and log its own errors.

🟢 Yes

More Information

homebridge-tami4 is a dynamic-platform Homebridge plugin that integrates the Strauss Tami4 Edge / Edge+ smart water bar. It exposes a Boil Water switch, every personal drink defined in the Tami4 mobile app as its own momentary switch, plus Water Filter and UV Lamp FilterMaintenance services (replacement-date based, mirrors the data model of the official Home Assistant Tami4 integration).

  • Dynamic platform: registerPlatform(..., tami4Platform). Plugin is dormant unless config.refreshToken is populated (early-return at top of constructor if no token, see index.js).
  • Node engines: ^22.10.0 || ^24.0.0. Homebridge engines: ^1.8.0 || ^2.0.0.
  • Config GUI: config.schema.json + custom UI server (homebridge-ui/server.js) that handles the Strauss OTP login (phone → SMS code → refresh token) entirely in the Homebridge plugin settings page. No CLI, no Puppeteer, no Chromium dependency.
  • Persistence: node-persist v3 in api.user.persistPath()/../tami4-persist. Stores refresh token + cached mainPage payload.
  • No analytics, no post-install scripts, no TTY requirement.
  • GitHub Releases are created for every published version. Latest is v1.4.2.
  • Other plugins by the same author already verified by Homebridge: homebridge-cool-automation, homebridge-delay-switch, homebridge-dolphin, homebridge-network-presence, homebridge-sensibo-ac, homebridge-switcher-platform, homebridge-tadiran-ac, homebridge-yamaha-receiver. Verification request for homebridge-onkyo-pioneer is currently open at Verification Request: homebridge-onkyo-pioneer #1041.

Thanks for considering.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions