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??
Nefit Easy not so Easy
Moderators: leecollings, remb0
-
- Posts: 675
- Joined: Thursday 02 October 2014 6:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2022.2
- Location: Geleen
- Contact:
Re: Nefit Easy not so Easy
Did you try restarting Domoticz?
- gjaa
- Posts: 38
- Joined: Thursday 12 February 2015 6:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: Nefit Easy not so Easy
[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?
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?
- jvdz
- Posts: 2335
- Joined: Tuesday 30 December 2014 19:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.107
- Location: Netherlands
- Contact:
Re: Nefit Easy not so Easy
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.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?
Jos
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
-
- Posts: 251
- Joined: Friday 12 July 2013 13:19
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: The Netherlands
- Contact:
Re: Nefit Easy not so Easy
The easy server will connect to the Bosch servers and not directly to the thermostat.jvdz wrote: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.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?
Jos
Does the Netfit CLI works correctly?
https://github.com/robertklep/nefit-easy-cli
- gjaa
- Posts: 38
- Joined: Thursday 12 February 2015 6:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: Nefit Easy not so Easy
I let the wifi connect to the guest network and the utp to the other so now it connect to both networks.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 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
- gjaa
- Posts: 38
- Joined: Thursday 12 February 2015 6:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: Nefit Easy not so Easy
Thanks I found the solutionDoes the Netfit CLI works correctly?
https://github.com/robertklep/nefit-easy-cli
I had a wrong character in my password I used an exclamation ("!")
Changed the password and its working now

- jvdz
- Posts: 2335
- Joined: Tuesday 30 December 2014 19:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.107
- Location: Netherlands
- Contact:
Re: Nefit Easy not so Easy
Ah .. that makes sense.... sneaking out of this thread again..pepijn wrote: The easy server will connect to the Bosch servers and not directly to the thermostat.

Jos
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
-
- Posts: 1
- Joined: Sunday 30 April 2017 12:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Nefit Easy not so Easy
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 ?
[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 ?
Who is online
Users browsing this forum: No registered users and 1 guest