• 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.

EVCC Dashboard MM module

Scheduled Pinned Locked Moved Unsolved Requests
4 Posts 2 Posters 406 Views 2 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.
  • C Offline
    chrisfr1976
    last edited by Oct 14, 2024, 8:26 AM

    Hello,

    I’m using EVCC for load PV surplus. Currently I’m using parts of the EVCC dashboard in an I-Frame. This is not as nice as it could be.

    For all who don’t know what it is: EVCC.

    Has anyone tried to create something for the MM project?

    BR Chris.

    Regards, Chris.

    R 1 Reply Last reply Oct 29, 2024, 12:52 PM Reply Quote 1
    • R Offline
      rabbit83ka @chrisfr1976
      last edited by Oct 29, 2024, 12:52 PM

      @chrisfr1976 I’m using Grafana and MMM-GrafanaChart to display the data on my mirror.

      C 1 Reply Last reply Oct 31, 2024, 9:11 AM Reply Quote 0
      • C Offline
        chrisfr1976 @rabbit83ka
        last edited by Oct 31, 2024, 9:11 AM

        @rabbit83ka Hi, this looks interesting. I‘ve used Grafana in the past but I‘m definately no expert. Can you share the part of of your config.js ? Then I can try to get this running.

        Chris.

        Regards, Chris.

        R 1 Reply Last reply Nov 1, 2024, 9:30 AM Reply Quote 0
        • R Offline
          rabbit83ka @chrisfr1976
          last edited by Nov 1, 2024, 9:30 AM

          @chrisfr1976 You need to set up a Grafana Dashboard based on influx. The discussions in the evcc github (for example here) are a good starting point. Then install MMM-GrafanaChart. Config.js as described in the module documentation:

          {
          	 		module: 'MMM-GrafanaChart',
          		 	position: 'top_left',   // This can be any of the regions.
          		 	config: {
          				version: "6", // Only add this line if you are using Grafana verison 6 or greater
          				id: "V9usrR48j", // Only Mandartory if you are using Grafana verison 6 or greater found after /d/ in the url
          				host: "solarrouter", //Mandatory. See url when displaying within grafana
          				port: 3000, // Mandatory.
          				dashboardname: "pv-ubersicht-mirror", // Mandatory.
          				orgId: 1, // Mandatory.
          				panelId: 9, // Mandatory.
          				from: "now-1d", // use any of grafanas time-range-controls
          				to: "now", // 
          				width: "100%", // Optional. Default: 100%
          				height: "100%", // Optional. Default: 100%
          				scrolling: "no", // Optional. Default: no
          				refreshInterval: 9000 //Optional. Default: 900 = 1/4 hour
          				}
          		},
          
          1 Reply Last reply Reply Quote 1
          • 1 / 1
          • 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