Page 1 of 1
Nefit Easy not so Easy
Posted: Friday 06 January 2017 14:51
by gjaa
I installed a new sd-card for my raspberry 2 with raspian jessie
I did a Clean install of domoticz
And then I installed de Nefit Easy server (
https://www.domoticz.com/wiki/NefitEasy)
I think everything is OK
┌─────────────────────┬──────┬────────┬─────┬─────┬──────────┐
│ Name │ mode │ status │ ↺ │ cpu │ memory │
├─────────────────────┼──────┼────────┼─────┼─────┼──────────┤
│ nefiteasyhttpserver │ fork │ online │ 426 │ 0% │ 2.3 MB │
└─────────────────────┴──────┴────────┴─────┴─────┴──────────┘
In Domotcz I add new hardware -> Nefit easy http server over lan interface
I used this settings
name: nefit-easy
Remote address: 127.0.0.1
poort: 3000
After this I expected new devices but nothing appears
In the logging I see errors
2017-01-06 14:43:38.467 Error: NefitEasy: Invalid data received! (Press)
017-01-06 14:46:59.263 Error: NefitEasy: Invalid data received! (Gas)
2017-01-06 14:47:09.536 Error: NefitEasy: Invalid data received (main)!
What is going wrong or did I missed Something??
Re: Nefit Easy not so Easy
Posted: Friday 06 January 2017 15:33
by jannl
Did you try restarting Domoticz?
Re: Nefit Easy not so Easy
Posted: Friday 06 January 2017 15:57
by gjaa
[quote][/quote]
A couple of times but doesn't work
I was thinking my thermostat is using the guest network in my house and Domoticz isn't
They are both in a different IP-network can that be the problem?
Re: Nefit Easy not so Easy
Posted: Friday 06 January 2017 16:22
by jvdz
gjaa wrote:I was thinking my thermostat is using the guest network in my house and Domoticz isn't
They are both in a different IP-network can that be the problem?
That will be a problem when the IP traffic isn't routed between those 2 networks. That is something to check on your router, or simply connect your PC/mobile to the guest network and see if you can reach the domoticz server.
Jos
Re: Nefit Easy not so Easy
Posted: Friday 06 January 2017 16:37
by pepijn
jvdz wrote:gjaa wrote:I was thinking my thermostat is using the guest network in my house and Domoticz isn't
They are both in a different IP-network can that be the problem?
That will be a problem when the IP traffic isn't routed between those 2 networks. That is something to check on your router, or simply connect your PC/mobile to the guest network and see if you can reach the domoticz server.
Jos
The easy server will connect to the Bosch servers and not directly to the thermostat.
Does the Netfit CLI works correctly?
https://github.com/robertklep/nefit-easy-cli
Re: Nefit Easy not so Easy
Posted: Friday 06 January 2017 16:43
by gjaa
That will be a problem when the IP traffic isn't routed between those 2 networks. That is something to check on your router, or simply connect your PC/mobile to the guest network and see if you can reach the domoticz server.
I let the wifi connect to the guest network and the utp to the other so now it connect to both networks.
I reboot te pi and the the problems are not solved.
Is there a possibility to check on the commandline if the server is working correctly
Re: Nefit Easy not so Easy
Posted: Friday 06 January 2017 17:08
by gjaa
Thanks I found the solution
I had a wrong character in my password I used an exclamation ("!")
Changed the password and its working now

Re: Nefit Easy not so Easy
Posted: Friday 06 January 2017 17:19
by jvdz
pepijn wrote:
The easy server will connect to the Bosch servers and not directly to the thermostat.
Ah .. that makes sense.... sneaking out of this thread again..
Jos
Re: Nefit Easy not so Easy
Posted: Sunday 30 April 2017 12:06
by igorwolsink
pm2 start /home/pi/nefiteasyhttpserver.sh
[PM2] Applying action restartProcessId on app [nefiteasyhttpserver](ids: 0)
[PM2] [nefiteasyhttpserver](0) ✓
[PM2] Process successfully started
┌─────────────────────┬──────┬─────────┬────┬─────┬────────┐
│ Name │ mode │ status │ ↺ │ cpu │ memory │
├─────────────────────┼──────┼─────────┼────┼─────┼────────┤
│ nefiteasyhttpserver │ fork │ stopped │ 16 │ 0% │ 0 B │
└─────────────────────┴──────┴─────────┴────┴─────┴────────┘
Use `pm2 show <id|name>` to get more details about an app
this is what i get.. some one can help me out ?