OpenHAP::Tasmota::Thermostat(3p) Perl Library Manual OpenHAP::Tasmota::Thermostat(3p)

OpenHAP::Tasmota::Thermostat - Tasmota thermostat HAP accessory

    use OpenHAP::Tasmota::Thermostat;
    my $thermostat = OpenHAP::Tasmota::Thermostat->new(
        aid => 2,
        name => 'Bedroom Thermostat',
        mqtt_topic => 'tasmota_AABBCC',
        mqtt_client => $mqtt,
    );

This module implements a HAP thermostat accessory for Tasmota devices with temperature sensor and relay control.

spec/MQTT-Control.md, spec/MQTT-State.md

2026-07-27 OpenBSD