maalataanko.fi combines forecasts from two trusted weather services to assess painting conditions:
The service fetches a weather forecast for the selected location and divides it into 3-hour blocks. Each block is evaluated against thresholds for the chosen surface type:
Each block receives an assessment: suitable for painting, requires caution, or not suitable for painting. The evaluation uses worst-case aggregation — if any metric exceeds its threshold, the entire block receives a warning.
Surface-specific thresholds (wood, concrete, metal, brick, etc.) are derived from paint manufacturer technical data sheets. Thresholds are conservative — they favour caution because weather forecasts always contain uncertainty.
Thresholds are hardcoded in the application (not in the database) to ensure fast evaluation without database queries. Product-specific data is separate and serves as reference information.
The service is maintained by JPSTech Solutions (business ID 2317443-3). Weather data updates automatically from the weather services. Product data and thresholds are reviewed manually.
The service follows the spirit of open source — transparency and reliability come first.