• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MagicMirror Pimatic (Home Automation) Dashboard

Scheduled Pinned Locked Moved Show your Mirror
35 Posts 10 Posters 32.6k Views 10 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    Mr.Sponti
    last edited by Dec 28, 2016, 7:37 PM

    First of all a big, very big thank you to Michael Teeuw!!!

    MagicMirror is really one of the greatest Raspberry projects followed by ‘pimatic - home automation controller’, another amazing Raspberry project. So far as I know both are developments from Dutchmen.
    After studying the documentation and several MM-moduls, I decided to use MagicMirror to setup a central dashboard for my family. Beside customizing of the standard moduls I used the modul ‘MMM-DWD-WarnWeather by LukeSkywalker92’ as a base to create a new modul for retrieving data from my pimatic home controller.
    I’m a complete novice to nodejs and all this web stuff, but my programming skill were sufficient to modify the Warnweather module and to integrate the the pimatic socket API.

    And voila, here is my dashboard providing now actual information from the internet plus status information from my IoT devices controlled by pimatic.

    alt text

    Special thanks, to those people taken time to document and to publish there solutions.
    (As soon as I’ve learned to use git, I will also publish the pimatic modul)

    Best regards and a happy new year!

    C B 2 Replies Last reply Dec 28, 2016, 9:20 PM Reply Quote 3
    • C Offline
      cowboysdude Module Developer @Mr.Sponti
      last edited by Dec 28, 2016, 9:20 PM

      @Mr.Sponti Very nice! :) It’s where I’m headed…

      1 Reply Last reply Reply Quote 0
      • B Offline
        binderth @Mr.Sponti
        last edited by Dec 29, 2016, 8:22 AM

        @Mr.Sponti nice! just curious, why didn’t you use the “MMM-REST” module for your pimatic integration? I’m about to display some of the exact same Information (but from openHAB as a source for my home automation). So I wonder, if there were any impediments for using MMM-REST.

        Thanks,
        Thomas.

        S 1 Reply Last reply Dec 29, 2016, 8:29 AM Reply Quote 1
        • S Offline
          sero @binderth
          last edited by Dec 29, 2016, 8:29 AM

          @binderth
          When using REST you need to poll / ask pimatic for updated values in a regular interval. With WebSockets pimatic can push changed values. This is less overhead and minimizes delays.

          B 1 Reply Last reply Dec 29, 2016, 8:59 AM Reply Quote 1
          • M Offline
            Mr.Sponti
            last edited by Dec 29, 2016, 8:43 AM

            @binderth
            as @sero mentioned, the Advantage over the socket-API is that you get live events, if something in pimatic changes.
            In addition I use the “MMM-REST” (push) module for displaying selected status messages in case a specific pimatic rule is fullfilled.

            1 Reply Last reply Reply Quote 0
            • B Offline
              binderth @sero
              last edited by Dec 29, 2016, 8:59 AM

              @sero said in MagicMirror Pimatic (Home Automation) Dashboard:

              @binderth
              When using REST you need to poll / ask pimatic for updated values in a regular interval. With WebSockets pimatic can push changed values. This is less overhead and minimizes delays.

              @Mr.Sponti said in MagicMirror Pimatic (Home Automation) Dashboard:

              @binderth
              as @sero mentioned, the Advantage over the socket-API is that you get live events, if something in pimatic changes.
              In addition I use the “MMM-REST” (push) module for displaying selected status messages in case a specific pimatic rule is fullfilled.

              Thanks for the update. So, I think, I’ll do the same for my openHAB items, as openHAB can also push item changes through an API to MM. oh, I love challenges, since I never had done something in node.js! ;)

              1 Reply Last reply Reply Quote 0
              • S Offline
                shgmongohh
                last edited by Dec 30, 2016, 6:59 AM

                Hi,

                Nice mirror. Could you please provide your Module? I want to use it for my own pimatic controller.

                Thank you in advance.

                Sebastian.

                1 Reply Last reply Reply Quote 0
                • M Offline
                  Mr.Sponti
                  last edited by Dec 30, 2016, 10:06 AM

                  @shgmongohh - Unfortunately I’m neither familiar with git nor with javascript or web style sheets. Based on my old school programming skills from the early eighties I studied several moduls and created 2 new moduls.

                  The first one connect to pimatic via the WebSocket API and receives on device attribute changes all new values which I compare to device attribute definitions placed in the magic mirror config.js. If a device mach the new attribute, it is shown in the notification board (similar and based on modul MMM-DWD-WarnWeather by LukeSkywalker92). My modul also consist on 3 files:

                  Pimatic Notification Borad:

                  • MMM-Pimatic.js
                  • node_helper.js
                  • MMM-Pimatic.css
                  • icons/icons-pimatic.png

                  The second modul displays temperature devices and consists of 2 files and requires that the first modul is running, as it receives the pimatic attribute changes from the node-helper of the first modul by waiting on “notificationReceived”.

                  Pimatic Temperature Devices:

                  • MMM-M2-Pimatic.css
                  • MMM-M2-Pimatic.js

                  If someone could create the git repository and crosscheck the code I can provide the files by sending a zip.archiv.

                  I would be glad to see additional ideas/moduls dealing with pimatic.

                  1 Reply Last reply Reply Quote 0
                  • Z Offline
                    Zinkeler
                    last edited by Oct 11, 2017, 8:51 AM

                    Hello,
                    please can someone tell me how i can install MagicMirror and Pimatic together.
                    If i install MagicMirror then i can´t install pimatic (needs a lower version of node).
                    If i install pimatic then i cant´t install MagicMirror (needs a higher version of node).
                    :-(
                    For MagicMirror i used the latest version.
                    For Pimatic is used the latest version.
                    For Raspberry i installed Raspberry stretch

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      Mr.Sponti
                      last edited by Oct 11, 2017, 5:56 PM

                      @Zinkeler - Sorry, but I can’t help here. I’m running 2 pi’s with separate installations of pimatic and MagicMirror. The first Raspberry hosts pimatic including several interfaces (Homeduino, MySensors, arexx temperature logger) and the second is mounted behind a HDMI Monitor hanging at the wall of my diningroom.

                      Z 1 Reply Last reply Oct 18, 2017, 4:05 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 1 / 4
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy