I would suggest: <tr><td>Kohlenmonoxid</td><td>$current.co.milligram_per_meter_cubed</td></tr> <tr><td>Luftfeuchte (absolut)</td><td>$current.airqHumAbs.gram_per_meter_cubed</td></tr>
Karen K schrieb am Montag, 19. Juli 2021 um 11:40:48 UTC+2: > I see I forgot to define the unit mg/m^3. Please see line 144ff. in > airQ_corant.py. I added the missing lines and uploaded them to Github, but > I could not check by now, whether the unit conversion ist correct. > > [email protected] schrieb am Montag, 19. Juli 2021 um 10:26:10 UTC+2: > >> >> Hallo, >> >> we can convert the micro into the milli >> by "co" values >> if milli in airQ_corant no data in database >> if micro ----> data in database >> the conversion and display of the values is not complete >> >> >> i have in index... >> <table class='hes1'> >> <tr><td class="hes1_kopfa" colspan="2">air-Q</td></tr> >> <tr><td colspan='2'><a href="https://www.air-q.com/">Luftanalyse und >> Feinstaub</a></td></tr> >> <tr><td>Gesundheitsindex </td><td>$current.airqHealthIdx</td></tr> >> <tr><td>Leistungsindex </td><td>$current.airqPerfIdx</td></tr> >> <tr><td colspan='2'><b>Gase</b></td></tr> >> <tr><td>Sauerstoff </td><td>$current.o2 </td></tr> >> <tr><td>Kohlendioxid </td><td>$current.co2</td></tr> >> <tr><td>Stickstoffdioxid </td><td>$current.no2</td></tr> >> <tr><td>Ozone </td><td>$current.o3</td></tr> >> <tr><td>Schwefeldioxid </td><td>$current.so2</td></tr> >> <tr><td>Kohlenmonoxid </td><td>$current.co</td></tr> >> <tr><td>VOC </td><td>$current.TVOC</td></tr> >> <tr><td colspan='2'><b>Feinstaub</b></td></tr> >> <tr><td>PM 1 </td><td>$current.pm1_0</td></tr> >> <tr><td>PM 2,5</td><td>$current.pm2_5</td></tr> >> <tr><td>PM 10 </td><td>$current.pm10_0</td></tr> >> <tr><td>CNT 03 </td><td>$current.cnt0_3</td></tr> >> <tr><td>CNT 05</td><td> $current.cnt0_5</td></tr> >> <tr><td>CNT 10</td><td> $current.cnt1_0</td></tr> >> <tr><td>CNT 25 </td><td> $current.cnt2_5</td></tr> >> <tr><td>CNT 50 </td><td>$current.cnt5_0</td></tr> >> <tr><td>CNT 100</td><td> $current.cnt10_0</td></tr> >> <tr><td colspan='2'><b>Raum</b></td></tr> >> <tr><td>Temp </td><td>$current.airqTemp</td></tr> >> <tr><td>Humid </td><td>$current.airqHumidity</td></tr> >> <tr><td>Humid Delta</td><td>$current.airqHumAbs</td></tr> >> <tr><td>Taupunkt</td><td>$current.airqDewpoint</td></tr> >> <tr><td>Pressure</td><td>$current.airqPressure</td></tr> >> <tr><td>Altiumeter</td><td>$current.airqAltimeter</td></tr> >> <tr><td>Barometer</td><td>$current.airqBarometer</td></tr> >> </table> >> >> and the result >> >> >> air-Q >> Luftanalyse und Feinstaub <https://www.air-q.com/> >> Gesundheitsindex 85,500000 >> Leistungsindex 92,144340 >> *Gase* >> Sauerstoff 21% >> Kohlendioxid 563 ppm >> Stickstoffdioxid 16,3 µg/m³ >> Ozone 3,2 µg/m³ >> Schwefeldioxid 182,0 µg/m³ >> Kohlenmonoxid 896,9 µg/m³ >> VOC 0 ppm >> *Feinstaub* >> PM 1 2,2 µg/m³ >> PM 2,5 2,7 µg/m³ >> PM 10 3,2 µg/m³ >> CNT 03 492 >> CNT 05 151 >> CNT 10 16 >> CNT 25 0 >> CNT 50 0 >> CNT 100 0 >> *Raum* >> Temp 23,5°C >> Humid 48% >> Humid Delta 10196,7 µg/m³ >> Taupunkt 11,5°C >> Pressure 1014,3 mbar >> Altimeter 1020,9 mbar >> Barometer N/A >> >> I am currently using the version 0.4 >> >> Hartmut >> > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/43466beb-c2fc-405a-9efd-2dcc71908166n%40googlegroups.com.
