Can generate various overview plots for the plant and parameters provided from the export of the FlowerCare app by Xiaomi/HHCC. The full documentation is provided here, here is a quick example:
from pyHHCC import pyHHCC
hc = pyHHCC("2019-08-25-04-HHCC")
hc.plot_onePlant()
hc.plot_allPlants(light_as_integral=True)