is there any one how managed to use Raspberry Pi3 + NRF24L01 + EasyIoT_v0_9 + MySensors?
I assume NRF24L01 is working. (See log below)
However I cannot see MySensors in webinterface under configure/drivers.
How can I add a sensor?
pi@raspberrypi:/home/easyiot $ sudo mono EasyIoT.exe
ďťż2016-04-03T19:21:01.9175410+00:00 INFO System System started
03-04-2016-19-21-03 Web service started
03-04-2016-19-21-03 Listening on port(s):80, 1301
2016-04-03T19:21:04.1248930+00:00 DEBUG MySensors MySensors Connect
================ SPI Configuration ================
CSN Pin = CE0 (PI Hardware Driven)
CE Pin = Custom GPIO25
Clock Speed = 8 Mhz
================ NRF Configuration ================
STATUS = 0x0e RX_DR=0 TX_DS=0 MAX_RT=0 RX_P_NO=7 TX_FULL=0
RX_ADDR_P0-1 = 0xa8a8e1fc00 0xa8a8e1fc00
RX_ADDR_P2-5 = 0xff 0xc4 0xc5 0xc6
TX_ADDR = 0xe7e7e7e7e7
RX_PW_P0-6 = 0x20 0x20 0x20 0x00 0x00 0x00
EN_AA = 0x3b
EN_RXADDR = 0x06
RF_CH = 0x5a
RF_SETUP = 0x27
CONFIG = 0x0e
DYNPD/FEATURE = 0x3f 0x06
Data Rate = 250KBPS
Model = nRF24L01+
CRC Length = 16 bits
PA Power = PA_MAX
2016-04-03T19:21:04.2528640+00:00 DEBUG MySensors Mysensors Start driver.
2016-04-03T19:21:04.3171370+00:00 INFO RPiGPIO Pin_P1_07 Sensor.DigitalValue 0 -
2016-04-03T19:21:04.3469020+00:00 DEBUG Esp8266 ESP8266 Connect
2016-04-03T19:21:04.3574480+00:00 DEBUG Esp8266 Server Started
03-04-2016-19-21-04 [192.168.10.5] user:[admin] authentication success: authentication success
is there any one how managed to use Raspberry Pi3 + NRF24L01 + EasyIoT_v0_9 + MySensors?
I assume NRF24L01 is working. (See log below)
However I cannot see MySensors in webinterface under configure/drivers.
How can I add a sensor?
pi@raspberrypi:/home/easyiot $ sudo mono EasyIoT.exe
ďťż2016-04-03T19:21:01.9175410+00:00 INFO System System started
03-04-2016-19-21-03 Web service started
03-04-2016-19-21-03 Listening on port(s):80, 1301
2016-04-03T19:21:04.1248930+00:00 DEBUG MySensors MySensors Connect
================ SPI Configuration ================
CSN Pin = CE0 (PI Hardware Driven)
CE Pin = Custom GPIO25
Clock Speed = 8 Mhz
================ NRF Configuration ================
STATUS = 0x0e RX_DR=0 TX_DS=0 MAX_RT=0 RX_P_NO=7 TX_FULL=0
RX_ADDR_P0-1 = 0xa8a8e1fc00 0xa8a8e1fc00
RX_ADDR_P2-5 = 0xff 0xc4 0xc5 0xc6
TX_ADDR = 0xe7e7e7e7e7
RX_PW_P0-6 = 0x20 0x20 0x20 0x00 0x00 0x00
EN_AA = 0x3b
EN_RXADDR = 0x06
RF_CH = 0x5a
RF_SETUP = 0x27
CONFIG = 0x0e
DYNPD/FEATURE = 0x3f 0x06
Data Rate = 250KBPS
Model = nRF24L01+
CRC Length = 16 bits
PA Power = PA_MAX
2016-04-03T19:21:04.2528640+00:00 DEBUG MySensors Mysensors Start driver.
2016-04-03T19:21:04.3171370+00:00 INFO RPiGPIO Pin_P1_07 Sensor.DigitalValue 0 -
2016-04-03T19:21:04.3469020+00:00 DEBUG Esp8266 ESP8266 Connect
2016-04-03T19:21:04.3574480+00:00 DEBUG Esp8266 Server Started
03-04-2016-19-21-04 [192.168.10.5] user:[admin] authentication success: authentication success
If you see MySensors under log file then it should work. You should see MySensors in web interface regardless if HW is working or not.