Welcome to Smart Home Forum by FIBARO
Dear Guest,
as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.
As a member you can:
- Start new topics and reply to others
- Follow topics and users to get email updates
- Get your own profile page and make new friends
- Send personal messages
- ... and learn a lot about our system!
Regards,
Smart Home Forum by FIBARO Team
Search the Community
Showing results for tags 'modbus'.
-
I need to send commands to a Modbus router to turn on a thermostat. I've heard that the commands need to be sent in hexadecimal format, as shown in this example I found online: function QuickApp:turnOn() comand = string.char(0x00,0x01,0x00,0x00,0x00,0x06,0x01,0x06,0x00,0x64,0x00,0x01); self:send(comand) -- sending data to the device. In a normal implementation it will be a code with an appropriate command. self:updateProperty("value", true) end But how can I know how to encript the commands I want in this format, I mean, how many characters it needs to be, in what order, etc. I can't find any info online so any help is appreciated. Thx.
-
Hello! Can anybody help, please? I am looking for a way how to send a Modbus command - Preset Single Register to a Komfovent recuperation unit to change the function/Register number 5 (Current mode of ventilation) to 4 (Boost). Please see the attached Modbus communication codes from Komfovent. I would like to use this command when the movement is registered in the toilet or other places. Thanks a lot! C6_MODBUS_EN.pdf
-
-
-
-
-
- bms
- canbus bms
- (and 4 more)
-
Version 1.0.0
53 downloads
VD - Switch CCGX Relais .lua A VD that can switch the AC-Out2 relais of the Victron inverter One can not directly switch the Quattro relais, therefore I used the “Venus GX Relais 2” (currently NOT used) and connected it to the contacts of the “AUX inputs of the Quattro inverter and you have to install an assistant on the Quattro to do the final switching o the Relays.-
- victron
- modbus tcp
-
(and 6 more)
Tagged with:
-
Hi Do the somebody try to connect fibaro with PLC. Example with modbus. If yes how to do this.