2.1.0 • Published 7 months ago

node-red-contrib-tasmotas v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

node-red-contrib-tasmotas

Support for Tasmota devices in SmartHome projects using Node-RED.

The goal of the project is to allow using and configure devices flashed with Tasmota firmware in Node-Red

Getting Started

Prerequisites: Node-RED installation. For details see here.

Install via npm

$ cd ~/.node-red
$ npm install node-red-contrib-tasmotas

then restart node-red

The Tasmota devices are represented by config Nodes (single Node per device). The flow Nodes references a device node and can exists multiple times in different flows. It can be defined a project object to group and control all Tasmota devices in the local network. The management functions can be accessed over an "Config" nodes. The devices can be accessed over MQTT or HTTP. The IP addresses of the devices will be detect automaticaly. The device configurations will be downloded and cached localy.

Available Nodes

  • Switch Represents a Tasmota Power channel
  • Shutter Represents a Tasmota Shutter device shutter flow
  • Sensor Represents a Tasmota generic sensor access
  • Button Represents a Tasmota Button device
  • Light Represents a Tasmota Light device
  • Generic Represents a generic Tasmota device
  • Config Can be used to access and control one or more devices control flow

TODO:

  • detailed nodes description
  • provide usage examples

Disclaimer

The software is provided as-is under the MIT license. The author cannot be held responsible for any unintended behaviours.

Thanks

If you like our ideas and want to support further development, you can donate here:
Donate Donate

2.1.0

7 months ago

2.0.3

8 months ago

2.0.2

9 months ago

1.0.4

12 months ago

2.0.0

12 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago