1.7.0 • Published 2 years ago

equation-connect v1.7.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Equation Connect

Tests Documentation npm version

This is a library for the Reverse Engineered Equation & Rointe Connect Firebase API.

The Equation Connect is an app for controlling wifi radiators, like the Emisor fluido EQUATION Adagio 1250w from Leroy Merlin. The library is also compatible with Rointe Connect since it uses the same infrastructure, but different connection paramters.

Motivations

  • providing an open source web alternative to the proprietary mobile app
  • remote backlight setup
  • access to temperature sensors
  • improving the interoperability (Nest, HomeAssistant...)

Install

yarn add equation-connect

Usage

Here's a basic example for logging and retrieving installations information.

import { login, getInstallations } from "equation-connect";

const showInstallations = async (email, password) => {
  const user = await login(email, password);
  const installations = await getInstallations(user.uid);
  console.log(installations);
};
showInstallations(process.env.EMAIL, process.env.PASSWORD);

Explore the documentation for more: https://andremiras.github.io/equation-connect.js

1.7.0

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.3

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago