- Posts: 2
- Thank you received: 0
Connecting to AP........
WiFi connected
Temperature: 85.00
Temperature: 85.00
Temperature: 85.00
Temperature: 85.00
Temperature: 28.56
connection failed
Connecting to AP
WiFi connected
connection failed
Connecting to AP............
2015-08-26T12:02:08.4877376-05:00 INFO System
System started
26-08-2015-12-02-09 Web service started
26-08-2015-12-02-09 Listening on port(s):80, 1302
2015-08-26T12:02:09.3145391-05:00 ERROR EasyIoTSMSInterface
Start:The given port name does not start with COM/com or does no
t resolve to a valid serial port.
Parameter name: portName, at System.IO.Ports.SerialStream..ctor(String portNa
me, Int32 baudRate, Parity parity, Int32 dataBits, StopBits stopBits, Int32 read
Timeout, Int32 writeTimeout, Handshake handshake, Boolean dtrEnable, Boolean rts
Enable, Boolean discardNull, Byte parityReplace)
at System.IO.Ports.SerialPort.Open()
at SMSGateway.SMSService.open()
at SMSGateway.SMSService.Start()
2015-08-26T12:02:09.3301391-05:00 DEBUG MySensors
MySensors Disconnect
2015-08-26T12:02:09.3457392-05:00 DEBUG RPiGPIO
GPIO Disconnect
2015-08-26T12:02:09.3613392-05:00 DEBUG Esp8266
ESP8266 Connect
2015-08-26T12:02:09.3613392-05:00 DEBUG Esp8266
Server Started
Please Log in or Create an account to join the conversation.
Kisssys wrote: My first post, so bear with me. I the ESP8266 WiFi DS18B20 temperature sensor code running on a ESP8266. It appears to be working as I get a Connect
Connecting to AP........
WiFi connected
Temperature: 85.00
Temperature: 85.00
Temperature: 85.00
Temperature: 85.00
Temperature: 28.56
connection failed
Connecting to AP
WiFi connected
connection failed
Connecting to AP............
When I run the Windows server I see this in the command line.2015-08-26T12:02:08.4877376-05:00 INFO System
System started
26-08-2015-12-02-09 Web service started
26-08-2015-12-02-09 Listening on port(s):80, 1302
2015-08-26T12:02:09.3145391-05:00 ERROR EasyIoTSMSInterface
Start:The given port name does not start with COM/com or does no
t resolve to a valid serial port.
Parameter name: portName, at System.IO.Ports.SerialStream..ctor(String portNa
me, Int32 baudRate, Parity parity, Int32 dataBits, StopBits stopBits, Int32 read
Timeout, Int32 writeTimeout, Handshake handshake, Boolean dtrEnable, Boolean rts
Enable, Boolean discardNull, Byte parityReplace)
at System.IO.Ports.SerialPort.Open()
at SMSGateway.SMSService.open()
at SMSGateway.SMSService.Start()
2015-08-26T12:02:09.3301391-05:00 DEBUG MySensors
MySensors Disconnect
2015-08-26T12:02:09.3457392-05:00 DEBUG RPiGPIO
GPIO Disconnect
2015-08-26T12:02:09.3613392-05:00 DEBUG Esp8266
ESP8266 Connect
2015-08-26T12:02:09.3613392-05:00 DEBUG Esp8266
Server Started
I assume it's a failure to open the needed ports but to add the ports to my router requires I know the IP address of the device to
add which is not their long enough to see.
Am I on the right path or am I lost.
Cheers
Kisssys
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.