npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

iobroker.powertrust-app

v1.7.1

Published

![Logo](admin/powertrust-app.png) # Powertrust client Adapter

Downloads

144

Readme

Logo

Powertrust client Adapter

NPM version Downloads

This adapter is to visualize the Powertrust devices.

The same code is used in the cloud.

Settings

To use the cloud adapter, you should first to register on the powertrust cloud https://powertrust.click.

Development

Start react-app with npm run start in src directory. Start chrome in special mode:

chrome --disable-web-security --user-data-dir=C:\\temp --disable-site-isolation-trials

e.g., for windows "C:\Program Files\Google\Chrome\Application\chrome" --disable-web-security --user-data-dir=C:\\temp --disable-site-isolation-trials

and open in it http://localhost:3000?token=11, where 11 is your token from real communication on https://oxmox.powertrust.de (Dev=>Application=>Cookies=>token).

Warning

Do not use swiper 10, as it is now a web component.

Changelog

1.7.1 (2024-12-09)

  • (bluefox) Updated units and read "max" for non energy values

1.7.0 (2024-12-05)

  • (bluefox) Implemented new integral charts

1.6.9 (2024-09-11)

  • (bluefox) Added the indication of connection status

1.6.6 (2024-07-16)

  • (bluefox) Added the possibility to download the history data

1.6.5 (2024-05-17)

  • (bluefox) Corrected charts

1.6.4 (2024-05-10)

  • (bluefox) Added lazy loading of device's info

1.6.2 (2024-05-09)

  • (bluefox) Corrected error if no CHP

1.6.0 (2024-03-20)

  • (bluefox) Changed "oxmox" to "echo"

1.5.1 (2023-10-12)

  • (bluefox) optimizations for icons and units
  • (bluefox) Catch errors in history

1.5.0 (2023-06-07)

  • Fixed error with the message deletion

1.4.0 (2023-06-05)

  • Used "integral total"

1.3.0 (2023-06-02)

  • Added deletion of messages
  • Added time of messages

1.1.0 (2023-05-24)

  • Added acknowledge of messages from ioBroker

1.0.0 (2023-05-17)

  • Added messages from ioBroker

0.7.1 (2023-05-10)

  • Added forecast

0.6.0 (2023-04-19)

  • Corrected history

0.5.1 (2023-04-05)

  • Make decimal places always 2

0.5.0 (2023-04-01)

  • Small improvements

0.4.0 (2023-02-09)

  • Added connection/reconnection detection

0.3.0 (2022-12-21)

  • Added lazy loading of history

0.2.2 (2022-12-20)

  • Use code styles

0.1.1 (2022-12-20)

  • Working stage

0.1.0 (2022-12-15)

  • Charts implemented

0.0.16 (2022-11-17)

  • Work in progress

0.0.14 (2022-09-12)

  • Work in progress

0.0.13 (2022-08-28)

  • New design

0.0.12 (2022-07-07)

  • Variables are sorted now by name

0.0.11 (2022-07-05)

  • Created the demo app

0.0.3 (2022-03-31)

  • Change ports

0.0.2 (2022-03-31)

  • Initial release

Start local dev

from /iobroker/iobroker.powertrust-app directory

Process 1

cd ..
./startIob

Process 2

cd src
npm run start