[ADS] Variable types

pyADS supports all types variable of the ADS protocol.
The ADS service in HomeAssistant only has int, uint, byte.
Can we update this to support also all variable types?
I’m currently missing:

  • STRING
  • REAL
  • DWORD

as a surplus: STRUCT

Hey, that would be great. Is something done yet?

Not official.

I’ve created my own custom component to implement REAL values.
This seems to work just file, as long as no major updates are performed to the pyADS lib.