Skip to content
/ vtr200b Public

Simple control of systemair VTR200/B via modbus directly to HA.

License

Notifications You must be signed in to change notification settings

os11k/vtr200b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vtr200b

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

This particular project is for Systemair units with old displays featuring a wheel, as shown in this photo:

Credits to Ztaeyn I used his project as a template for this one, even for this README, lol.

With this, you can currently:

  • Change operation mode (Low speed, Normal speed, High speed)
  • Set the desired temperature on the VTR thermostat.
  • View alarm status and filter replacement countdown.

Sources:

NOTE: The addresses have an offset of -1 compared to the VTR user manual above.

My Control Panel is very simple, and the code is in this repository under the user_interface folder.

Hardware required (for my setup): A Modbus TCP converter. I use the Waveshare RS485 PoE. https://www.waveshare.com/wiki/RS485_TO_ETH_(B)

How to install this:

  • Copy the packages folder to your HA installation folder and modify configuration.yaml to include this part:
homeassistant:
  packages: !include_dir_named packages
  • Modify vtr200b.yaml with your working Modbus settings.
  • Verify that HA configuration is OK and reboot.
  • Copy my HA UI card layouts if you'd like.

How to configure RS485 PoE:

I found this video very useful for configuring RS485 PoE; it was not so straightforward, at least for me:

Wiring(green - ground, blue - B, blue/white - A):

My settings that work for my vtr200b:

About

Simple control of systemair VTR200/B via modbus directly to HA.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published