Integration with Broadlink TC2 and Broadlink Hub with Raspberry Pi

Your TC2 code is so long.
The length of TC code is usually 148 and converted code is like a below.
“6RRGAN8JCRYWCQkWCRYJFhYJCRYWCQkWFgkJFgkWFgkJFgkWCRYWCRYJCRYWCQkWFgkWCRYJFgkWCRYJFgkWCQkWCRYWCQkAAUg=”
But it doesn’t now work in HA

You have to add ‘AAA=’ between the last ‘g’ and ‘=’ like this.
“6RRGAN8JCRYWCQkWCRYJFhYJCRYWCQkWFgkJFgkWFgkJFgkWCRYWCRYJCRYWCQkWFgkWCRYJFgkWCRYJFgkWCQkWCRYWCQkAAUgAAA==”
It will work well.

1 Like