ScratMan / HASmartThermostat

Smart Thermostat with PID controller for HomeAssistant
352 stars 50 forks source link

dual PID #141

Closed jimdycol closed 1 year ago

jimdycol commented 1 year ago

j'ai besoin de deux boucles PID, est il possible de créer 2 entités indépendantes ?

Merci de votre aide

Jimmy

Chupaka commented 1 year ago

Sure it's possible. What's the problem?


climate:
  - platform: smart_thermostat
    name: Thermostat 1
    <parameters here>

  - platform: smart_thermostat
    name: Thermostat 2
    <parameters here>