Roth Touchline SL integration - add aditional sensors

Hi

I would like to request the addition of the following sensors for this integration (Roth Touchline SL - Home Assistant), beyond what is already implemented. I have listed in parentheses where I found them in the module data from the Roth API.

  1. Pump on/off (payload.tiles[0].params.workingStatus)
  2. Potential-free contact (payload.tiles[1].params.workingStatus)
  3. Battery level - thermostat (payload.zones.elements[1].zone.batteryLevel)
  4. Battery level - actuator (payload.zones.elements[1].actuators[0].batteryLevel)
  5. Signal strength - thermostat (payload.zones.elements[1].zone.signalStrength)
  6. Signal strength - actuator (payload.zones.elements[1].actuators[0].signalStrength)

I have a setup in Node-RED for these sensors. If I can be of any help, please let me know. I believe this would be very useful since Roth does not officially provide notifications when the battery level is low. You just have to be lucky to notice it manually.

/Vheped