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

v0.2.1

Published

Receiving data from electricity meters Mercury

Downloads

24

Readme

Logo

ioBroker.mercury

Number of Installations Downloads NPM version Stable Tests

NPM

Donate Donate

Mercury adapter for ioBroker

Receiving data from electricity meters Mercury. Supports TCP / IP and Serial connections.

The following electricity meters are supported:

  • Mercury-200
  • Mercury-201
  • Mercury-206
  • Mercury-203
  • Mercury-203.2TD
  • Mercury-204
  • Mercury-208
  • Mercury-230
  • Mercury-231
  • Mercury-233
  • Mercury-234
  • Mercury-236
  • Mercury-238

Objects

RAW - sending a RAW command and receiving a response.
Command without address and CRC, bytes separated by space. Expample:
For 1 phase counter - Reading energy for the current month

32 0F

Returns a buffer as a string
"{"type":"Buffer","data":[0,14,31,155,50,7,0,99,0,255,255,255,255,255,255,255,255,255,255,255,255,127,86]}"

Changelog

0.2.1 (2024-04-19)

  • (mcm1957) Adapter requires node.js >= 18 and js-controller >= 5 now
  • (mcm1957) Dependencies have been updated

0.1.6 (2023-03-21)

  • (foxriver76) prepare for new js-controller

0.1.5

  • (instalator) fixed a bug with polling multiple counters

0.1.4

  • (instalator) added frequency for 1 fase
  • (instalator) added powerQTotal for 1 fase
  • (instalator) added powerSTotal for 1 fase
  • (instalator) added cosfTotal for 1 fase
  • (instalator) change recconect

0.1.3

0.1.2

  • (instalator) fixed error serial memory

0.1.1

  • (instalator) fixed Unsigned value current
  • (instalator) fix for serial number > 240
  • (instalator) change recconect SerialPort
  • (instalator) refactoring

0.1.0

  • (instalator) beta

0.0.15

  • (instalator) fixed error Power

0.0.13

  • (SanSanysch) translate
  • (instalator) added translate
  • (instalator) added temperature, frequency, full power
  • (instalator) fix error

0.0.11

  • (instalator) added translate function (PLEASE HELP WITH THE TRANSLATION)
  • (instalator) fix error

0.0.10

  • (instalator) Added setting Polling period main parameters
  • (instalator) Added setting Polling period of non-main parameters
  • (instalator) Refactoring and fix error

0.0.8

  • (instalator) fixed error

0.0.4

  • (instalator) added unit for state

0.0.3

  • (instalator) added object send RAW command
  • (instalator) refactor and fix error

0.0.2

  • (instalator) added serial connect
  • (instalator) fixed many error

0.0.1

  • (instalator) initial release

License

The MIT License (MIT)

Copyright (c) 2024 iobroker-community-adapters [email protected] Copyright (c) 2023 instalator [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.