You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
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.
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-tami4is 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 LampFilterMaintenanceservices (replacement-date based, mirrors the data model of the official Home Assistant Tami4 integration).registerPlatform(..., tami4Platform). Plugin is dormant unlessconfig.refreshTokenis populated (early-return at top of constructor if no token, see index.js).^22.10.0 || ^24.0.0. Homebridge engines:^1.8.0 || ^2.0.0.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.node-persistv3 inapi.user.persistPath()/../tami4-persist. Stores refresh token + cached mainPage payload.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 forhomebridge-onkyo-pioneeris currently open at Verification Request: homebridge-onkyo-pioneer #1041.Thanks for considering.