Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 893 Bytes

README.md

File metadata and controls

24 lines (11 loc) · 893 Bytes

NibeReader

This React Native application communicates and read values from Nibe ground source heating pump.

Using My Uplink API

Register app in https://dev.myuplink.com/apps to get needed Client Identifier and Client Secret

Using Modbus sockets

ModbusNode folder contains Node.js executable that communicates with Nibe using Modbus socket. Modbus socket cannot be used from React Native currently. See Modbus communication https://github.com/tero-paananen/NibeReader/blob/main/ModbusNode/index.js

https://www.npmjs.com/package/jsmodbus

Pictures of React Native app and Node.js console executable