Skip to content

Latest commit

 

History

History
25 lines (25 loc) · 1.16 KB

README.md

File metadata and controls

25 lines (25 loc) · 1.16 KB

ParrotFlowerPower

    ParrotFlowerPower - Plant Sensor
    This module can be used to read data from Parrot Flower Power sensors with bluetooth 4.0 Low Energy.

    Requirements:
    Gattool is required to use this module. Be sure that bluez is installed (sudo apt-get install bluez).

    The Parrot Flower Power sensor can measure the following values:
    • temperature
    • soil moisture
    • light
    • fertilizer (not yet supported by the module because the formula to convert the raw value into a useful value is not publicly available)


    Installation:
    • be sure that bluez is installed: sudo apt-get install bluez
    • add the new update site: update add http://raw.githubusercontent.com/mumpitzstuff/fhem-ParrotFlowerPower/master/controls_parrotflowerpower.txt
    • run the update and wait until finished: update all
    • restart fhem: shutdown restart
    • define a new device: define <name of plant> ParrotFlowerPower <mac address of sensor e.g. AA:BB:CC:DD:EE:FF>