Node-RED node to get information and send commands to Huawei LTE routers.
npm install node-red-contrib-huawei-router


Uses the unofficial API from npm package huawei-lte-api.
Example of a node:
Currently working methods of nodes are:
- Info node: Get list if clients on the wireless lan
- Info node: Get list of known lan connected clients. Both earlier and currently connected
- Info node: Get signal strength. Made by request in issue#1
- Command node: Toggle mobile data connection
- Command node: Reboot device
- Command node: Send text/ SMS out Made by request in issue#6. My experience on testing on a device that does not support SMS is that the router just respond back that all is okay and the SMS will be sent. If your router support SMS it does work though.
- Info node: Get usage statistic Made by request in issue#10
108003: Already login meaning too many active sessions. This is a limit on the router it self. Wait some time (max 5 minutes) and try again.