Franck Nijhof ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00

1.4 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release
page Salda Smarty 2X/3X/4X P/V Ventilation Instructions on how to integrate Salda Smarty 2X/3X/4X P/V ventilation systems into Home Assistant. 2019-02-25 20:00 true false true true salda.png
Hub
Fan
Sensor
0.95

The smarty integration lets you control Salda Smarty ventilation units from Home Assistant. You need a MB-GATEWAY or something similar to connect to your local network.

There is currently support for the following device types within Home Assistant:

  • Fan
  • Sensor

The integration has a fan platform to view and control the ventilation speed, and a sensors platform to read:

  • Outdoor air temperature
  • Extract air temperature
  • Supply air temperature
  • Extract fan speed rpm
  • Supply fan speed rpm
  • Alarm
  • Warning
  • Filter Change Timer

Configuration

To set it up, add the following information to your configuration.yaml file:

smarty:
  host: 192.168.0.10

{% configuration %} host: description: The IP Address of the unit. required: true type: string name: description: The name of this device as you want to see it in Home Assistant. required: false default: Smarty type: string {% endconfiguration %}