richardsonpy
richardsonpy copied to clipboard
Python version of Richardson tool
Hi, I tried your example script and added the annual_demand parameter. I noticed that the created profile does not fit the specifed annual_demand value. Could you clarify the meanding of...
In the file "appliances.py" line 89 are the indexes of the heating appliances incorrect. They should be [28, 29, 30, 31, 32]. https://github.com/RWTH-EBC/richardsonpy/blob/09493d1f46ccd67593f97138ff8027e2081ec9f4/richardsonpy/classes/appliance.py#L89
There is a mistake in line 596 of appliances.py. Correct would be " int(6 * iActiveOccupants + sUseProfile)". A "6" is necessary to read in the correct element of activity_statistics....
Integration of reactive power calculation for appliances.