Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smarty component documentation #8761

Merged
merged 5 commits into from Jun 18, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions source/_components/fan.smarty.markdown
@@ -0,0 +1,15 @@
--
layout: page
title: "Salda Smarty 2X/3X/4X P/V Ventilation"
description: "Instructions on how to integrate Salda Smarty 2X/3X/4X P/V ventilation systems into Home Assistant."
date: 2018-08-26 20:00
sidebar: true
comments: false
sharing: true
footer: true
logo: salda.png
ha_category: Hub
ha_release: "0.89"
---

Please see the [main component](/components/smarty) for information how to set it up.
15 changes: 15 additions & 0 deletions source/_components/sensor.smarty.markdown
@@ -0,0 +1,15 @@
--
layout: page
title: "Salda Smarty 2X/3X/4X P/V Ventilation"
description: "Instructions on how to integrate Salda Smarty 2X/3X/4X P/V ventilation systems into Home Assistant."
date: 2018-08-26 20:00
sidebar: true
comments: false
sharing: true
footer: true
logo: salda.png
ha_category: Hub
ha_release: "0.89"
---

Please see the [main component](/components/smarty) for information how to set it up.
47 changes: 47 additions & 0 deletions source/_components/smarty.markdown
@@ -0,0 +1,47 @@
---
layout: page
title: "Salda Smarty 2X/3X/4X P/V Ventilation"
description: "Instructions on how to integrate Salda Smarty 2X/3X/4X P/V ventilation systems into Home Assistant."
date: 2019-02-25 20:00
sidebar: true
comments: false
sharing: true
footer: true
logo: salda.png
ha_category: Hub
frenck marked this conversation as resolved.
Show resolved Hide resolved
ha_release: "0.89"
---

The `smarty` component lets you control Salda [Smarty](http://www.salda.lt/en/products/category/compact-counter-flow-units) ventilation units from Home Assistant. You need a [MB-GATEWAY](http://www.salda.lt/en/products/item/5637227077) or something similar to connect to your local network.

z0mbieprocess marked this conversation as resolved.
Show resolved Hide resolved
The component 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

## {% linkable_title Configuration %}

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

```yaml
smarty:
host: 192.168.0.10
name: Smarty 3X
frenck marked this conversation as resolved.
Show resolved Hide resolved
```

{% 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 %}
Binary file added source/images/supported_brands/salda.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.