Closed zlorf closed 11 months ago
Annoying!!! :). Will have to fix that, thanks for the heads up. Need to fix before next HA release.
Thank you for the recent fix in the first place! I had a workaround previously where I replaced all 's8' types with 's16' to be able to write negative values, but it would be nice to get rid of this hack :)
From https://pypi.org/project/async-modbus/:
Numpy will be used if installed.
Thanks for the quick fix! I confirm it works not with s8 properly :)
I've recently updated from 2.4.0 to 2.5.0 because I've seend that modbus s8 handling has been fixed.
However, I've got a following exception:
Python 3.9.2
Seems that some library returned numpy numbers instead of ints (?).