Forum
EasyIoT server
Beta release
Beta V0_7bX
Beta V0_7bX
Less
More
Posts: 862
Karma: 25
Thank you received: 264
9 years 9 months ago #512
by EasyIoT
Now is available beta 0_7b2, Win and RPi version - see download link at the beginning of the tread.
The following user(s) said Thank You:
Xavier
The topic has been locked.
Less
More
Posts: 9
Thank you received: 0
9 years 9 months ago #533
by Lars65
Tried today to connect with the esp8266, got a popup window wich said:
Error/Api/EasyIoT/Config/Driver/Esp8266/AddNode
I have flashed my ESP8266 with the AI-v0.9.5.0 AT Firmware software.
I have also used the Appstacks config tool (
github.com/AppStackTH/ESP8266-Config
). To set the baudrate to 115200.
But it will not connect.
I run my server on a raspberry pi B+
But Mysensors and the NRF24L runs perfectly.
The topic has been locked.
Less
More
Posts: 82
Karma: 2
Thank you received: 29
9 years 9 months ago #538
by Dennis
I suppose you have ESP8266 connected to Arduino (not to raspberry!), and are using one of the arduino code examples of easyIoT.
In this case, you need to set baud rate = 9600 to make things work.
regards
The topic has been locked.
Less
More
Posts: 5
Thank you received: 2
9 years 9 months ago #582
by ppecuch
Hello,
I run EasyioT server on a raspberry pi B+ with Mysensors. It is perfect work, runs perfectly.
Now upgrade beta 0_7b2, tested S_POWER, V_WATT, V_KWH. Reads no data.
Systemlogger:
DEBUG MySensors Read: 9-9-0 s=255,c=3,t=11,pt=0,l=12:Energy Meter
DEBUG MySensors Read: 9-9-0 s=255,c=3,t=12,pt=0,l=3:1.0
DEBUG MySensors Read: 9-9-0 s=1,c=0,t=13,pt=0,l=3:1.4
DEBUG MySensors Rx: Sensor presentation NodeId:9,SensorId:1,type:S_POWER,data:1.4
DEBUG MySensors Read: 9-9-0 s=1,c=2,t=24,pt=0,l=3:1.4
ERROR MySensors Rx: Invalid data type:9 ,sensor:1, type:24
I do not know where I'm wrong, previous sensors reads perfectly.
The topic has been locked.
Less
More
Posts: 862
Karma: 25
Thank you received: 264
9 years 9 months ago #586
by EasyIoT
ppecuch wrote: Hello,
I run EasyioT server on a raspberry pi B+ with Mysensors. It is perfect work, runs perfectly.
Now upgrade beta 0_7b2, tested S_POWER, V_WATT, V_KWH. Reads no data.
Systemlogger:
DEBUG MySensors Read: 9-9-0 s=255,c=3,t=11,pt=0,l=12:Energy Meter
DEBUG MySensors Read: 9-9-0 s=255,c=3,t=12,pt=0,l=3:1.0
DEBUG MySensors Read: 9-9-0 s=1,c=0,t=13,pt=0,l=3:1.4
DEBUG MySensors Rx: Sensor presentation NodeId:9,SensorId:1,type:S_POWER,data:1.4
DEBUG MySensors Read: 9-9-0 s=1,c=2,t=24,pt=0,l=3:1.4
ERROR MySensors Rx: Invalid data type:9 ,sensor:1, type:24
I do not know where I'm wrong, previous sensors reads perfectly.
Please see supported types. V_VAR1 is not supported, but you are using it.
The topic has been locked.
Less
More
Posts: 5
Thank you received: 2
9 years 9 months ago #594
by ppecuch
Thank you, I've changed the Arduino sketch parameter:
boolean pcReceived = true;
now running perfectly.
The topic has been locked.
Forum
EasyIoT server
Beta release
Beta V0_7bX
Time to create page: 0.278 seconds