All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Sensors in Schools. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:42, 27 February 2024 EdmondLascaris talk contribs created page Tiny House Experiments Tech School (Created page with "= Tiny House 8 = <syntaxhighlight lang="python"> import dweepy import pandas as pd import plotly.express as px url = dweepy.get_latest_dweet_for('MPPS-Tiny-House-8-bundoora') print(url) dict = url[0] voltage = dict['content'][('bat')] print(f'The battery voltage is {voltage}') internalTemp = dict['content'][('intTemp')] print(f'The internal temperature is {internalTemp}') internalHumid = dict['content'][('intHumid')] print(f'The internal humidity is {internalHumid}'...")