Forum
EasyIoT server
MySensors Driver
Low Power Door Sensor compile error with 1.6.4
Low Power Door Sensor compile error with 1.6.4
Less
More
Posts: 71
Karma: 1
Thank you received: 4
9 years 2 months ago #2196
by skywatch
Now it is getting colder outside, I am getting back to all things pi and arduino!
But today I get the following error compiling the low power door sensor with arduino ide 1.6.4 and mysensor 1.5..........
'class MySensor' has no member named 'powerUp'
Can anyone please try and see if you get the same issue please?
Is there a solution to this problem that is already known?
Thanks.....
Please Log in or Create an account to join the conversation.
Less
More
Posts: 862
Karma: 25
Thank you received: 264
9 years 2 months ago #2197
by EasyIoT
skywatch wrote: Now it is getting colder outside, I am getting back to all things pi and arduino!
But today I get the following error compiling the low power door sensor with arduino ide 1.6.4 and mysensor 1.5..........
'class MySensor' has no member named 'powerUp'
Can anyone please try and see if you get the same issue please?
Is there a solution to this problem that is already known?
Thanks.....
Door/windows example was compiled with mysensors 1.4. You can find copy here:
github.com/iot-playground/Arduino/tree/m..._libraries/MySensors
I guess you can also port example to mysensors 1.5 library.
Please Log in or Create an account to join the conversation.
Less
More
Posts: 71
Karma: 1
Thank you received: 4
9 years 2 months ago - 9 years 2 months ago #2199
by skywatch
It looks to me as though gw.powerUP and powerDown are deprecated. Now you only need 'send' and that automatically calls the power up and after it's finished the power down.
Removing power up and power down means the code now complies but I have not had time to test it out yet!
Last edit: 9 years 2 months ago by
skywatch .
Please Log in or Create an account to join the conversation.
Less
More
Posts: 3
Thank you received: 0
9 years 2 months ago #2200
by msebbe
EasyIoT wrote:
skywatch wrote: Now it is getting colder outside, I am getting back to all things pi and arduino!
But today I get the following error compiling the low power door sensor with arduino ide 1.6.4 and mysensor 1.5..........
'class MySensor' has no member named 'powerUp'
Can anyone please try and see if you get the same issue please?
Is there a solution to this problem that is already known?
Thanks.....
Door/windows example was compiled with mysensors 1.4. You can find copy here:
github.com/iot-playground/Arduino/tree/m..._libraries/MySensors
I guess you can also port example to mysensors 1.5 library.
Hello and thanks for the Easylot server
Im trying to create some of theese door sensors now. When I try to upload using Easylot board in Arduino IDE 1.6.5 I get this error: "missing 'upload.tool' parameter" How can I fix this?
Please Log in or Create an account to join the conversation.
Less
More
Posts: 44
Karma: 2
Thank you received: 8
9 years 2 months ago #2201
by bit
@msebbe
add this line in your board.txt file
s328o1.upload.tool=avrdude
I'm sorry for my poor english.
The following user(s) said Thank You:
msebbe
Please Log in or Create an account to join the conversation.
Forum
EasyIoT server
MySensors Driver
Low Power Door Sensor compile error with 1.6.4
Time to create page: 0.417 seconds