take a look at the weewx-cm1 driver. it imports the minimalmodbus python package and uses the Instrument and other constructs in that API to communicate with the CM1 hardware using its modbus interface. it has been tested using a usb modbus interface. (running continuously for a few years now without problems, and on windows too!)
m
wett...@gmail.com
unread,
Aug 22, 2018, 1:52:01 PM8/22/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
Hello, many Thanks for your Answer!
".....
take a look at the weewx-cm1 driver. it imports the minimalmodbus
python package and uses the Instrument and other constructs in that API
to communicate with the CM1 hardware using its modbus interface. it has
been tested using a usb modbus interface. (running continuously for a
few years now without problems, and on windows too!)"
The dyacon.CM1 Driver is very nice but using "Modbus RTU" the communication is over RS485 (tty) but the X320m is using the communication over TCP/IP. No way for me to customize. I am not a programmer.
Can anybody help to integrate?
Many Thanks!
Antonis Katsonis
unread,
Aug 23, 2018, 4:49:01 AM8/23/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
Modbus protocol is commonly used in PLC and other industrial applications.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
Hello,
"Modbus protocol is commonly used in PLC
and other industrial applications" Yes this is true. But you can see other professional devices use Modbus (dyacon)
"You can use the XML operation" Yes this is possible, but: 1: XML does not use the full sensor resolution. (only the Webinterface value) 2: You can only read the Barometer of see level not the real value (but you get it over Modbus)