Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)
Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki
Discussion and questions about Cumulus weather station software version 1. This section is the main place to get help with Cumulus 1 software developed by Steve Loft that ceased development in November 2014.
If you want to connect Cumulus to your weather station to read data directly from it, you will have to emulate a weather station that Cumulus works with.
#i made it in python .... just execute enjoy , and thank you for the fast response .
#simulation for cumulus by notfree
from time import gmtime, strftime
from random import randint
from time import sleep
a=0
i=0
f = open("f:/test.dat", "w+") #create new file
f.close
while (a<1):
As Steve said, you need to emulate a protocol or write an easyweather.dat formatted file.
Werk_AG managed to do both options with the WeatherDuino. He might not mind if you look at this code, but it would be polite to ask him first
It looks like you are trying to generate an easyweather.dat file. I don't propose to look at your code to see if you are doing it correctly, but assuming you are, then you can just configure Cumulus to read that file by choosing the correct station type ("Easyweather.dat") and telling Cumulus where your file is. Have you done that, and is it working?