npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

homebridge-tami4

v1.3.1

Published

Homebridge Plugin for Tami4 Edge+ Device (Water Purifier)

Downloads

32

Readme

homebridge-tami4

Downloads Version

Homebridge plugin for Tami4 Edge+ device (Water Purifier).

Requirements

   

check with: node -v & homebridge -V and update if needed

Installation

This plugin can be easily installed and configured through Homebridge/Hoobs UI.

**To use this plugin you must provide initial ** refreshToken ** which can be obtain ~~in 2 different ways~~ only through homebridge UI:

  1. Using Homebridge config UI version, you can obtain refreshToken easily through the plugin settings and fill all the needed configuration.

~~2. After installing the plugin, open the terminal and run the command: tami4-extract. follow the instructions to get the token & imei.~~

* All methods require to have your phone (the one that was signed in to Tami4 Edge app)


  1. Install homebridge using: sudo npm install -g homebridge --unsafe-perm
  2. Install this plugin using: sudo npm install -g homebridge-tami4
  3. ~~Run the command tami4-extract in terminal and follow instructions to extract token and imei.~~
  4. Update your configuration file. See config-sample.json in this repository for a sample.

* install from git: sudo npm install -g git+https://github.com/nitaybz/homebridge-tami4.git

Config file

"platforms": [
    {
      "platform": "Tami4",
      "refreshToken": "XXX",
      "lighting": true,
      "pushAndDrink": false,
      "nightMode": false,
      "energySaveMode": false,
      "smartHeatingMode": false,
      "buttonsSound": false,
      "statePollingInterval": 300,
      "debug": true,
    }
]

HomeKit Features

All Features in HomeKit are identical (in the name of the switch as well) to the capabilities of Tami4 Edge app. if you don't understand one of the features, use your Tami4 Edge device manual to read more about that capability.

Issues & Debug

I can't control the device, it always goes to previous state

Check the internet connection and that you can control the device from Tami4 Edge app. If that doesn't help, turn on debug logs in the plugin settings and look for errors.

others

If you experience any issues with the plugins please refer to the Issues tab and check if your issue is already described there, if it doesn't, please create a new issue with as much detailed information as you can give (logs are crucial).

if you want to even speed up the process, you can add "debug": true to your config, which will give me more details on the logs and speed up fixing the issue.


Credits

Much of the credit belongs to @leo212 for his first implementation and integration with the Tami4 Edge devices in his Smarthings plugin

Support homebridge-tami4

homebridge-tami4 is a free plugin under the GNU license. it was developed as a contribution to the homebridge/hoobs community with lots of love and thoughts. Creating and maintaining Homebridge plugins consume a lot of time and effort and if you would like to share your appreciation, feel free to "Star" or donate.