Skip to main content
1-Visitor
May 16, 2018
Solved

Raspberry pi Quickstart EMS timer

  • May 16, 2018
  • 2 replies
  • 1558 views

Hey,

 

I followed the raspberry pi quickstart and it works well but I need to update the values every 5 secondes how can I do that ? I searched in the microserver 's file but I didn't find where to change this option.

I think it is Inside the microserver/etc/custom/templates/example.lua but I don't know which line so if someone can help me

 

Thank you.

Best answer by Alex23

Hi thank you that help me !

The solution is to change the taskRate at config.lua but pay attention to have the scanRate lower than the taskRate in the config.lua file.

2 replies

5-Regular Member
May 16, 2018

Hi, Alex.

 

Does this article help you out? It looks like scanRate could be the setting you need to adjust.

 

Thanks,

 

-- Craig A.

Alex231-VisitorAuthorAnswer
1-Visitor
May 17, 2018

Hi thank you that help me !

The solution is to change the taskRate at config.lua but pay attention to have the scanRate lower than the taskRate in the config.lua file.