You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,17 @@
2
2
3
3
A Node Red module that allows to use the offical Ecoflow HTTP API to read data from various supported Ecoflow devices.
4
4
5
+
Big thanks to [@rustyy](https://github.com/rustyy/ecoflow-api) for providing an easy to use javascript library which makes the implementation of the interactions way easier.
6
+
5
7
At the moment the following functions are supported:
6
8
-[List devices](#query-the-device-list)
7
9
-[Query all data of a device](#query-all-data-of-a-device)
8
10
-[Generic set of data of a device](#set-a-specific-datapoint)
9
11
-[Query for the user specific MQTT parameters](#query-mqtt-configuration-parameter)
10
12
13
+
It also has a specific node for the following device types, to make interaction with the functions of these easier (see the documentation of the nodes for more information):
14
+
- PowerStream
15
+
11
16
## Supported device types
12
17
13
18
Because this module uses the standard HTTP API from Ecoflow it should support all devices that are also supported from the offical API.
0 commit comments