https://github.com/smappee/node-red-contrib-smappee
A collection of Smappee nodes for Node-RED.
https://github.com/smappee/node-red-contrib-smappee
iot node-red smappee
Last synced: 5 months ago
JSON representation
A collection of Smappee nodes for Node-RED.
- Host: GitHub
- URL: https://github.com/smappee/node-red-contrib-smappee
- Owner: smappee
- Created: 2017-11-14T14:22:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T09:32:56.000Z (over 7 years ago)
- Last Synced: 2025-08-08T22:31:15.177Z (11 months ago)
- Topics: iot, node-red, smappee
- Language: JavaScript
- Homepage: https://www.smappee.com
- Size: 137 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Node-RED: Smappee
A collection of [Smappee](https://www.smappee.com) nodes for [Node-RED](https://www.nodered.org).
See the [nodes](#Nodes) below for a complete list per category.
## Installation
Install via [npm](https://npm.org) into your `.node-red` directory
```bash
npm install @smappee/node-red-contrib-smappee
```
This repository contains all nodes available, separated per category.
## Feedback
Help us improve by mailing [support@smappee.com](mailto:support@smappee.com) with feedback.
## Nodes
Nodes are split into different categories to make smaller installations possible.
### Category [`device`](./node-device/README.md)
Smappee devices can be read with the nodes in `node-device`.
```bash
npm install @smappee/node-red-contrib-smappee-device
```
Device nodes require a
[Smappee Plus](https://www.smappee.com/be_en/plus-energy-monitor) or
[Smappee Pro](https://www.smappee.com/be_en/pro-energy-monitor) to work.
Please contact [support@smappee.com](mailto:support@smappee.com) to activate Node-RED on the device itself.
### Category [`ev`](./node-ev/README.md)
Electric vehicle nodes such as an OCPP charging point and central system node.
```bash
npm install @smappee/node-red-contrib-smappee-ev
```
### Category [`knx`](./node-knx/README.md)
KNX events can be received and sent through nodes in `node-knx`.
```bash
npm install @smappee/node-red-contrib-smappee-knx
```
## Copyright and license
Copyright © 2017-2019 Smappee NV, all rights reserved.