@fredmet8 you have to configure it, as I previously said, in the network configuration section of jeedom, not in the plugin
Posts made by minscof
-
RE: Jeedom application can't see ethernet gateway
-
RE: Jeedom application can't see ethernet gateway
look,
19-02-2016 20:06:55 | info | Jeedom url : http://:80/core/api/jeeApi.phpthe ip address of jeedom is missing , you must add it in the network configuration of jeedom
besides, when you post log, delete the value of api : it is confidential ...
-
RE: PiGatewaySerial using interrupts
I have performance problem with the standard PiGatewaySerial (100% CPU). Could you post your modify version of the gateway ?
Solved : I had to modify source code of PiGatewaySerial.ccp and Makefile of librf24-bcm, and then if the controller establishes a connection with the gateway, the CPU is quite low (see this post)
-
RE: Step-by-step procedure to connect the NRF24L01+ to the GPIO pins and use the Raspberry as a Serial Gateway (MySensors 1.x)
I have a trouble with CPU utilization when I start the gateway : 100% all the time. I use Jessie and not Wheezy on a RPI 2. Does someone can help me to troubleshoot this problem ? I have not add a decoupling capacitor , can it be the reason ?
Solved : see this post
-
RE: [Tutorial] Raspberry Pi NRF24l01 direct connection
I used this gateway on a wheezy debian (RPI2) for several months and everything was ok. I upgraded my raspbian to jessie, and then the CPU load was always 100%. So I try to revert to wheezy, but i have now the same problem : CPU stays at 100 % .
So there must be a system configuration somewhere to improve this gateway and prevent it to use all the CPU.
Do you have an idea ?
Thanks
**Solved **: see this post