Skip to content

PierreGode/MMM-ZAPTEC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

206 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-ZAPTEC

This is a MagicMirror² module for connecting to the ZAPTEC API and showing charger information on your Mirror. 18 languages supported

ko-fi

Screenshots

image image image image

How to install

cd MagicMirror/modules
git clone https://github.com/PierreGode/MMM-ZAPTEC.git

In MagicMirror/config/config.js

Config

{
  module: "MMM-ZAPTEC",
  position: "bottom_right",
  header: "Zaptec",
  config: {
    username: "YOUR_USERNAME",
    password: "YOUR_PASSWORD",
    updateInterval: 30000,
    lang: "sv",
    enableChargeHistory: true,
    charger: "all",
    showHistoryEntries: 5 
 }
},

Description

charger: "all", // set to "all" to display data for all chargers, 
or set to a specific charger number (1-99) to display data for only that charge, set none to hide chargers.

showHistoryEntries: 5 // define the max amount of charge history entries to show

yes sorry for username and password but the token only had a ttl of 24H / will find a resolition for this in the future.

Restart magic mirror.(pm2 restart) After starting the module can take up to 60 sec to pull the first data.

languages supported.

Arabic: ar (العربية)
Chinese: zh (中文)
Danish: da (Dansk)
Dutch: nl (Nederlands)
English: en (English)
Finnish: fi (Suomi)
French: fr (Français)
German: de (Deutsch)
Hindi: hi (हिन्दी)
Icelandic: is (Íslenska)
Italian: it (Italiano)
Japanese: ja (日本語)
Korean: ko (한국어)
Norwegian: no (Norsk)
Polish: pl (Polski)
Portuguese: pt (Português)
Spanish: es (Español)
Swedish: sv (Svenska)

Api free: yes

development status: Complete

About

MMM-ZAPTEC module displays ZAPTEC charger data and charge history on MagicMirror. It supports multiple chargers and customizable settings like language and update interval.

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors