Closed fergyfresh closed 5 years ago
Solved this. The return type of the Uptime
class wasn't sufficient for my data type.
Fix provided here, https://github.com/mushorg/conpot/pull/410. I will close when PR is merged.
-> taken care of by you in #410 :)
Alright so in a
template.xml
I'm working on I have the following scenario:The first example I can read/write from it. In the second example I cannot read or write from it. There is nowhere in the documentation that specifically states you can't use function value types with HOLDING_REGISTERS, but I was wondering if that was the case or not.
Is the function value type only to be used with SNMP, because I have a use-case where I would like to use it with Modbus and I was wondering what block types are limited to the function value type.