<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-BoschSmartHome]]></title><description><![CDATA[<p dir="auto">Hi community,</p>
<p dir="auto">Here is my MMM-BoschSmartHome module. It is a client interface for the Bosch Smart Home System.<br />
Download and instructions <a href="https://github.com/jalibu/MMM-BoschSmartHome" target="_blank" rel="noopener noreferrer nofollow ugc">on GitHub</a>.</p>
<p dir="auto"><strong>Note</strong>: This module is a private and inofficial project without any relation to Robert Bosch Smart Home GmbH. I do not give any warranty, nor am I responsible for any damage.</p>
<h4>Features</h4>
<ul>
<li>Support for multiple rooms</li>
<li>Window-/Door Contacts</li>
<li>Room Climate Controls</li>
<li>Thermostats</li>
<li>Twinguards</li>
<li>Visualization of Temperature, Humidity and Purity</li>
<li>Bosch Home Connect Dishwashers (experimental!)</li>
<li>Philips Hue Bridge</li>
<li>Languages: English, German</li>
</ul>
<h4>Screenshots</h4>
<h5>Visualization with bars</h5>
<p dir="auto"><img src="/assets/uploads/files/1611074503765-1ac5e3c1-63f7-4bc5-8300-c2805a2fd9b5-image.png" alt="1ac5e3c1-63f7-4bc5-8300-c2805a2fd9b5-image.png" class=" img-fluid img-markdown" /></p>
<h5>Visualization with donuts</h5>
<p dir="auto"><img src="/assets/uploads/files/1611074474196-6faa185c-9898-4951-be72-c9c64e77e4f9-image.png" alt="6faa185c-9898-4951-be72-c9c64e77e4f9-image.png" class=" img-fluid img-markdown" /></p>
<h4>Thank you</h4>
<p dir="auto">To all testers, their and your feedback.</p>
<p dir="auto"><strong>Support</strong><br />
If you like this module and want to thank, please buy me a beer.</p>
<p dir="auto"><a href="https://www.buymeacoffee.com/jalibu" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Beer" style="height:45px !important;width:180px !important" /></a></p>
]]></description><link>https://forum.magicmirror.builders/topic/14347/mmm-boschsmarthome</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 07:11:44 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14347.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 01 Jan 2021 17:32:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-BoschSmartHome on Mon, 14 Oct 2024 19:17:32 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">just wanted to leave you my css, which costs me a bit of time. I wanted to have a clean overview, just see the temperatures in my house. Because I have 9 thermostats, a list with all the colors was just to much for me.</p>
<p dir="auto">This css gave me a 3 column design, just with the room name and the current temperature:</p>
<pre><code>/**
 * MMM-BoschSmartHome
 */
.MMM-BoschSmartHome .bsh-wrapper {
  background-color: rgba(0,0,0,0.00);
  color: #fff;
  font-size: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  line-height: normal;
}

.MMM-BoschSmartHome .bsh-wrapper br {
    display: none;
}

.MMM-BoschSmartHome .bsh-wrapper, 
.MMM-BoschSmartHome .bsh-tile {
    margin: 0;
    padding: 0;
}

.MMM-BoschSmartHome .bsh-room-icon {
  margin-right: 8px;
}

.MMM-BoschSmartHome .bsh-tiles {
  font-size: 10px;
  background-color: rgba(0,0,0,0.00);

}

.MMM-BoschSmartHome .bsh-badge.climate-control {
  visibility: hidden;
}

.MMM-BoschSmartHome .bsh-tile {
    min-width: 0; /* Prevent tiles from expanding beyond their column */
    width: 100%;
  background-color: rgba(0,0,0,0.00);
  color: white;
}


.MMM-BoschSmartHome .bsh-room-title {
  font-size: 10px;

}

.MMM-BoschSmartHome .bsh-tile.tile-row {
  visibility: hidden;

}

.MMM-BoschSmartHome .bsh-tile i {
  visibility: hidden;
}

.MMM-BoschSmartHome .bsh-tile.temperature-level span.setpoint-temperature {
  font-size: 10px;
}

.MMM-BoschSmartHome .bsh-tile.temperature-level div:first-child {
    visibility: hidden;
    position: relative;
}
.MMM-BoschSmartHome .bsh-tile.temperature-level span.room-temperature {
    visibility: visible;
    position: absolute;
    left: 0; /* Adjust this to position the temperature correctly */
    min-width: 0; /* Prevent tiles from expanding beyond their column */
    width: 100%;
  font-size: 1.8em;
  font-weight: bold;
  display: inline-block;
}
</code></pre>
<p dir="auto">I’m using this config:</p>
<pre><code>		{
		  module: "MMM-BoschSmartHome",
		  position: "top_left",
		  config: {
		    host: "", // Bosch Smart Home Bridge's local IP Address
 		    name: "MMM-BoschSmartHome", // Display name for App
 		    identifier: "MMM-BoschSmartHome", // Unique Identifier for app
		    password: "", // Password for Bosch Smart Home Bridge
		    refreshIntervalInSeconds: 60, // Default: 60
		    width: "200px",
		    displayRoomIcons: true, // Default: false
 		    hideComponents: {			
    			 "Küche": ["dishwasher"]
			}, // See example below. Default: {}
 		    hideEmptyRooms: false, // Hide rooms, if they have no information to display. Default: false
 		    colorizeRoomWithAirQuality: true, // Colorizes room tiles in red/orange/green depending on combined air quality. Only works with Twinguard
		    roomOrder: ["Wohnzimmer", "Küche", "Bad EG", "Flur EG", "Schlafzimmer","Kinderzimmer", "Bad OG", "Flur OG / Büro", "HWR"], // Manually set the room order by a list of room names, e.g. ["Livingroom", "Bedroom", "Kitchen"]
 		    airquality: {
 		      purity: "none", // one of [tile, bar, donut, none]
		      humidity: "none", // one of [tile, bar, donut, none]
		      temperature: "none", // one of [tile, bar, donut, none]
		      preferredTemperatureProvider: "Twinguard", // Twinguard or ClimateControl
		      preferredHumidityProvider: "Twinguard" // Twinguard or ClimateControl
		    },
		    temperatureLevel: {
		      displayCurrentTemperature: true, // Default: true
		      displayTargetTemperature: false, // Default: true
		      forceRowTile: false // Show tile as row, even if there is no target temperature. Default: true
		    },
		    thermostats: {
		      display: false, // Default: true
		      displayName: false // Default: false
		    },
		    dishwasher: {
		      display: false, // Default: true
		      displayName: false // Default: false
		    }
		  }
		},
</code></pre>
<p dir="auto">Thanks @ the author of this module.</p>
<p dir="auto">Before I forget something … If you have BSHC-2 and not BSHC you just have to press the button for pairing at the BSHC.2, not hold the button, like in BSHC. This simple info costs me a week.</p>
]]></description><link>https://forum.magicmirror.builders/post/120593</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120593</guid><dc:creator><![CDATA[Xennon]]></dc:creator><pubDate>Mon, 14 Oct 2024 19:17:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Sun, 18 Feb 2024 14:20:34 GMT]]></title><description><![CDATA[<p dir="auto">Hey, I was wondering if it is possible to orientate the tiles of the rooms horizontally? Has anyone got an idea? :D</p>
]]></description><link>https://forum.magicmirror.builders/post/115683</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115683</guid><dc:creator><![CDATA[mcilliw]]></dc:creator><pubDate>Sun, 18 Feb 2024 14:20:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Sun, 12 Feb 2023 19:57:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/baschti" aria-label="Profile: Baschti">@<bdi>Baschti</bdi></a> no. sorry, no idea on the actual details of implementation</p>
]]></description><link>https://forum.magicmirror.builders/post/107834</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107834</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 12 Feb 2023 19:57:57 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Sun, 12 Feb 2023 19:56:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Awesome! Youre right! Can you give me a tip on how to integrate the window sensors</p>
]]></description><link>https://forum.magicmirror.builders/post/107833</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107833</guid><dc:creator><![CDATA[Baschti]]></dc:creator><pubDate>Sun, 12 Feb 2023 19:56:00 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Sun, 12 Feb 2023 17:09:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/baschti" aria-label="Profile: Baschti">@<bdi>Baschti</bdi></a> yes?  and</p>
<p dir="auto">the author missed<br />
a step in his instructions</p>
<p dir="auto"><img src="/assets/uploads/files/1676221295704-screenshot_20230212_095834_chrome.jpg" alt="Screenshot_20230212_095834_Chrome.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">between step 1 and 2  do</p>
<pre><code>cd MMM-BoschSmartHome
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/107831</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107831</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 12 Feb 2023 17:09:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Sun, 12 Feb 2023 15:53:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> The Module is located in MagicMirror/modules/MMM-BoschSmartHome/</p>
]]></description><link>https://forum.magicmirror.builders/post/107830</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107830</guid><dc:creator><![CDATA[Baschti]]></dc:creator><pubDate>Sun, 12 Feb 2023 15:53:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Sun, 12 Feb 2023 15:47:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/baschti" aria-label="Profile: Baschti">@<bdi>Baschti</bdi></a><br />
Error: Cannot find module ‘bosch-smart-home-br idge’</p>
<p dir="auto">looks like you didn’t do the npm install in the module folder</p>
]]></description><link>https://forum.magicmirror.builders/post/107828</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107828</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 12 Feb 2023 15:47:51 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Sun, 12 Feb 2023 15:09:33 GMT]]></title><description><![CDATA[<p dir="auto">I installed the module today, but i get this error:</p>
<p dir="auto">[12.02.2023 16:06.09.906] [LOG]   Starting MagicMirror: v2.22.0</p>
<blockquote>
<p dir="auto">[12.02.2023 16:06.09.918] [LOG]   Loading config …</p>
<p dir="auto">[12.02.2023 16:06.09.928] [LOG]   Loading module helpers …</p>
<p dir="auto">[12.02.2023 16:06.09.931] [LOG]   No helper found for module: alert.</p>
<p dir="auto">[12.02.2023 16:06.09.944] [ERROR] WARNING! Could not load config file. Starting                                                                                                                                                                                                                                              with default configuration. Error found: Error: Cannot find module ‘bosch-smart-                                                                                                                                                                                                                                             home-bridge’</p>
<p dir="auto">Require stack:</p>
<ul>
<li>
<p dir="auto">/home/pi/MagicMirror/modules/MMM-BoschSmartHome/node_helper.js</p>
</li>
<li>
<p dir="auto">/home/pi/MagicMirror/js/app.js</p>
</li>
<li>
<p dir="auto">/home/pi/MagicMirror/js/electron.js</p>
</li>
<li>
<p dir="auto">/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/mai                                                                                                                                                                                                                                             n.js</p>
</li>
<li></li>
</ul>
<p dir="auto">[12.02.2023 16:06.09.946] [LOG]   Loading module helpers …</p>
<p dir="auto">[12.02.2023 16:06.09.948] [LOG]   No helper found for module: alert.</p>
<p dir="auto">[12.02.2023 16:06.09.953] [ERROR] App threw an error during load</p>
<p dir="auto">[12.02.2023 16:06.09.956] [ERROR] Error: Cannot find module ‘bosch-smart-home-br                                                                                                                                                                                                                                             idge’</p>
<p dir="auto">Require stack:</p>
<ul>
<li>
<p dir="auto">/home/pi/MagicMirror/modules/MMM-BoschSmartHome/node_helper.js</p>
</li>
<li>
<p dir="auto">/home/pi/MagicMirror/js/app.js</p>
</li>
<li>
<p dir="auto">/home/pi/MagicMirror/js/electron.js</p>
</li>
<li>
<p dir="auto">/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/mai                                                                                                                                                                                                                                             n.js</p>
</li>
<li></li>
</ul>
<pre><code>at Module._resolveFilename (node:internal/modules/cjs/loader:963:15)

at n._resolveFilename (node:electron/js2c/browser_init:2:109416)

at Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/i                                                                                                                                                                                                                                             ndex.js:49:29)

at Module._load (node:internal/modules/cjs/loader:811:27)

at f._load (node:electron/js2c/asar_bundle:2:13328)

at Module.require (node:internal/modules/cjs/loader:1035:19)

at require (node:internal/modules/cjs/helpers:102:18)

at Object.&lt;anonymous&gt; (/home/pi/MagicMirror/modules/MMM-BoschSmartHome/node_                                                                                                                                                                                                                                             helper.js:14:65)

at Module._compile (node:internal/modules/cjs/loader:1141:14)

at Module._extensions..js (node:internal/modules/cjs/loader:1196:10)
</code></pre>
<p dir="auto">[12.02.2023 16:06.09.959] [ERROR] Whoops! There was an uncaught exception…</p>
<p dir="auto">[12.02.2023 16:06.09.971] [ERROR] Error: Cannot find module ‘bosch-smart-home-br                                                                                                                                                                                                                                             idge’</p>
<p dir="auto">Require stack:</p>
<ul>
<li>
<p dir="auto">/home/pi/MagicMirror/modules/MMM-BoschSmartHome/node_helper.js</p>
</li>
<li>
<p dir="auto">/home/pi/MagicMirror/js/app.js</p>
</li>
<li>
<p dir="auto">/home/pi/MagicMirror/js/electron.js</p>
</li>
<li>
<p dir="auto">/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/mai                                                                                                                                                                                                                                             n.js</p>
</li>
<li></li>
</ul>
<pre><code>at Module._resolveFilename (node:internal/modules/cjs/loader:963:15)

at n._resolveFilename (node:electron/js2c/browser_init:2:109416)

at Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/i                                                                                                                                                                                                                                             ndex.js:49:29)

at Module._load (node:internal/modules/cjs/loader:811:27)

at f._load (node:electron/js2c/asar_bundle:2:13328)

at Module.require (node:internal/modules/cjs/loader:1035:19)

at require (node:internal/modules/cjs/helpers:102:18)

at Object.&lt;anonymous&gt; (/home/pi/MagicMirror/modules/MMM-BoschSmartHome/node_                                                                                                                                                                                                                                             helper.js:14:65)

at Module._compile (node:internal/modules/cjs/loader:1141:14)

at Module._extensions..js (node:internal/modules/cjs/loader:1196:10) {
</code></pre>
<p dir="auto">code: ‘MODULE_NOT_FOUND’,</p>
<p dir="auto">requireStack: [</p>
<pre><code>'/home/pi/MagicMirror/modules/MMM-BoschSmartHome/node_helper.js',

'/home/pi/MagicMirror/js/app.js',

'/home/pi/MagicMirror/js/electron.js',

'/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/                                                                                                                                                                                                                                             main.js',

undefined
</code></pre>
<p dir="auto">]</p>
<p dir="auto">}</p>
<p dir="auto">[12.02.2023 16:06.09.973] [ERROR] MagicMirror² will not quit, but it might be a                                                                                                                                                                                                                                              good idea to check why this happened. Maybe no internet connection?</p>
<p dir="auto">[12.02.2023 16:06.09.974] [ERROR] If you think this really is an issue, please o                                                                                                                                                                                                                                             pen an issue on GitHub: <a href="https://github.com/MichMich/MagicMirror/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/issues</a></p>
<p dir="auto">[12.02.2023 16:06.10.508] [LOG]   Launching application.</p>
<p dir="auto">[1549:0212/160611.418965:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to                                                                                                                                                                                                                                              errors during initialization</p>
<p dir="auto">[1576:0212/160611.630258:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extens                                                                                                                                                                                                                                             ion not supported.</p>
<blockquote>
<p dir="auto">magicmirror@2.22.0 start</p>
</blockquote>
<blockquote>
<p dir="auto">DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js</p>
</blockquote>
<p dir="auto">[12.02.2023 16:06.09.906] [LOG]   Starting MagicMirror: v2.22.0</p>
<p dir="auto">[12.02.2023 16:06.09.918] [LOG]   Loading config …</p>
<p dir="auto">[12.02.2023 16:06.09.928] [LOG]   Loading module helpers …</p>
<p dir="auto">[12.02.2023 16:06.09.931] [LOG]   No helper found for module: alert.</p>
<p dir="auto">[12.02.2023 16:06.09.944] [ERROR] WARNING! Could not load config file. Starting                                                                                                                                                                                                                                              with default configuration. Error found: Error: Cannot find module ‘bosch-smart-                                                                                                                                                                                                                                             home-bridge’</p>
<p dir="auto">Require stack:</p>
<ul>
<li>
<p dir="auto">/home/pi/MagicMirror/modules/MMM-BoschSmartHome/node_helper.js</p>
</li>
<li>
<p dir="auto">/home/pi/MagicMirror/js/app.js</p>
</li>
<li>
<p dir="auto">/home/pi/MagicMirror/js/electron.js</p>
</li>
<li>
<p dir="auto">/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/mai                                                                                                                                                                                                                                             n.js</p>
</li>
<li></li>
</ul>
<p dir="auto">[12.02.2023 16:06.09.946] [LOG]   Loading module helpers …</p>
<p dir="auto">[12.02.2023 16:06.09.948] [LOG]   No helper found for module: alert.</p>
<p dir="auto">[12.02.2023 16:06.09.953] [ERROR] App threw an error during load</p>
<p dir="auto">[12.02.2023 16:06.09.956] [ERROR] Error: Cannot find module ‘bosch-smart-home-br                                                                                                                                                                                                                                             idge’</p>
<p dir="auto">Require stack:</p>
<ul>
<li>
<p dir="auto">/home/pi/MagicMirror/modules/MMM-BoschSmartHome/node_helper.js</p>
</li>
<li>
<p dir="auto">/home/pi/MagicMirror/js/app.js</p>
</li>
<li>
<p dir="auto">/home/pi/MagicMirror/js/electron.js</p>
</li>
<li>
<p dir="auto">/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/mai                                                                                                                                                                                                                                             n.js</p>
</li>
<li></li>
</ul>
<pre><code>at Module._resolveFilename (node:internal/modules/cjs/loader:963:15)

at n._resolveFilename (node:electron/js2c/browser_init:2:109416)

at Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/i                                                                                                                                                                                                                                             ndex.js:49:29)

at Module._load (node:internal/modules/cjs/loader:811:27)

at f._load (node:electron/js2c/asar_bundle:2:13328)

at Module.require (node:internal/modules/cjs/loader:1035:19)

at require (node:internal/modules/cjs/helpers:102:18)

at Object.&lt;anonymous&gt; (/home/pi/MagicMirror/modules/MMM-BoschSmartHome/node_                                                                                                                                                                                                                                             helper.js:14:65)

at Module._compile (node:internal/modules/cjs/loader:1141:14)

at Module._extensions..js (node:internal/modules/cjs/loader:1196:10)
</code></pre>
<p dir="auto">[12.02.2023 16:06.09.959] [ERROR] Whoops! There was an uncaught exception…</p>
<p dir="auto">[12.02.2023 16:06.09.971] [ERROR] Error: Cannot find module ‘bosch-smart-home-br                                                                                                                                                                                                                                             idge’</p>
<p dir="auto">Require stack:</p>
</blockquote>
<p dir="auto">i have absolutely no clue :-(</p>
]]></description><link>https://forum.magicmirror.builders/post/107827</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107827</guid><dc:creator><![CDATA[Baschti]]></dc:creator><pubDate>Sun, 12 Feb 2023 15:09:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Sun, 20 Feb 2022 15:53:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/majorc" aria-label="Profile: majorc">@<bdi>majorc</bdi></a> nope, not yet. But feel free to create a Feature Request on GitHub for that.</p>
]]></description><link>https://forum.magicmirror.builders/post/99786</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99786</guid><dc:creator><![CDATA[Jalibu]]></dc:creator><pubDate>Sun, 20 Feb 2022 15:53:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Sun, 20 Feb 2022 12:22:54 GMT]]></title><description><![CDATA[<p dir="auto">Is there an option to sort the shown rooms. I would like to change the order of the rooms.</p>
]]></description><link>https://forum.magicmirror.builders/post/99778</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99778</guid><dc:creator><![CDATA[MajorC]]></dc:creator><pubDate>Sun, 20 Feb 2022 12:22:54 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Sat, 19 Feb 2022 16:07:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> I am sure i did that. But I am not able to check it again, because now it is working fine.</p>
]]></description><link>https://forum.magicmirror.builders/post/99759</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99759</guid><dc:creator><![CDATA[MajorC]]></dc:creator><pubDate>Sat, 19 Feb 2022 16:07:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Sat, 19 Feb 2022 13:40:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/majorc" aria-label="Profile: majorc">@<bdi>majorc</bdi></a> so, after you did the git pull  did you do another npm install in the module folder?</p>
<p dir="auto">sometimes update add new or changed dependencies.</p>
<p dir="auto">general rule</p>
<p dir="auto">if the module contains a package json</p>
<p dir="auto">ALWAYS  do npm install (or follow the module instructions, as for bugsounet’s stuff)<br />
on install or update</p>
]]></description><link>https://forum.magicmirror.builders/post/99756</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99756</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 19 Feb 2022 13:40:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Sat, 19 Feb 2022 12:39:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/majorc" aria-label="Profile: majorc">@<bdi>majorc</bdi></a> That’s strange. The only module dependency is bosch-smart-home-bridge which uses rxjs but also has it in its dependencies: <a href="https://github.com/holomekc/bosch-smart-home-bridge/blob/master/package.json" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/holomekc/bosch-smart-home-bridge/blob/master/package.json</a></p>
<p dir="auto">I am running the module on 2.18 without problems</p>
]]></description><link>https://forum.magicmirror.builders/post/99755</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99755</guid><dc:creator><![CDATA[Jalibu]]></dc:creator><pubDate>Sat, 19 Feb 2022 12:39:16 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Sat, 19 Feb 2022 12:28:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jalibu" aria-label="Profile: Jalibu">@<bdi>Jalibu</bdi></a><br />
Hi, I just updated to MM 2.18 and the MM will not come up, if the MMM-BoschSmartHome module is active.</p>
<p dir="auto">If I disable/comment out the module, everything is working fine.</p>
<p dir="auto">Have you checked your module with MM 2.18?</p>
<p dir="auto">Update: I did a</p>
<pre><code>npm install rxjs
</code></pre>
<p dir="auto">in the MMM-BoschSmartHome folder, that seams to do the fix.</p>
]]></description><link>https://forum.magicmirror.builders/post/99753</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99753</guid><dc:creator><![CDATA[MajorC]]></dc:creator><pubDate>Sat, 19 Feb 2022 12:28:22 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Mon, 29 Mar 2021 07:18:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/majorc" aria-label="Profile: majorc">@<bdi>majorc</bdi></a> said in <a href="/post/89635">MMM-BoschSmartHome</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jalibu" aria-label="Profile: jalibu">@<bdi>jalibu</bdi></a> is it possible, that the hide room option is not working at the moment? I can hide hue and other things, but not the entire room with:</p>
<pre><code>hideComponents: {
					"Flur": ["room"],
					"Küche": ["room"]// hides entire room
				},
</code></pre>
</blockquote>
<p dir="auto">My mistake. I had not installed the latest version of MMM-BoschSmartHome. I used <em>git pull</em> again, now everything works as expected.</p>
]]></description><link>https://forum.magicmirror.builders/post/90035</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90035</guid><dc:creator><![CDATA[MajorC]]></dc:creator><pubDate>Mon, 29 Mar 2021 07:18:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Sat, 20 Mar 2021 16:14:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/majorc" aria-label="Profile: majorc">@<bdi>majorc</bdi></a><br />
I can not reproduce your problem. Could you send me a Debug Dump of your environment again?</p>
]]></description><link>https://forum.magicmirror.builders/post/89701</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89701</guid><dc:creator><![CDATA[Jalibu]]></dc:creator><pubDate>Sat, 20 Mar 2021 16:14:50 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Thu, 18 Mar 2021 07:27:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jalibu" aria-label="Profile: jalibu">@<bdi>jalibu</bdi></a> is it possible, that the hide room option is not working at the moment? I can hide hue and other things, but not the entire room with:</p>
<pre><code>hideComponents: {
					"Flur": ["room"],
					"Küche": ["room"]// hides entire room
				},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/89635</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89635</guid><dc:creator><![CDATA[MajorC]]></dc:creator><pubDate>Thu, 18 Mar 2021 07:27:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Sat, 23 Jan 2021 14:59:48 GMT]]></title><description><![CDATA[<p dir="auto">Looking good for me so fare after a couple of minutes.</p>
<p dir="auto"><img src="/assets/uploads/files/1611413983390-file.jpg" alt="file.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/87682</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/87682</guid><dc:creator><![CDATA[MajorC]]></dc:creator><pubDate>Sat, 23 Jan 2021 14:59:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Sat, 23 Jan 2021 13:09:09 GMT]]></title><description><![CDATA[<p dir="auto">The latest version fixes a few bugs and supports an option to hide individual components per room.<br />
Example:</p>
<pre><code>config: {
  hideComponents: {
    "Livingroom": ["temperature", "purity", "humidity"],
    "Bed Room": ["battery", "climateControl", "temperatureLevel", "hue"],
    "Kitchen": ["shutters", "dishwasher", "thermostats"]
    }
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/87680</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/87680</guid><dc:creator><![CDATA[Jalibu]]></dc:creator><pubDate>Sat, 23 Jan 2021 13:09:09 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Thu, 21 Jan 2021 07:10:46 GMT]]></title><description><![CDATA[<p dir="auto">Update with</p>
<pre><code>git pull
</code></pre>
<p dir="auto">was working fine.</p>
<p dir="auto">I am not sure about the new grafic-elements. This is how it looks on my system without custom.css.</p>
<pre><code>		module: "MMM-BoschSmartHome",
			position: "bottom_left",
			config: {
				host: "192.168.2.XX", // Local IP Address
				name: "MMM-BoschSmartHome", // Display name for App
				identifier: "MMM-BoschSmartHome", // Unique Identifier for app
				password: "XXX", // Password for Bosch Smart Home Bridge
				refreshIntervalInSeconds: 60, // Default: 60
				width: "340px",
				displayRoomIcons: true, // Default: false
				displayThermostats: true, // Default: false
				airquality: {
					purity: "none", // one of [tile, bar, donut, none]. Default: bar
					humidity: "bar", // one of [tile, bar, donut, none]. Default: bar
					temperature: "donut", // one of [tile, bar, donut, none]. Default: bar
					preferredTemperatureProvider: "ClimateControl", // Twinguard or ClimateControl. Default: Twinguard, but falls back to CC
					preferredHumidityProvider: "ClimateControl" // Twinguard or ClimateControl. Default: Twinguard, but falls back to CC
				}
			}
		},
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1611212985454-screenshot2.jpg" alt="screenshot2.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/87606</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/87606</guid><dc:creator><![CDATA[MajorC]]></dc:creator><pubDate>Thu, 21 Jan 2021 07:10:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Tue, 19 Jan 2021 16:47:40 GMT]]></title><description><![CDATA[<p dir="auto">I released a new version and updated my first Topic post with the latest Features and Screenshots.</p>
<h4>Features</h4>
<ul>
<li>Support for multiple rooms</li>
<li>Shutter Contacts</li>
<li>Room Climate Controls</li>
<li>Thermostats</li>
<li>Twinguards</li>
<li>Visualization of Temperature, Humidity and Purity</li>
<li>Bosch Home Connect Dishwashers (experimental!)</li>
<li>Philips Hue Bridge</li>
<li>Languages: English, German</li>
</ul>
<p dir="auto">Thanks to all testers!</p>
]]></description><link>https://forum.magicmirror.builders/post/87521</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/87521</guid><dc:creator><![CDATA[Jalibu]]></dc:creator><pubDate>Tue, 19 Jan 2021 16:47:40 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Fri, 08 Jan 2021 08:11:13 GMT]]></title><description><![CDATA[<p dir="auto">I played a little bit with custom.css</p>
<pre><code>/**
 * 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;

}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/86902</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86902</guid><dc:creator><![CDATA[MajorC]]></dc:creator><pubDate>Fri, 08 Jan 2021 08:11:13 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Fri, 08 Jan 2021 07:13:56 GMT]]></title><description><![CDATA[<p dir="auto">I see, now it is working just fine! Great work <a class="plugin-mentions-user plugin-mentions-a" href="/user/jalibu" aria-label="Profile: Jalibu">@<bdi>Jalibu</bdi></a> !</p>
<p dir="auto">Next step to work on, some CSS functionalities.</p>
<p dir="auto"><img src="/assets/uploads/files/1610089995811-2021-01-08-080703_2560x1440_scrot.jpg" alt="2021-01-08-080703_2560x1440_scrot.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/86899</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86899</guid><dc:creator><![CDATA[MajorC]]></dc:creator><pubDate>Fri, 08 Jan 2021 07:13:56 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BoschSmartHome on Thu, 07 Jan 2021 20:20:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/majorc" aria-label="Profile: MajorC">@<bdi>MajorC</bdi></a> There was a wrong/old value in my sample config (replace MMM-BSH with MMM-BoschSmartHome)</p>
]]></description><link>https://forum.magicmirror.builders/post/86889</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86889</guid><dc:creator><![CDATA[Jalibu]]></dc:creator><pubDate>Thu, 07 Jan 2021 20:20:19 GMT</pubDate></item></channel></rss>