modbus-cli
modbus-cli copied to clipboard
Command line tool to access Modbus devices
I wonder, if it could be a cli option to use Modbus RTU over TCP. Sure the readme has an example for socat, but it would be more handy if...
Although I appreciate the parallel, I assume this isn't the desired behavior? In a situation where a ModbusTCP server returns exception code 4 (maybe also others - I haven't tested),...
Hello, i'm successfully querying my daikin heatpumps HomeHub modbus TCP interface: root@srv44:/haus/strom# modbus -s 1 -r /haus/heizung/register 192.168.77.82:502 reg\* -v Parsed 20 registers definitions from 2 files → < 15...
Hi all , I have **successfully installed master branch of modbus-cli on my ubuntu-20.04.3 os**, from given link- https://github.com/favalex/modbus-cli I want to use `modbus rtu slave stack,` i am taking...
I have a BMS in a battery pack that specifies Function code 0x11 for reading product information. Is there a way to do that with the existing modbus-cli code? 0x11...
I have a device that only supports writing to multi holding registers (function 16) and not single register write (function 06). So cannot use the CLI (as far as I...
Shouldn't https://github.com/favalex/modbus-cli/blob/c889b6d5f463d4f4de3cc4dfc43924f23076cf41/modbus_cli/definitions.py#L58 be ```splitlines```? ```split``` will split on any whitespace, so this enumeration will not work: `:example 0=ok 1=not ok` Error message: > Traceback (most recent call last): File "/home/pi/.local/bin/modbus",...
Just a minor doc change.
Hello, I am trying to read data from the Sungrow wallbox via Modbus. The query: ``` modbus 192.168.179.9:502 -s 2 21203 Parsed 0 registers definitions from 1 files 21203: 1...
I'm trying to get data from a simple temperature sensor over the network via modbus. The device is accessible via the provided windows software, but doing it with modbus-cli would...