Two questions about outside temperature.
1. Is she that unreliable? It didn't update this morning.
2. Can I read it more often? At least once every 10 minutes, but is it better once a minute?
It’s just that in the period from 9-00 to 10-00 the temperature on the sunny side changes very much and the rules for switching to the summer mining profile cannot be properly adjusted
Thanks

Thanks for your question.
1) In general it should work fine and I cannot see any missing data when looking any my system. However, it could been a temporary issue with the temperature web site we are using that caused this. In case we see repeating failures we should probably have a concept of re-trying after a few minutes in case of a failure.
2) We record the temperature once per hour at the moment. This is a fixed and a faster update speed would require a new design for how we store all the data points over time. In your case I think it's better to develop a custom solution where you query the temperature source manually as often as you want. Either via an external application/script or via the C# scriping feature in Awesome Miner (I can probably help out with that part if needed).