linux ide (editor) for energyplus idf files
Is there some analog of IDFeditor for Linux? I found only https://bitbucket.org/mattdoiron/idfp... which looks not that maintained.
First time here? Check out the Help page!
Is there some analog of IDFeditor for Linux? I found only https://bitbucket.org/mattdoiron/idfp... which looks not that maintained.
There isn't, neither for Linux nor Mac. Please take a minute to go upvote this feature request 6551 on E+ GitHub to show that you care about true cross-platform compatibility. I opened this as a uservoice request and remember getting some votes but they were lost in the transition to GitHub issue for new features, and this one has fallen way out the radar.
One alternative is to install the Windows version of EnergyPlus on linux using WineHQ, and install missing DLLs using winetricks. I use Ubuntu 16.04 and both EP-Launch and IDF Editor run well and stable (unlike for eg Sketchup 2017 which is a nightmare).
When I need to run it, I just do this and the GUI launches (don't mind the mistmatched versions, I was too lazy to find an E+ 8.8.0 example file)
$ cd /home/julien/.wine/drive_c/EnergyPlusV8-8-0
$ wine EP-Launch.exe
Just going to evolve the answer. The missing dll is msvbvm60.dll. You can find it inside windows installation and you need to copy it to the directory
~/.wine/drive_c/EnergyPlusV8-9-0
and inside
~/.wine/drive_c/EnergyPlusV8-9-0/PreProcess/IDFEditor/
Or winetricks
like I said, especially if you don't have a windows installation.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2018-09-16 10:16:57 -0600
Seen: 704 times
Last updated: Sep 18 '18
The IDF+ Editor that was referenced is at an alpha stage of development and continues to be worked on by it's main developer, Matt Doiron, who has made over 60 commits so far this year (as of September 2018) in a project he started in 2014. I tested a earlier version of it and it is remarkably functional already.
The current problem is the packaging that's inexistent. Zips provided don't run on my Ubuntu 16.04, and that means I'd have to build PySide from scratch (python3-pyside can be installed via apt but he uses 2.7), then IDFplus, which seems too inconvenient. I'd love to see a .deb package.
recently python3-pyside2 was released