ccwienk / temper

Simple python for accessing TEMPer USB thermometers
MIT License
35 stars 27 forks source link

add external humidity from hs10 sensor #27

Closed johnjamesmiller closed 8 months ago

johnjamesmiller commented 11 months ago

get external humidity from hs10 sensor with TEMPerX232 https://pcsensor.com/product-details?product_id=797

raw reply lines look like Temp-Outer:27.31 [C],53.29 [%RH]<Temp-Inner:34.82 [C],35.73 [%RH]<.

need the non greedy regex .*? between temp and humidity for external otherwise it will grab the internal humidity as external