Ztaeyn / HomeAssistant-VTR-Modbus

Simple control of Systemair VTR(300) via modbus directly to HA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HomeAssistant-VTR-Modbus

Simple control of Systemair VTR(300) via modbus TCP (Wifi) directly to HA.

Credits to GMTrevis who created the original code for Home Assistant, and then improved it for use via Node-Red. The Node Red version has full control of the VTR, but I had issues where it overloaded my Node-Red. I found his incomplete Home Assistant code, and am working on filling it out for my own experiences.

And a big thanks to cmragnar who branched off and created a package out of this, which I'm now merging in and will continue fixing on that instead.

With this you currently can:

  • Change operation Modes, Auto, Low/medium/high, Crowded/Party, Refresh/Boost, Away, Vacation. Stop seems to need a look at.
  • Set duration setpoint for Away, Vacation, Boost/Refresh and Crowded/Party
  • See alarm status and filter replacement countdown, and adjust the filter countdown.
  • Etc
  • See alarm status and filter replacement countdown.
  • Set wanted temperature on the VTR thermostat.
  • Create automations your own automations using the above.

Known Issues: See Issues Tab.

Sources:

HACS addons used:

Image of my Control Panel with full settings. A feedback check is added for Setpoints, with a comparison of the input number and the VTR sensor. Green when matching, Red when matching/waiting for sync.

For the daily driver I have an overview with room cards displaying the operational state.

With the room having a stripped down setup, linking via Config to the control panel.

Hardware required: (For my setup) A modbus tcp converter. I use the EW11 from Aliexpress, via Wifi. https://www.aliexpress.com/item/33036056772.html?spm=a2g0o.order_detail.0.0.2613f19cZlIBKq

How to install this:

  • Copy all my .yaml files to your HA installation folder, and modify the paths in configuration.yaml to match your personal settings if applicable.
  • Modify modbus.yaml with your working modbus settings.
  • Verify HA configuration is OK and reboot.
  • Copy my HA UI card layouts if you'd like. Take note of the dependency of some HACS addons I've used.

Files explained: User Interface/* - Copy of my HA card layout modbus.yaml - Stored in the HA root folder. Contains the system specific settings, and the modbus sensors. NOTE: The addresses has an offset of -1 compared to the VTR user manual linked. configuration.yaml - Configured paths to the various functions. I have multiple files for various things, therefore I've placed the files under folders in HA as here in github.

About

Simple control of Systemair VTR(300) via modbus directly to HA.