Socket
Socket
Sign inDemoInstall

daikeen

Package Overview
Dependencies
2
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    daikeen

Daikin AC local HTTP API controller


Version published
Maintainers
1
Install size
57.8 kB
Created

Readme

Source

NodeJS Daikin Air Conditioning HTTP API

This is yet another module to access the local HTTP API given by most of the recent Daikin Air Conditioning devices. The goal is to be very simple to use and change to feet your needs. It does not any dependency to fetch HTTP, just plain old NodeJS.

Example

const Daikeen = require("daikeen");

let daikin = Daikin.createConnection("192.168.0.124");

setTimeout(() => {
	// a few time later..
	console.log(daikin.sensorInformation());

	// turn on
	daikin.setControlInformation({ power: true });
}, 1000);

FAQs

Last updated on 26 Feb 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc