0.0.2 โข Published 7 months ago
homebridge-tuya-petfeeder-f14w v0.0.2
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 KeysecretKey
: La tua Tuya IoT Secret Key | Your Tuya IoT Secret KeycountryCode
: 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
- Crea un account su Tuya IoT Platform
- Crea un nuovo progetto Cloud
- Vai su "Cloud" -> "Development" -> "Project" per trovare le tue chiavi
- 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.