Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 654 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 654 Bytes

pyHHCC

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()

plot_onePlant

hc.plot_allPlants(light_as_integral=True)

plot_allPlants