Can't get Netfit Easy to run

Please use template to report bugs and problems. Post here your questions when not sure where else to post
Only for bugs in the Domoticz application! other problems go in different subforums!

Moderators: leecollings, remb0

Forum rules
Before posting here, make sure you are on the latest Beta or Stable version.
If you have problems related to the web gui, clear your browser cache + appcache first.

Use the following template when posting here:

Version: xxxx
Platform: xxxx
Plugin/Hardware: xxxx
Description:
.....

If you are having problems with scripts/blockly, always post the script (in a spoiler or code tag) or screenshots of your blockly

If you are replying, please do not quote images/code from the first post

Please mark your topic as Solved when the problem is solved.
Post Reply
hjzwiers
Posts: 242
Joined: Friday 12 January 2018 8:26
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Can't get Netfit Easy to run

Post by hjzwiers »

I can't get nefit easy to run, installed through dockge

services:
nefiteasy-http-server:
ports:
- 3000:3000
container_name: myNefitEasy
environment:
- NEFIT_SERIAL_NUMBER=XXXXXX
- NEFIT_ACCESS_KEY=XXXXXXXXX
- NEFIT_PASSWORD=XXXXXX
image: trafex/nefiteasy-http-server
networks: {}

It says in Domotics: Error: Nefit_Easy: Error getting http data! I don't know what to do anymore

Edit Waltervl: removed credentials
eddieb
Posts: 335
Joined: Wednesday 04 July 2018 7:48
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

Re: Can't get Netfit Easy to run

Post by eddieb »

edit you access-key ...
RPI4 Beta / Tasmota / ZigBee2MQTT / P1meter / Haier AC with Node-Red and MQTT / SolarEdge SE3500H modbus_tcp / Opentherm gateway / Plugwise Anna/Smile / ObserverIP weatherstation thru WuDirect
Feeding ADSB https://adsb.im/home
hjzwiers
Posts: 242
Joined: Friday 12 January 2018 8:26
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Can't get Netfit Easy to run

Post by hjzwiers »

I don't understand, how must I edit the access-key?
User avatar
waltervl
Posts: 5846
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Can't get Netfit Easy to run

Post by waltervl »

Does it run in Docker? What does the log of the docker say?
Did you stop the normal nefit-easy server on your system?

And stop posting credentials like ID and password/PIN codes on the internet!!!!!
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
hjzwiers
Posts: 242
Joined: Friday 12 January 2018 8:26
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Can't get Netfit Easy to run

Post by hjzwiers »

Sorry about the credentials ....

dockge says:

[email protected] start
myNefitEasy | > easy-server --host=0.0.0.0
myNefitEasy |
myNefitEasy | HTTP server listening on http://0.0.0.0:3000

no other comments, I do wonder why its not sending on http://127.0.0.1:3000? Can you put that in the docker file?
User avatar
waltervl
Posts: 5846
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Can't get Netfit Easy to run

Post by waltervl »

That probably depends how the docker image has been created.....
Does it even work properly?
In the NefitEasy wiki page https://wiki.domoticz.com/NefitEasy there is a troubleshooting part.

Code: Select all

curl http://127.0.0.1:3000/api/status
It should give a valid JSON result.

You can also try

Code: Select all

curl http://0.0.0.0:3000/api/status
or

Code: Select all

curl http://<Domoticz Server IP>:3000/api/status
If one of these works then you have to change the settings accordingly in Domoticz.
If you run Domoticz also in a Docker you probably have to change the settings anyway as 127.0.0.1 is the localhost IP in the container and not of the Domoticz server.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
hjzwiers
Posts: 242
Joined: Friday 12 January 2018 8:26
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Can't get Netfit Easy to run

Post by hjzwiers »

I know I have to change the settings .... but which

curl http://127.0.0.1:3000/api/status:

{"user mode":"manual","clock program":"auto","in house status":"ok","in house temp":27,"hot water active":true,"boiler indicator":"off","control":"weather","temp override duration":0,"current switchpoint":32,"ps active":true,"powersave mode":true,"fp active":false,"fireplace mode":false,"temp override":false,"holiday mode":false,"boiler block":null,"boiler lock":null,"boiler maintenance":null,"temp setpoint":15,"temp override temp setpoint":17,"temp manual setpoint":10,"hed enabled":null,"hed device at home":null,"outdoor temp":30.3,"outdoor source type":"physical"}hjz@debian:/opt/stacks/domoticz/config/plugins/iDetect$

seems all fine

I checked internet and they all show the same settings in the docker file, which one to change?
User avatar
waltervl
Posts: 5846
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Can't get Netfit Easy to run

Post by waltervl »

You are running Domoticz also in a docker?
Find the real IP of your Domoticz server by open up a terminal window and execute the command:

Code: Select all

ifconfig -a
Then you have to change in Domoticz menu Setup - Hardware - NefitEasy hardware gateway http://127.0.0.1:3000 into http://<Domoticz Server IP>:3000
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
hjzwiers
Posts: 242
Joined: Friday 12 January 2018 8:26
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Can't get Netfit Easy to run

Post by hjzwiers »

That was very simple ... but most things are if you know where to look.

Working!
User avatar
waltervl
Posts: 5846
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Can't get Netfit Easy to run

Post by waltervl »

hjzwiers wrote: Friday 13 June 2025 14:53 That was very simple ... but most things are if you know where to look.

Working!
It is more that you have to understand what is happening when you use docker.....
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest