Joerg Epping
589447abaf
feat(inputs.modbus): add config option to pause after connect ( #11983 )
2022-10-18 12:42:18 -06:00
Sven Rebhan
4b18183da2
fix(inputs.modbus): Improve duplicate field checks ( #11912 )
2022-10-04 18:01:54 +02:00
Sven Rebhan
d637a665e8
fix(inputs.modbus): Do not fail if a single slave reports errors ( #11785 )
2022-09-15 15:42:47 -06:00
Sebastian Spaink
d67f75e557
docs: Remove warning not to remove go:embed ( #11797 )
...
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2022-09-13 12:47:58 -05:00
Joshua Powers
8c49ddccc3
chore: update to go1.19.1 ( #11776 )
2022-09-08 12:49:36 -06:00
Eszter Gábor
f96755c156
docs(inputs.modbus): README changes regarding request.tags ( #11541 )
2022-07-25 15:14:57 -06:00
Sven Rebhan
6c7b3b3032
feat(inputs.modbus): Error out on requests with no fields defined. ( #11469 )
2022-07-15 12:01:53 +02:00
reimda
f7aab29381
chore: Fix readme linter errors for input plugins M-Z ( #11274 )
2022-06-08 15:22:56 -06:00
TimurDela
4d92fe4e5e
fix(inputs/modbus): #11105 fix requests starting with an omitted field ( #11202 )
2022-06-01 13:10:08 -06:00
Joshua Powers
2fc19fa308
chore: correctly spell embed ( #11200 )
2022-05-27 07:13:47 -06:00
Sven Rebhan
56eb914998
chore: Embed sample configurations into README for inputs ( #11136 )
2022-05-24 08:49:47 -05:00
Sebastian Spaink
0f5dc9946c
chore(inputs_m-z): migrate sample configs into separate files ( #11133 )
2022-05-18 11:31:34 -05:00
Sebastian Spaink
b355be5ccb
feat: migrate input plugins to new sample config format (M-Z) ( #10926 )
2022-04-11 16:32:25 -05:00
reimda
a3b8852eb9
fix: Update modbus readme ( #10501 )
2022-01-24 11:30:03 -07:00
Bill Thomson
ed31bc0715
Fix: Update README.md ( #10500 )
2022-01-24 11:22:07 -07:00
Martin Reindl
0e1031356e
fix: re-enable OpenBSD modbus support ( #10385 )
2022-01-07 07:19:19 -07:00
Sven Rebhan
31cbd2e504
fix: Make telegraf compile on Windows with golang 1.16.2 ( #10246 )
2021-12-08 15:10:31 -07:00
Sven Rebhan
99ddb467e9
feat: Modbus add per-request tags ( #10231 )
2021-12-08 12:19:13 -07:00
Sven Rebhan
9787f4ac45
feat: Modbus support multiple slaves (gateway feature) ( #9279 )
2021-12-02 16:06:06 -06:00
Mya
84562877cc
chore: clean up all markdown lint errors for input plugins i through m ( #10173 )
2021-11-24 12:18:53 -07:00
Joshua Powers
ce46506e19
fix: do not build modbus on openbsd ( #10047 )
2021-11-09 16:05:42 -06:00
Sven Rebhan
cf605b5d9a
feat: Modbus connection settings (serial) ( #9256 )
2021-10-19 15:12:13 -06:00
Marius Bezuidenhout
1afbff8904
feat: Modbus Rtu over tcp enhancement ( #9570 )
2021-08-03 17:09:51 -04:00
Sven Rebhan
2e7b232073
Modbus refactor ( #9141 )
2021-05-27 16:58:46 -04:00
Sven Rebhan
9853bf6c54
Get rid of deprecated internal.{Duration,Size,Number} ( #8969 )
2021-04-09 13:15:04 -04:00
Sven Rebhan
8e7da355b3
Linter fixes (unhandled errors) -- Part 1 ( #8992 )
2021-04-08 11:43:39 -05:00
Paweł Żak
099ccda3f9
Linter fixes - gosimple ( #9046 )
2021-03-25 13:57:01 -04:00
Paweł Żak
38c61c07ef
Revive fixes - part 4: ( #8981 )
...
empty-lines
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-12 14:21:51 -06:00
Antonio Garcia
7ed98c7e5c
fix: reading multiple holding registers in modbus input plugin ( #8628 )
2021-02-26 11:45:33 -05:00
Paweł Żak
d9736d543f
Revive fixes - part 2 ( #8835 )
...
* Revive fixes regarding following set of rules:
[rule.if-return]
[rule.increment-decrement]
[rule.var-declaration]
[rule.package-comments]
[rule.receiver-naming]
[rule.unexported-return]
2021-02-16 18:19:50 -05:00
Paweł Żak
ba66d4facb
Revive fixes - part 1 ( #8797 )
...
* Revive fixes regarding following set of rules:
[rule.blank-imports]
[rule.context-as-argument]
[rule.context-keys-type]
[rule.dot-imports]
[rule.error-return]
[rule.error-strings]
[rule.indent-error-flow]
[rule.errorf]
2021-02-08 11:18:40 -05:00
SoerMan
05378980a3
Add FLOAT64-IEEE support to inputs.modbus ( #8361 ) (by @Nemecsek) ( #8474 )
2020-11-30 16:22:57 -05:00
Russ Savage
75e701c288
fix(readmes): adding code block annotations ( #7963 )
2020-08-10 15:50:48 -04:00
Franz-Josef Kaiser
d233b4c27f
Fix/extend support of fixed point values on input (modbus plugin) ( #7869 )
...
* Add input float types FIXED/UFIXED (#7317 )
2020-07-27 16:48:44 -04:00
Daniel Nelson
d1f109b316
Update modbus readme
2020-04-21 11:27:35 -07:00
Sven Rebhan
1006c65587
Add retry when slave is busy to modbus input ( #7271 )
2020-04-21 11:21:27 -07:00
Sven Rebhan
3650d74de2
Add possibility to specify measurement per register ( #7231 )
2020-03-30 13:30:42 -07:00
Sven Rebhan
f882b8f94f
Add support for 64-bit integer types to modbus input ( #7225 )
2020-03-26 17:05:43 -07:00
Steven Soroka
c31ba94bb8
modbus to support scaling int32 and float32-ieee ( #7148 )
2020-03-10 16:46:36 -04:00
Antonio Garcia
9d97ed22e6
Fix float conversion and startup connection issue in modbus input ( #7002 )
2020-02-10 16:54:33 -08:00
Antonio Garcia
bbb8858c1d
Delete .README.md.swp ( #6980 )
2020-02-04 10:36:02 -08:00
Antonio Garcia
9389099820
Add modbus input plugin ( #6154 )
2020-01-29 02:18:58 -08:00