Flexmeasure use old data of sensor for schedule #2019
-
|
my project include solar,load,grid |
Beta Was this translation helpful? Give feedback.
Replies: 12 comments 14 replies
-
|
Hi @gianghm1408
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Triggering single schedule ... here is the parameter which I use when trigger schedule |
Beta Was this translation helpful? Give feedback.
-
|
Now I use external forecaster and update data to sensor load and sensor solar for next 24h after that I trigger schedule for next 24h with interval 15min.Is that method feasible? |
Beta Was this translation helpful? Give feedback.
-
|
No consumption-capacity? So you can only use solar? |
Beta Was this translation helpful? Give feedback.
-
|
sorry I don't get your point? can you tell more detail |
Beta Was this translation helpful? Give feedback.
-
|
My script is |
Beta Was this translation helpful? Give feedback.
-
|
I just saw I don't have time to think the whole thing through at the moment. Thanks for the screenshots in any case, you built a nice dashboard :) But I'm not sure I get the whole picture. Can you summarize what your goal is in aa sentence or two? |
Beta Was this translation helpful? Give feedback.
-
|
962 is sensor for power production of solar. I add this line {'sensor': 962, 'consumption-capacity': '0 kW', 'production-capacity': {'sensor': 962}} to flex-model to expect schedule power of solar have lower limit is 0 kw and upper limit is value in sensor 962. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Hi @nhoening , I have another question . after I trigger_scheduler and receive job_uuid. I call get_schedule for sensor and receive this error message. can you tell me what reason can be rootcause of this error? |
Beta Was this translation helpful? Give feedback.
-
|
here is log worker . In the log job 3e9fa892-e21f-4b54-abe1-db4c592f1790 is fail. I think worker is crash when run optimizer and restart |
Beta Was this translation helpful? Give feedback.






I just see a problem . after step 2. I use command line in docker to check belief data of sensor power solar in sever. I see it have two data from two source first is me and second is scheduler. I use command to remove data from source scheduler and run step 3 and step 4. everything is ok . power solar generate by scheduler not bigger than forecast data