Logic Machine Forum
Modbus profiles examples - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: Modbus profiles examples (/showthread.php?tid=839)

Pages: 1 2 3 4


Modbus profiles examples - AEK - 15.06.2017

Hi everyone!
I woukd like to start thread, where everyone could share their json files for modbus tab of LM and HL
I will start Smile
daikin rtd-ra gateway profile in attach
daikin instruction is here


RE: Modbus profiles examples - morak - 15.06.2017

Hi
Here you can find most of  the Schneider meters which are by default in homeLYnk.

only 16 attachments per post Smile


Modbus profiles examples - ELO - 17.10.2017

(15.06.2017, 10:59)morak Wrote: Hi
Here you can find most of  the Schneider meters which are by default in homeLYnk.

only 16 attachments per post Smile


Hello, wondering if anyone has the cookbook for making json files.

Br
ELO


Sent from my iPhone using Tapatalk


RE: Modbus profiles examples - Erwin van der Zwart - 17.10.2017

Hi,

See: http://www.openrb.com/docs/modbus.htm

BR,

Erwin


RE: Modbus profiles examples (JBUS) - Gadjoken - 17.10.2017

Hello,
I would like to know if I have the possibility on this type of material (CHUBB) to recover the information on an LM or SL.
Please find enclosed the documentation provided by the manufacturer.
the JBUS addresses in the excel file must all be entered in the SL ??
BR Gadjoken.



RE: Modbus profiles examples (JBUS) - mlaudren - 20.10.2017

(17.10.2017, 09:15)Gadjoken Wrote: Hello,
I would like to know if I have the possibility on this type of material (CHUBB) to recover the information on an LM or SL.
Please find enclosed the documentation provided by the manufacturer.
the JBUS addresses in the excel file must all be entered in the SL ??
BR Gadjoken.

Hello,

You should create a new thread for this kind of question.
I didn't see mention of modbus in your documentation, so I don't think you can connect it using modbus.
But it look like it's able to communicate using RS232, which is possible with LM / SL.


RE: Modbus profiles examples - admin - 21.10.2017

JBUS and ModBus are virtually the same, you can use scripts or mapper with your device. You can test communication via RTU read test in mapper tab.


RE: Modbus profiles examples - Gadjoken - 23.10.2017

(21.10.2017, 06:05)admin Wrote: JBUS and ModBus are virtually the same, you can use scripts or mapper with your device. You can test communication via RTU read test in mapper tab.

Hello,
Thanks.
BR


RE: Modbus profiles examples - thientiti01 - 24.11.2017

(15.06.2017, 07:43)AEK Wrote: Hi everyone!
I woukd like to start thread, where everyone could share their json files for modbus tab of LM and HL
I will start Smile
daikin rtd-ra gateway profile in attach
daikin instruction is here

Hi AEK,
This .json file for all daikin's product or not ? I want to read directly modbus RTU from VRV by HL but i don't have modbus profile of daikin's . I only have Home automation interface adapter.


RE: Modbus profiles examples - AEK - 27.11.2017

(24.11.2017, 07:52)thientiti01 Wrote:
(15.06.2017, 07:43)AEK Wrote: Hi everyone!
I woukd like to start thread, where everyone could share their json files for modbus tab of LM and HL
I will start Smile
daikin rtd-ra gateway profile in attach
daikin instruction is here

Hi AEK,
This .json file for all daikin's product or not ? I want to read directly modbus RTU from VRV by HL but i don't have modbus profile of daikin's . I only have Home automation interface adapter.

hi, my profile was made only for 1 device (daikin rtd-ra gateway).
you can create profile  for your device. its not hard.
dowload some profile from this post and open it vai Notepad (better use notepad++). you will see what its exist of.
and use this documentation http://openrb.com/docs/modbus.htm to modify downloaded example


RE: Modbus profiles examples - thientiti01 - 27.11.2017

(27.11.2017, 09:18)AEK Wrote:
(24.11.2017, 07:52)thientiti01 Wrote:
(15.06.2017, 07:43)AEK Wrote: Hi everyone!
I woukd like to start thread, where everyone could share their json files for modbus tab of LM and HL
I will start Smile
daikin rtd-ra gateway profile in attach
daikin instruction is here

Hi AEK,
This .json file for all daikin's product or not ? I want to read directly modbus RTU from VRV by HL but i don't have modbus profile of daikin's . I only have Home automation interface adapter.

hi, my profile was made only for 1 device (daikin rtd-ra gateway).
you can create profile  for your device. its not hard.
dowload some profile from this post and open it vai Notepad (better use notepad++). you will see what its exist of.
and use this documentation http://openrb.com/docs/modbus.htm to modify downloaded example
Thank for your support, I will try my best to write my profile for my device.


RE: Modbus profiles examples - jetsetter - 30.11.2017

Hi to all.
As I have never used the LM4 modbus, has anyone already implemented any modbus profile for connecting to SunSpec compatible PV inverters?
The one I need to communicate with has the attached description of modbus information.
I could use some initial help to start with the modbus... 
Thank you all in advance


RE: Modbus profiles examples - admin - 30.11.2017

Start with RTU read test and read a register with a known value. You need to subtract 1 from the documented register address and probably you need to ignored thousands part, so holding register address 40070 is actually 69 and so on.


RE: Modbus profiles examples - m.j.sorokin - 30.11.2017

Profile for Segnetics Pixel (SMConstructror).

This RTU table was provided by the suppliers of the controller, I do not know how universal it is, but I think it will be useful.

Also, by reference, you can see all the documentation for the controller and the protocol description for this configuration.

P/S
I also tested this profile with the Segnetics SMH2010 controller, the main variables that I need for monitoring are the same as on the Pixel controller...


RE: Modbus profiles examples - jmir - 04.12.2017

Hi,
I've been working on a modbus profile and I've seen that when a value from the modbus slave changes, LM sends its value to KNX over tcp line but it's not sent to twisted pair...
Am I wrong? Is it possible to send it to twisted pair automatically as it changes?
Thanks.

(04.12.2017, 14:19)jmir Wrote: Hi,
I've been working on a modbus profile and I've seen that when a value from the modbus slave changes, LM sends its value to KNX over tcp line but it's not sent to twisted pair...
Am I wrong? Is it possible to send it to twisted pair automatically as it changes?
Thanks.

Solved! I've seen that on the object mapping is an option "Write to bus"...
Is it possible to define this value inside the Json file?
Thanks.


RE: Modbus profiles examples - FatMax - 05.12.2017

I find the world of Modbus an endless case of confusion. Although I've been successful interpreting most documentations, I'm struggling a bit with this one:

http://www.etitudela.com/entrenadorcomunicaciones/downloads/modbusv1000comunicacionesenmodbus.pdf

Page: 276

There a reference to register 0020H - would that be register 32 as according to my HEX calculator (Ignoring the H, as that will output an error)? I see that register will post a status of numbers and letters, what DT would that be in the group address then?


RE: Modbus profiles examples - admin - 06.12.2017

You can either parse the contents using a script or you can create a separate profile entry for each bit. Then you need to set bus_datatype to bool and use value_bitmask for each entry. Mask table for all 16 bits:
Code:
bit 0 = 0x1
bit 1 = 0x2
bit 2 = 0x4
bit 3 = 0x8
bit 4 = 0x10
bit 5 = 0x20
bit 6 = 0x40
bit 7 = 0x80
bit 8 = 0x100
bit 9 = 0x200
bit A = 0x400
bit B = 0x800
bit C = 0x1000
bit D = 0x2000
bit E = 0x4000
bit F = 0x8000



RE: Modbus profiles examples - FatMax - 08.12.2017

Thank you for your help - worked as a charm!

I see I have to educate myself more on modbus matters...


RE: Modbus profiles examples - Kaveckiy - 13.09.2018

Socomec Diris A10 ModBus profile in attach.


RE: Modbus profiles examples - fiLLLip - 03.01.2019

Flexit CI66 Modbus adapter. Mapped property parts of  https://github.com/Sabesto/pyflexit/blob/master/pyflexit/pyflexit.py and a few more for settings fan speed and target temperature and reading outdoor temperatures.

Edit: Actually attached the attachment..