[SOLVED] Wifi gateway / motion sensor / value 1107296256 instead of tripped ?
-
I changed a long existing motion sensor ( combined with DHT22) to send data to a newly installed WIFI-Gateway instead of the older LAN-Gateway
I still get the right values for temperature and humidity, only the motion sensor sends ( or better the WIFI-Gateway receives)
1107296256 instead of tripped ?Any ideas ?
-
I have the same problem with TRIPPED-messages and the Wifi gateway:
http://forum.mysensors.org/topic/2878/messed-up-payload-from-binary-switch-sensor
-
After long trying i managed to install the developer version.
Now the gateway doesn´t receive any messagesI see trough putty the comunication with FHEM, but no messages from the sensor laying next to the gateway
The sensors definetly send, i see it on other wired gateway
Are there any changes in the developer version regarding Channel / ID ? -
That´s really strange, because 2 hours earlier, the gateway worked with the old version, only the problem of receiving numbers instead of v_tripped
I´m using an NRF24L01 with external Antenna, i saw somewhere in the Code there are settings for TX-Power or similar ? Maybe that´s different in dev version ?
Or any other ideas ? -
Debug is enabled by default.
You could perhaps have the gateway connected to your computer/Arduino IDE and open the serial monitor to see that sensor readings is picked up correctly.
-
Thats what i already did, that´s what i get after a diconnect / connect and then a inclusion-mode on / off in my controller software.
0;255;3;0;14;Gateway startup complete. 0;255;3;0;2;2.0.0-beta 0;255;3;0;14;Gateway startup complete. 0;255;3;0;2;2.0.0-beta 0;255;3;0;5;1 0;255;3;0;5;0But no messages from the sensors.
Should there be additional messages when in debug mode ?So as there are no changes in Channel / ID, i see only the possibilities that i either damaged the NRF or that something is different with the Developer version
I´ll try to flash the old software again this evening
-
Got it working now, replaced the ampflified NRF with a regular one
Maybe i broke it, but can´t imagine howIn one of the many examples i found the following comment for myConfig.h:
#define RF24_PA_LEVEL_GW RF24_PA_LOW //Gateway PA Level, defaults to Sensor net PA Level. Tune here if using an amplified nRF2401Is there anything special about the amplified version ? Do they have like a register i have to switch on/ off ? or is it just an additional transistor and the antenna connection ?
-
Got it working now, replaced the ampflified NRF with a regular one
Maybe i broke it, but can´t imagine howIn one of the many examples i found the following comment for myConfig.h:
#define RF24_PA_LEVEL_GW RF24_PA_LOW //Gateway PA Level, defaults to Sensor net PA Level. Tune here if using an amplified nRF2401Is there anything special about the amplified version ? Do they have like a register i have to switch on/ off ? or is it just an additional transistor and the antenna connection ?