unixko / MitsuCon

Mitsubishi Heat Pump Controller for Home Assistant
Apache License 2.0
68 stars 12 forks source link

Added Platform IO, Added SSL, Added an RGB LED #13

Closed SittingDuc closed 4 years ago

SittingDuc commented 4 years ago

Hello, you do not know me from a random duc on the street, but I have forked your heatpump project and adapted it to my own controller, which has an RGB LED (red for room warm, blue for room cold, green for just right and yellow for sleeping) and uses MQTTS encryption.

I have also added Platform IO to compile, which unfortunately prefers sources in src/, so that is a touch messy.

In the spirit of Open Source, I offer my changes back upstream. They are here if you want them.

Thanks!

SittingDuc commented 4 years ago

(I wonder if I do have to move the sources into src/; Tasmota doesn't. Might be time to learn more about PlatformIO)