Sunrise/sunset
Moderators: grovkillen, Stuntteam, TD-er, enesbcs
-
- New user
- Posts: 6
- Joined: 07 Apr 2021, 20:24
Sunrise/sunset
Hallo @ all..
First ....rpieasy is exactly what I was looking for. Respect
My problem is that sunrise and sunset command doesn't work .
Suntime is installed and systemvariables are okay.
I'm running the same rules on esp32 and it works.
So i don't know what i am doing wrong.maybe someone had the same problem and can point me
In the right direction.
Thx in advance
First ....rpieasy is exactly what I was looking for. Respect
My problem is that sunrise and sunset command doesn't work .
Suntime is installed and systemvariables are okay.
I'm running the same rules on esp32 and it works.
So i don't know what i am doing wrong.maybe someone had the same problem and can point me
In the right direction.
Thx in advance
Re: Sunrise/sunset
I have no knowledge about these commands. suntime and sunrise are variables.zerocool59 wrote: ↑09 Apr 2021, 17:43 Hallo @ all..
My problem is that sunrise and sunset command doesn't work .
Suntime is installed and systemvariables are okay.
If GPS coordinates are saved, they have to work, this is mine:
Code: Select all
%sunrise% 05:59
%sunset% 19:16
-
- New user
- Posts: 6
- Joined: 07 Apr 2021, 20:24
Re: Sunrise/sunset
Thank you for your answer...
GPS are set...
Variables are 6.17 and 20.01 ..
I will keep on trying....
GPS are set...
Variables are 6.17 and 20.01 ..
I will keep on trying....
Re: Sunrise/sunset
Please include the code that is not working for you.zerocool59 wrote: ↑11 Apr 2021, 12:17 Thank you for your answer...
GPS are set...
Variables are 6.17 and 20.01 ..
I will keep on trying....
-
- New user
- Posts: 6
- Joined: 07 Apr 2021, 20:24
Re: Sunrise/sunset
Hello,
so this is the testcode that works:
On Clock#Time=All,18:02 do
sendTo,9,gpio,12,1//sonoff S20
endon
and this one not
On Clock#Time=All,%sunset% do
sendTo,9,gpio,12,1
endon
thank you for helping me
so this is the testcode that works:
On Clock#Time=All,18:02 do
sendTo,9,gpio,12,1//sonoff S20
endon
and this one not
On Clock#Time=All,%sunset% do
sendTo,9,gpio,12,1
endon
thank you for helping me
Re: Sunrise/sunset
"." instead of ":" may be a huge issue, for some reason your locale has override requested %H:%M setting. Other time string on variables pages showed with colon? ":"
-
- New user
- Posts: 6
- Joined: 07 Apr 2021, 20:24
Re: Sunrise/sunset
I'm so sorry..
It 's of course 6":"17
My fault..
Wer lesen kann ist klar im vorteil
It 's of course 6":"17
My fault..
Wer lesen kann ist klar im vorteil
Re: Sunrise/sunset
I see, and does it have a leading zero? 06:17 ?zerocool59 wrote: ↑12 Apr 2021, 06:39 I'm so sorry..
It 's of course 6":"17
My fault..
Wer lesen kann ist klar im vorteil
if not, try to update to latest RPIEasy version.
-
- New user
- Posts: 6
- Joined: 07 Apr 2021, 20:24
Re: Sunrise/sunset
Yes it has a leading zero..
I think I should write a little bit more precise
It's for me the first time writing in a forum..but i will get better
I updated to newest version
I tried %sunrise+3h% ..so it should start at 09:31..but no success...
Then again with
On Clock#Time=All,09:54 do
..worked
thanks for your patience with me
I think I should write a little bit more precise
It's for me the first time writing in a forum..but i will get better
I updated to newest version
I tried %sunrise+3h% ..so it should start at 09:31..but no success...
Then again with
On Clock#Time=All,09:54 do
..worked
thanks for your patience with me
Re: Sunrise/sunset
You write %sunset% for the first time:zerocool59 wrote: ↑12 Apr 2021, 09:58 I tried %sunrise+3h% ..so it should start at 09:31..but no success...
which should work, please stick to the original problem.
"+3h" and so on is not programmed into RPIEasy so they are not work, until someone has a lot of time to code it...
Who is online
Users browsing this forum: No registered users and 1 guest