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.panasonic-comfort-cloud

v2.3.0

Published

Adapter for Panasonic Comfort Cloud

Downloads

51

Readme

ioBroker.panasonic-comfort-cloud

| :warning: WARNING | |:---------------------------| | New app version in adapter settings is 1.19.1 |

Logo

NPM version Downloads Dependency Status Known Vulnerabilities

NPM

Tests:: Travis-CI

panasonic-comfort-cloud adapter for ioBroker

Adapter to control devices in the Panasonic Comfort Cloud. It uses REST calls which are extracetd from the official Comfort Cloud app. To use the a adpter you need to enter your username and password in the configuration. They are used to authenticate access to the Comfort Cloud. Information of all devices is automatically retrieved and inserted as an object. The adpter polls the device information cyclically (see interval in the settings) and sends commands directly to the cloud.

With the method used, only one client can be logged on with the account at a time. It is recommended that a second account, for which the devices have been shared, is used.

Changelog

2.3.0 (2023-12-21)

  • Updated packages
  • Added connected state to devices

2.2.4 (2023-10-18)

  • Fixed load AppVersion from Github.

2.2.3 (2023-10-14)

  • Added support for admin 5 UI (jsonConfig).
  • Updated packages.
  • Fixed translation.

2.2.2 (2023-09-16)

  • Fixed wrong version number.

2.2.1 (2023-09-16)

  • panasonic-comfort-cloud-client updated to new version. New headers added.

2.2.0

  • Added feature to automatically load the app version from GitHub.

2.1.0

  • Added app version to settings.

2.0.6

  • panasonic-comfort-cloud-client updated to new version. (appVersion changed again)

2.0.5

  • Translation for news added.

2.0.4

  • New version of dependencies installed.

2.0.3

  • panasonic-comfort-cloud-client updated to new version. (appVersion changed again)

2.0.2

  • panasonic-comfort-cloud-client updated to new version.

2.0.1

  • Changed the type of some states from string to number.

2.0.0

  • Added js-controller 3 dependency.
  • Added username and password to protectedNative and password to encryptedNative.
  • Added connection info.
  • Changed schdule to timeout for refresh.
  • Fixes for async await pattern.

1.2.9

  • Error handling for get device added.

1.2.8

  • Fixed bug in Comfort Cloud client.

1.2.7

  • Comfort Cloud client updated.

1.2.6

  • Fixed bug that guid is null in device creation.

1.2.5

  • *Comfort Cloud client updated.

1.2.4

  • Fixed bug with undefined guid. Log messages added.

1.2.3

  • Set parameters only for writable states.

1.2.2

  • *Fixed error handling and added stack info.

1.2.1

  • Fixed bug in refesh device method.

1.2.0

  • States insideTemperature, outTemperature and Nanoe added.

License

MIT License

Copyright (c) 2023 marc [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.