@ jkandasa
I installed domoticz and was able to get it working .Mycontroller is still not able to find the node .
Just to confirm I have flashed the Serial Gateway code in the arduino and a Light sensor code in the node.Domoticz is able to scan and pick up the node while Mycontroller is giving the above error.I am new with Mysensors so maybe i am skipping something.
gopal_N
@gopal_N
Best posts made by gopal_N
Latest posts made by gopal_N
-
RE: Help with Windows Installation
-
ESP8266+ARduino as Gateway
Hi all
I am seeing all examples of ESP8266 being programmed with new firmware and then working as Gateway.Is it possible or already done where the ESP8266 is in the AT mode and the arduino can control it.
NRF24L01 ----->Arduino------>ESP8266
Has somebody done something like this. -
RE: Help with Windows Installation
Hi
This are the relevant parts of the log
2015-10-10 11:01:58,318 INFO [main] [org.mycontroller.standalone.gateway.serialport.SerialPortJsscImpl:54] SerialPort[3]:[COM30,Silicon Labs CP210x USB to UART Bridge (COM30)]
2015-10-10 11:01:58,318 INFO [main] [org.mycontroller.standalone.gateway.serialport.SerialPortJsscImpl:54] SerialPort[4]:[COM36,Silicon Labs CP210x USB to UART Bridge (COM36)]
2015-10-09 14:48:22,804 INFO [main] [org.mycontroller.standalone.StartApp:169] TJWS server started successfully, HTTPS Enabled?:true, HTTP(S) Port: [8443]
2015-10-09 14:48:22,804 INFO [main] [org.mycontroller.standalone.StartApp:172] MyController.org server started in [2436] ms
2015-10-09 14:48:23,272 WARN [Thread-4] [org.mycontroller.standalone.gateway.serialport.SerialDataListenerjSerialComm:71] Unknown message format:req id
2015-10-09 14:48:23,272 WARN [Thread-4] [org.mycontroller.standalone.gateway.serialport.SerialDataListenerjSerialComm:71] Unknown message format:send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok:
2015-10-09 14:48:25,284 WARN [Thread-4] [org.mycontroller.standalone.gateway.serialport.SerialDataListenerjSerialComm:71] Unknown message format:sensor started, id=255, parent=0, distance=1
2015-10-09 14:48:25,284 WARN [Thread-4] [org.mycontroller.standalone.gateway.serialport.SerialDataListenerjSerialComm:71] Unknown message format:req id
2015-10-09 14:48:25,284 WARN [Thread-4] [org.mycontroller.standalone.gateway.serialport.SerialDataListenerjSerialComm:71] Unknown message format:send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok: -
Help with Windows Installation
I tried configuring mycontroller on windows using serial gateway
mcc.serialport.driver.type=auto
mcc.serialport.name= "COM30"
mcc.serialport.baud.rate=115200Is the format of assigning the COM port is right I have tried with and without the double quotes and still it is not working.How can i debug or find whether the mycontroller is able to communicate with the serial gateway.