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.air-q

v1.0.2

Published

Adapter for air-Q devices

Downloads

81

Readme

ioBroker.air-q

NPM version Downloads Number of Installations Current version in stable repository

NPM

Tests: Test and Release

Contents

About

This ioBroker Adapter is used in connection with our air-Q device. It polls the values from our sensors and displays them for you in the ioBroker environment.

air-Q_frontal + Seitlich_full

Getting started

You should be able to find the adapter through the admin interface.

Otherwise you're welcome to use the ioBroker command line interface through the console. Simply direct to your ioBroker root folder and add the adapter via

iobroker add air-q

This installs the adapter (if it isn't installed already) and starts an instance. In case you only want to install the adapter without creating an instance yet, use the following command:

iobroker install air-q

For more information visit the ioBroker CLI documentation under https://github.com/ioBroker/ioBroker/wiki/Console-commands.

To configure your instance you simply select whether you want to connect it through the IP or the short-ID of your device.

Screenshot 2024-02-13 103001

Please make sure you enter the correct IP/ID and password. Then you can also choose how the data should be retrieved. You can clip negative values if you don't need them, with the exception of temperature, of course. You can set up how often the data should be polled by typing in the number in seconds. And lastly you can choose between realtime data or average data.

Screenshot 2024-02-13 104813

Now you should be all set up and good to go!

The data will be retrieved and shown in the objects-tab according to your configuration, when the device is found. Of course, depending on the device you own, there might be more sensors shown.

Screenshot 2024-02-13 110655

For now we have all sensors for the air-Q Pro included. Optional sensors will be included in a future patch.

Changelog

1.0.2

  • Added units for each sensor value
  • Updates within config files

1.0.1

  • Added sensor list update when connecting to a different air-Q in the same instance
  • Fixed name display and update of device

1.0.0

  • Include typescript files by @pr0crstntr in #6
  • Created air-Q class by @pr0crstntr in #4
  • Fix restart bug by @pr0crstntr in #7
  • Update data poll by @pr0crstntr in #8
  • Updated io-package by @pr0crstntr in #9
  • Fixed save option for configuration by @pr0crstntr in #16
  • Added clear intervals on unload by @pr0crstntr in #26
  • Update README by @pr0crstntr in #37
  • Changed role for temperature and added unit by @pr0crstntr in #38

0.0.1

  • (Katharina K.) initial release

License

MIT License

Copyright (c) 2024 Corant GmbH

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.