Hello,
I'm looking for the final solution for reading the 801 offset of a Siemens Sentron PAC 2200.
I saw post but closed since 2020: Pac3200 read 4registers [ 64 bits]
and
My payload is :
[16663,26345,228,12528]
How did you configure Buffer Parser?
node-red-contrib-buffer-parser
I am looking for this value:
Energy compteur / Total import : 383.45-KWh
My Modbus request
In the Siemens documentation
Thank you in advance for your assistance
Pierre
I'm using Modbus Flex Getter Node for Modbus communication.
When I read the 801.. registers I send the following request to the PAC
{
"fc": 3,
"unitid": 1,
"address": 801,
"quantity": 40
}
The buffer-parser looks like this:
With a resulting payload of: 10 double values...
Hello MrLight,
Thanks, it works perfectly
Good Sunday.
Hi Pierre,
I developed this node to simplify communication with the SENTRON series:
node-red-contrib-siemens-sentron
Can you test with your PAC3200 ?
Nicolò
Hello Nicolo,
I'm using a Sentron PAC 2200.
I had tested your node but in did not work with the index (active energy import).
If you have made changes, I can test and give you feedback if you want ???
Hi,
I'm try to fixing format for double values.
Can you try new version of the node with PAC2200 and give me a feedback?
Thanks
system
Closed
7
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.