A simple setup to get the current temperature is shown below :
Also see a number of importable examples in my repository.
Pro-Tip : Be sure to use an external trigger (such as the inject node) to get the latest status. This way you can determine the update speed yourself. However, keep in mind that updating quicker than every 60 seconds will probably result into errors because of limitations of the Nefit API.
This Node-RED Node is based on the Nefit Easy™ commands library build by Robert Klep. At this link also all usable commands are documented and not repeated here for maintainability.
Minimum supported Node version is now at 14.x.
- Get Status (all information that is visible in the App, including current Temp.)
- Get Pressure
- Get Location (as set up in App)
- Get Program data (active program, progam1 and program2)
- Get Display boiler statuscode
- Get Actual Supply temperature
- Set temperature
- Set Fireplace Mode (enable or disable)
- Get User Mode (manual or clock operation mode)
- Set User Mode
- Get Gas Usage Data per day
- Get Hot Water Supply (on or off)
- Set Hot Water Supply (on or off)
npm -g i node-red-contrib-nefit-easy2