MMM-BoschSmartHome
-
Hi community,
Does one of you have a Bosch Smart Home system? I have started to write a module for mine. It is still in a very early phase and I would be happy about more testers, feedback and ideas.
So far it supports rooms with (multiple) Heating-Thermostats, Climate-Controls, Shutter-Contacts and Twinguard AirControl.Download and installation instructions:
https://github.com/jalibu/MMM-BoschSmartHome
-
@Jalibu Looking good. Well done.
-
I have two rooms equipped with Bosch since one week and happy to test your module.
-
The latest version also supports the Twinguard AirQualityLevel (updated Screenshot on first post)
-
I followed the instructions. Within generate certificate I was ask a couple of questions I was not sure about. (Country ID, Company, E-Mail, …).
I included the config with my Bosch-IP address and the password. Pressed the button and reboot my raspberry.
But nothing is shown on the screen.
-
@MajorC There was a wrong/old value in my sample config (replace MMM-BSH with MMM-BoschSmartHome)
-
I see, now it is working just fine! Great work @Jalibu !
Next step to work on, some CSS functionalities.
-
I played a little bit with custom.css
/** * MMM-BoschSmartHome */ .MMM-BoschSmartHome .bsh-wrapper { background-color: rgba(0,0,0,0.00); color: #fff; font-size: 20px; } .MMM-BoschSmartHome .bsh-room-icon { margin-right: 8 px; } .MMM-BoschSmartHome .bsh-tiles { font-size: 18px; }