jascdk / Nilan_Homeassistant

Use your Home Assistant to control and read values from your Nilan air vent system
54 stars 25 forks source link

Handle text #7

Closed anderskvist closed 5 years ago

anderskvist commented 5 years ago

Note: this requires #6

This will add support from text fields, currently address 2002-2005 + 2007-2010 - the display on the user panel.

I didn't have a better way of naming the fields, so I just concatinated all the names :/

ventilation/text/Text_1_2Text_3_4Text_5_6Text_7_8 AUTO    
ventilation/text/Text_9_10Text_11_12Text_13_14Text_15_16 >2< 25�C

Note that ° is sent as 0xDF which isn't correct, so I guess it's a custom char they added in the LCD :/

anderskvist commented 5 years ago

2019-05-18-045125_512x185_scrot

My first attempt - my JS/CSS is lousy, but I think it can be way better with a dot-matrix font :)