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 🙏

© 2024 – Pkg Stats / Ryan Hefner

iobroker.rpi

v0.0.4

Published

RPI-Monitor for ioBroker Installations

Downloads

8

Readme

Logo ioBroker RPI-Monitor Adapter

RPI-Monitor implementation for integration into ioBroker

Important Information

Works only with node >= 0.12

Installation

After installation you have to configure all required modules via administration page.

After start of iobroker.rpi, all selected modules generates an object tree in ioBroker within rpi.. e.g. rpi.0.cpu

Following Objects are available after selection:

CPU

  • cpu_frequency
  • load1
  • load5
  • load15

Raspberry (vcgencmd is required)

  • cpu_voltage
  • mem_arm
  • mem_gpu

Memory

  • memory_available
  • memory_free
  • memory_total

Network (eth0)

  • net_received
  • net_send

SDCard

  • sdcard_boot_total
  • sdcard_boot_used
  • sdcard_root_total
  • sdcard_root_used

Swap

  • swap_total
  • swap_used

Temperature

  • soc_temp

Uptime

  • uptime

WLAN

  • wifi_received
  • wifi_send

Configuration

On configuration page you can select following modules:

  • CPU
  • Raspberry
  • Memory
  • Network
  • SDCard
  • Swap
  • Temperature
  • Uptime
  • WLAN

Logfiles / Configuration Settings

Features

Todo

Tested Hardware

  • Odroid C1
  • Raspberry Pi 1

Changelog

0.0.4 (2016-03-25)

  • (bluefox) Try catch by eval (bluefox) do not process if exec fails

0.0.3 (2015-12-28)

  • (husky-koglhof) Fixed value calc. Set Value to 2 digits

0.0.2 (2015-12-26)

  • (husky-koglhof) Workaround for node 0.10.x
  • (bluefox) Some Fixes

0.0.1 (2015-12-23)

  • Initial commit. Alpha Version.

License

Copyright (c) 2015 husky-koglhof [email protected]

MIT License