mdz / python-smarttub

Python API for SmartTub enabled hot tubs
MIT License
6 stars 9 forks source link

Possibility of adding additional features if supported by API #49

Open Msweetmo opened 1 month ago

Msweetmo commented 1 month ago

Is there any plan to incorporate additional information into the integration. I'm particularly interested in being able manage the different heating modes and schedules or is this currently limited by what the API provides?

Also does the API support the new available sensors (cover, Fill & Drain, Water Detection)? I'm particularly interested in the Cover sensor,

Thank you

smatsmats commented 1 week ago

+1 on the sensors Fwiw, you can get the sensor info by calling get_status_full(). It's not implemented in the command line example but is in the API.

mdz commented 1 week ago

I don't have additional sensors and don't use the heating modes (I control schedules via home assistant), but am happy to support you if you want to work on this