Replies: 3 comments
-
Do you get any steps further regarding this configuration? I am also dealing with configuration problems, with no luck so far. |
Beta Was this translation helpful? Give feedback.
-
Same here but for the Systemair VR 700. If you find a way to get it working, please share. I'll do the same |
Beta Was this translation helpful? Give feedback.
-
Hi But it is not working for me. As I have the unit connected with wifi via a SAVE connect unit with a built in web server, I am now using that one instead. It has a kind of REST API that can be used, with register ids that is approx. as in the linked specification. |
Beta Was this translation helpful? Give feedback.
-
Hi,
has anybody already implemented a modbus interface for a Systemair VR 400 DCV?
I do not get it work. (formerly I had this interface wired to RS485-USB and fhem and it
worked) But I now would like to get it connected directly to iobroker.
Can anybody help to to configure and show output data or how to test it on the console?
What I did so far is following:
I would like to get it worked with iobroker, there it already exists the setup.
The documentation of the Systemair says as followed:
2 Transmission modes
Modbus RTU.
Supported function codes:
1: Read Coils
2: Read Discrete Input
3: Read Holding Register
4: Read Input Register
5: Write Single Coil
6: Write Single Register
15: Write Multiple Coils
16: Write Multiple Registers
3 Physical layer
Two wire RS-485.
The supported communication parameters are:
9600 Bd or 19200 Bd.
No parity, even parity or odd parity.
4 Address
Slave address 1 to 247.
The following exception codes are generated by the slave:
address or lower than the lowest address.
7 Modbus variable list
7.1 Registers for fan control
Name Register
address
R or R/W NVM Access
(Reg./Coil)
Description/remarks
REG_FAN_SPEED_LEVEL 101 R/W Y1 Reg 0: Fans off
1: Fans on low speed
2: Fans on normal speed
3: Fans on high speed
4: Auto mode
7 Modbus variable list (examples)
the fully documentation can be found here:
https://shop.systemair.com/upload/assets/MODBUS_FOR_RESIDENTIAL_D24810_USER_MANUAL_EN__A007_.PDF?03eb52f3
REG_FAN_SF_FLOW_LOW 102 R/W Y1 Reg Supply air fan speed for low speed
REG_FAN_EF_FLOW_LOW 103 R/W Y1 Reg Extract air fan speed for low speed
REG_FAN_SF_FLOW_NOM 104 R/W Y1 Reg Supply air fan speed for nominal speed
REG_FAN_EF_FLOW_NOM 105 R/W Y1 Reg Extract air fan speed for nominal speed
REG_FAN_SF_FLOW_HIGH 106 R/W Y1 Reg Supply air fan speed for high speed
REG_FAN_EF_FLOW_HIGH 107 R/W Y1 Reg Extract air fan speed for high speed
REG_FAN_FLOW_UNITS 108 R/W Y Reg 0: l/s1: m3/h
REG_FAN_SF_PWM 109 R Reg 0..100: 0-10V
REG_FAN_EF_PWM 110 R Reg 0..100: 0-10V
REG_FAN_SF_RPM 111 R Reg Rotations per minute
REG_FAN_EF_RPM 112 R Reg Rotations per minute
Beta Was this translation helpful? Give feedback.
All reactions