BrainicHQ / tado-assistant

Enhance your Tado experience with this free, user-friendly auto-assist tool, now featuring multi-account support! Ideal for both tech-savvy and non-technical users, it offers advanced home state monitoring, smart adjustments, and open window detection. Independently developed and not affiliated with Tado GmbH.
GNU General Public License v3.0
21 stars 3 forks source link

Url encodes Tado username and password and adds raspbian support #7

Closed blazejpawlak closed 7 months ago

blazejpawlak commented 7 months ago

Tado username and password might need to be URL encoded when used with curl, this PR adds support for this. Additionally extends debian and ubuntu with raspbian OS.

Tested on Raspberry Pi running:

PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

This might fix https://github.com/BrainicHQ/tado-assistant/issues/6

s1lviu commented 7 months ago

Thanks for the improvements, @blazejpawlak!