master
ademant 2019-06-11 16:54:04 +02:00
parent 5600242067
commit d6741fcc6f
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ while a > 1:
if bosm:
for pv in push_vars:
if push_mean_counts[pv] == push_count:
sense_dta=push_data[pv]/(1000*push_mean_counts[pv])
sense_data=push_data[pv]/(1000*push_mean_counts[pv])
if pv == "volt_sweep_oc":
sense_data=sense_data * ch_val[channel_names.index("volt_scale")] / 65536 / 32768
upload_osm(sensebox_id,sensebox_sid[pv],round(sense_data,2))