You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
My weather station Misol WS1080CA ( http://misolie.com/showshop.asp?id=560 aka Dream Link WH1080 Weather Station/FineOffsetUSB) has additional temperature and pressure sensors on the base unit indoors.
How to add this data of additional temperature and humidity sensors to the main page of the skin?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
My weather station Misol WS1080CA ( http://misolie.com/showshop.asp?id=560 aka Dream Link WH1080 Weather Station/FineOffsetUSB) has additional temperature and pressure sensors on the base unit indoors.
How to add this data of additional temperature and humidity sensors to the main page of the skin?
./wee_device --current
Using configuration file /home/weewx/weewx.conf
Using FineOffsetUSB driver version 1.20 (weewx.drivers.fousb)
{'usUnits': 16, 'dateTime': 1669960680, 'inHumidity': 56.0, 'inTemp': -2.0, 'outHumidity': 89.0, 'outTemp': -23.200000000000003, 'pressure': 1027.3, 'windSpeed': 0.0, 'windGust': 0.0, 'windDir': 135.0, 'rain': None, 'radiation': None, 'UV': None, 'status': 0, 'ptr': 14768, 'delay': 19, 'rxCheckPercent': 100, 'outTempBatteryStatus': 0, 'rainTotal': 51.69}
Beta Was this translation helpful? Give feedback.
All reactions