kk7ds / somecomfort

A python client and utility for interacting with Honeywell thermostats
GNU General Public License v3.0
35 stars 27 forks source link

Login fails #26

Closed smitopher closed 5 years ago

smitopher commented 5 years ago

I'm unable to log into my account me@my-host:~$ somecomfort --username me@my-host --password xx!xxxxxxxxxx --login -bash: !xxxxxxxxxx: event not found So having an embedded ! in password seems to be a problem

kk7ds commented 5 years ago

This isn't even running somecomfort because bash is interpreting the bang first. Put single quotes around your password and it should be fine.