19.02.2019, 12:53
You can use modbus proxy from scripts to write values to devices: https://forum.logicmachine.net/showthrea...53#pid1953
If you have a fixed addressing rules for multiple units you can use once script with tagged objects. By using source object address you can calculate output addresses etc.
From your profile example it looks like you need scripts anyway. Fan control bits should be exclusive, so only one mode can be set at a time.
On the other hand, if the register does not contain any usable configuration bits you can use register value as is and map it to custom values (off/low/medium/high/auto). This way you don't need additional script at least for fan control.
If you have a fixed addressing rules for multiple units you can use once script with tagged objects. By using source object address you can calculate output addresses etc.
From your profile example it looks like you need scripts anyway. Fan control bits should be exclusive, so only one mode can be set at a time.
On the other hand, if the register does not contain any usable configuration bits you can use register value as is and map it to custom values (off/low/medium/high/auto). This way you don't need additional script at least for fan control.