Hey everyone! 🎉 I’m excited to share my latest MagicMirror plugin, MMM-Sensibo! This module integrates with the Sensibo API to bring real-time data from your Sensibo thermostats right to your MagicMirror display. Whether you’re managing multiple rooms or just want an easy way to check your home’s temperature, this plugin has got you covered.
✨ Key Features:
- Real-Time Data: View current mode, target temperature, fan level, and room name for each thermostat.
- Flexible Display Options: Choose between grid or list views to match your MagicMirror setup.
- Customizable Room Icons: Use Font Awesome icons for different room types—fully customizable in the config!
- Dual Temperature Mode: Display temperatures in Fahrenheit, Celsius, or both side-by-side with dual mode.
⚙️ Installation & Setup
Head over to the GitHub repo for full installation instructions and configuration options:
https://github.com/wlans/MMM-Sensibo
Sample Config:
{
module: "MMM-Sensibo",
position: "top_right",
config: {
apiKey: "YOUR_SENSIBO_API_KEY",
view: "grid", // "list" or "grid" view options
temperatureUnit: "dual", // Options: "F", "C", or "dual" for both
roomIcons: { // Custom icons (optional)
Kitchen: "fa-blender",
Garage: "fa-car",
Office: "fa-laptop-house",
}
}
}
🛠️ Contributing & Feedback
I’d love to hear your thoughts! Feel free to test it out, open issues, or submit PRs for enhancements and improvements.
Thanks for checking it out, and happy mirroring! 🚀