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

natureremo_cloud_sensor

v0.1.4

Published

<p align="center"> <img src="img/nature_remo.png" width="300"> </p>

Downloads

17

Readme

概要(Overview)

Nature Remoシリーズの温度計、湿度計、照度計、モーションセンサーで各値を測定するプログラムです。(This is a program for measuring each value with a Nature Remo series thermometer, hygrometer, Illuminance meter, and motion sensor.)

node natureremo_cloud_sensor <access_token(1stArgument[Required]) device_name(2ndArgument[Optional])>

access_tokenはNatureRemo公式HPのトークン発行ページより入手可能です。(access_token can be obtained from the token issuance page of Nature Remo official website.)

  • 公式HP(official website)https://developer.nature.global/
  • access token発行ページ(access token issuing site)https://home.nature.global/
  • デバイス名については、NatureRemoが1台しか無い場合は省略可能です。(The device name can be omitted if there is only one Nature Remo.)
  • デバイス名にSpaceが含まれる場合、指定できません。(Cannot be specified if the device name contains Space.)
  • carl が必要です。(carl required)
  • モジュールですが単体での起動が可能です。(Although it is a module, it can be started by itself.)

テスト環境(Testing Environment)

  • Raspberry Pi 4 modelB 4GB(Raspbian GNU/Linux 10 (buster)) + Nature Remo +Nature Remo mini
  • Windows10 + Nature Remo +Nature Remo mini
  • MacOS BigSur (11.1) + Nature Remo +Nature Remo mini (Untested:Nature Remo 2, Nature Remo 3, Nature Remo mini 2)

ここに書いてある事はわたしがテストした環境であり、動作を保証するものではありません。(What is written here is the environment I tested, and I do not guarantee the operation.) もしかしたら他の環境でも動くかもしれません。

*注意

Nature Remo Cloud APIは5分以内に30回以上のリクエストを受けるとその後ステータスコード『429』を返すようになります。

*caution

The Nature Remo Cloud API will return status code "429" after receiving 30 or more requests within 5 minutes.

最後に(Finally)

I can't speak English, so I use Google Translate for everything. I'm sorry if there is a rude wording.