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-tuya-petfeeder-f14w

v0.0.2

Published

Il dispenser di crocchette di cui il tuo gatto non aveva bisogno: Implementazione base di un dispenser F14W basato su App Tuya Smart Life. | The kibble dispenser your cat didn't need: Basic implementation of an F14W dispenser based on Tuya Smart Life App.

Downloads

133

Readme

Homebridge Tuya Pet Feeder F14W

Il dispenser di crocchette di cui il tuo gatto non aveva bisogno: Implementazione base di un dispenser F14W basato su App Tuya Smart Life.

The kibble dispenser your cat didn't need: Basic implementation of an F14W dispenser based on Tuya Smart Life App.

Caratteristiche | Features

  • 🔄 Porzione singola | Single feed control
  • 🔁 Porzioni multiple configurabili (1-10) | Multiple feed with configurable portions (1-10)
  • ⏱️ Tempo di attesa configurabile tra le porzioni (5-30s) | Configurable wait time between portions (5-30s)
  • 🌍 Supporto multilingua (IT/EN) | Multi-language support (IT/EN)
  • 🌐 Supporto per diverse regioni Tuya | Support for different Tuya regions

Installazione | Installation

npm install -g homebridge-tuya-petfeeder-f14w

Configurazione | Configuration

Aggiungi questo al tuo file config.json di Homebridge | Add this to your Homebridge config.json:

{
    "platforms": [
        {
            "platform": "TuyaPetFeederF14W",
            "name": "Pet Feeder F14W",
            "accessKey": "YOUR_TUYA_ACCESS_KEY",
            "secretKey": "YOUR_TUYA_SECRET_KEY",
            "countryCode": 39,
            "language": "it",
            "portions": 2,
            "waitTime": 5
        }
    ]
}

Parametri di Configurazione | Configuration Parameters

  • accessKey: La tua Tuya IoT Access Key | Your Tuya IoT Access Key
  • secretKey: La tua Tuya IoT Secret Key | Your Tuya IoT Secret Key
  • countryCode: Il tuo country code (es. 39 per Italia, 1 per USA) | Your country code (e.g., 39 for Italy, 1 for USA)
  • language: Lingua dell'interfaccia ("it" o "en") | Interface language ("it" or "en")
  • portions: Numero di porzioni per l'alimentazione multipla (1-10) | Number of portions for multiple feed (1-10)
  • waitTime: Tempo di attesa tra le porzioni in secondi (5-30) | Wait time between portions in seconds (5-30)

Country Codes Supportati | Supported Country Codes

  • 🇮🇹 Italia (39) - Region: EU
  • 🇫🇷 Francia (33) - Region: EU
  • 🇪🇸 Spagna (34) - Region: EU
  • 🇩🇪 Germania (49) - Region: EU
  • 🇬🇧 Regno Unito (44) - Region: EU
  • 🇳🇱 Paesi Bassi (31) - Region: EU
  • 🇷🇺 Russia (7) - Region: EU
  • 🇺🇦 Ucraina (380) - Region: EU
  • 🇺🇸 USA (1) - Region: US
  • 🇲🇽 Messico (52) - Region: US
  • 🇧🇷 Brasile (55) - Region: US
  • 🇨🇳 Cina (86) - Region: CN
  • 🇮🇳 India (91) - Region: IN
  • 🇰🇷 Corea del Sud (82) - Region: KR
  • 🇯🇵 Giappone (81) - Region: JP

Come Ottenere le Chiavi Tuya | How to Get Tuya Keys

  1. Crea un account su Tuya IoT Platform
  2. Crea un nuovo progetto Cloud
  3. Vai su "Cloud" -> "Development" -> "Project" per trovare le tue chiavi
  4. Usa l'Access Key e la Secret Key nel file di configurazione

Supporto | Support

Per bug e richieste di funzionalità, apri una issue su GitHub. For bugs and feature requests, please open an issue on GitHub.