-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Plugin Name
homebridge-tesy-heater-mqtt
Link To GitHub Repo
https://github.com/svjakrm/homebridge-tesy-heater-mqtt
Plugin Icon (Optional)
No response
The plugin does not offer the same nor less functionality than that of any existing verified plugin.
🟠 No (please explain in the more information box at the end)
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
Why this plugin supersedes homebridge-tesy-heater: The original homebridge-tesy-heater plugin is incompatible with modern Tesy Cloud devices. It uses the deprecated Tesy API v3, which no longer works with current firmware. Additionally, the original plugin relies on REST API commands that are non-functional - modern Tesy devices require MQTT protocol for real-time control. This plugin (homebridge-tesy-heater-mqtt) has been completely rewritten to support Tesy API v4 and implements the MQTT control protocol used by the official Tesy Cloud app. It's the only working solution for controlling Tesy Cloud series convectors (CN06 and newer models) through HomeKit. Key improvements: Platform architecture with automatic device discovery, multi-device support, MQTT WebSocket control, proper state synchronization, and comprehensive test coverage. The original plugin is no longer maintained and cannot control modern Tesy devices.