Dewbee is a Honeybee extension that enables Combined Heat and Moisture Transfer (HAMT) simulations in EnergyPlus. It exposes the necessary inputs for hygrothermal materials and moisture sources while remaining fully compatible with Honeybee workflows.
- Rhino 8
- Ladybug Tools 1.9+
- Multi-year result parsing currently works only on Windows
-
Install Ladybug Tools 1.9+ if you haven’t already:
https://www.food4rhino.com/en/app/ladybug-tools -
Download Dewbee:
- Clone this repository or download the ZIP and extract it.
- The folder containing the source must be named
dewbee.
-
Make Grasshopper aware of the
dewbeefolder. You have two options:Option A — Place
dewbeein a known search path:- C:\Program Files\Rhino 8\Plug-ins\IronPython\Lib
- C:\Users\USERNAME\AppData\Roaming\McNeel\Rhinoceros\8.0\scripts
- C:\Users\USERNAME\AppData\Roaming\McNeel\Rhinoceros\8.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib
Option B — Add the parent directory of
dewbeeto Rhino’s Python search path:- Open Rhino
- Run
EditPythonScript - Tools → Options → Add to Search Path
- Select the parent directory of
dewbee(not the folder itself)
Example:
- dewbee folder: C:\Users\USERNAME\Documents\GitHub_repos\dewbee
- Add this path: C:\Users\USERNAME\Documents\GitHub_repos
-
Open
samples/template.ghin Grasshopper.
Dewbee components are shown with blue group blobs. Use them directly or convert them into user objects if desired.