7 research outputs found

    brunopostle/homemaker-addon: blender-homemaker-2023-10-10

    No full text
    This is a packaged Homemaker add-on with dependencies for Linux, Windows and Mac. This is a maintenance release with some bugfixes. New features: The darwin-arm installer for metal mac should now be fixed, please report success or failure. Fix for unwanted 'zoom extents' when running 'Homemaker'. Fix 'ugraph error' assembling chains. Some optimisation (avoidance of slow Topologic IsInside()), roughly 10% speedup for 'Homemaker', 200% speedup for 'Topologise'. Minor documentation changes. Minor fixes to shipped Types (u-values and Profiles). To test, select the default cube and choose 'Homemaker' in the 'Object' menu. Note that if you already have a working Topologic-Sverchock installation, you can just download and install the smaller noarch package (this should work whether you have Linux, Windows or Mac). Linux x86_64 requirements Blender 2.80 or later (if you are using a blender provided by your linux distribution, it needs to be linked to python 3.7, 3.8, 3.9, 3.10 or 3.11) blenderbim v0.0.221105 or later Uninstall any previous Homemaker add-on and restart blender before installing the new add-on Windows requirements Blender 2.80 or later blenderbim v0.0.221105 or later Uninstall any previous Homemaker add-on and restart blender before installing the new add-on Mac/Darwin requirements Blender 2.93 or later blenderbim v0.0.221105 or later Uninstall any previous Homemaker add-on and restart blender before installing the new add-o

    dlilien/elmerfem: SpecFab Coupling

    No full text
    Contains code and testing for interface with SpecFab, @nicholasmr's model of ice-crystal fabric development. Inclusion of the relevant solvers can be activated using -DWITH_SpecFab during compilation; the environment variable SpecFabROOT must point to the folder containing libspecfab. SpecFab must be version 2022.12.03 or higher, and the shared-library version must be compiled (this is done by default by compiling with make all for that repository). Tests for these new solvers (which can be used as examples) are found in folders SpectralFabric, SpectralFabricCoupled, and AIFlowSpectral in the elmerice/Tests folder. For real applications, it is probably best to start from the coupled test and adapt from there

    OpenEMS/openems: 2023.11.0

    No full text
    <h1>Release Highlights</h1> <ul> <li>New Time of Use Tariff controller by @venu-sagar in https://github.com/OpenEMS/openems/pull/2238 ** This implementation actively charges a energy storage system from grid on low day-ahead prices ** FENECON is going to start a BETA-test program with this algorithm for owners of a FENECON Home in November 2023. See https://community.openems.io/t/video-money-for-future-stefan-feilmeier/1618/2 for details</li> </ul> <h1>Details</h1> <h2>Common/General</h2> <ul> <li>Moved TimeLeapClock from edge.common to common by @DerStoecki in https://github.com/OpenEMS/openems/pull/2395</li> </ul> <h2>OpenEMS Backend</h2> <ul> <li>Backport FEMS Backend by @sfeilmeier in https://github.com/OpenEMS/openems/pull/2419 ** Fix compatibility with and require Odoo 16 (separate Odoo module will be updated independently) ** Fix possible NPEs ** Fix starting of Websocket servers (avoid event race conditions) ** Add COMPONENT_IDs to backend components ** Fix Websocket handshake case-insensitive ** Improve general performance ** Avoid excessive logs ** Add GenericSystemLog to Metadata: record system execute and update ** Improve InfluxDB Aggregated data handling ** Allow multiple InfluxDB servers for different periods (defined by start-/enddate) ** InfluxDB: only allow Channel-Addresses in standardized format ** Update Gitpod to Odoo v16 for https://github.com/OpenEMS/odoo-openems/tree/16.0</li> </ul> <h2>OpenEMS Edge</h2> <ul> <li>Bugfix in SinglePhaseMeter.calculateSinglePhaseFromActivePower by @tsicking in https://github.com/OpenEMS/openems/pull/2386</li> <li>SunSpec: improvements by @tsicking in https://github.com/OpenEMS/openems/pull/2337</li> <li>FEMS Backports by @sfeilmeier in https://github.com/OpenEMS/openems/pull/2394 ** Introduce _sum/UnmanagedConsumptionActivePower ** PhoenixContact Meter: add invert option ** SunSpec: dynamic scale-factors ** AppCenter: add required property to AppDef ** ESS Cluster: Calculate effective start stop ** Alpitronic Hypercharger: fix energy null vs 0 ** Implement F&F Filipowski MR-AO-1 + Analog Output Controller ** ControllerEssGridOptimizedCharge, IoShelly25, IoShellyPlug: set persistence priority to high for some channels… ** AppCenter: FixActivePower App ** Bugfix for ENTSO-E ** Add Webasto Apps</li> <li>FEMS Backport by @sfeilmeier in https://github.com/OpenEMS/openems/pull/2419 ** KACO PV-Inverter: calculate production energy manually ** GoodWe 20/30 Chargers: avoid multiple HIGH Priority mobus tasks ** Websocket Api Controller: cleanup getEdgeRequest & JUnit tests ** AppCenter: add check for peakshaving to not be compatible with home ** AppCenter: separated AppConfiguration into tasks</li> </ul> <h2>OpenEMS UI</h2> <ul> <li>Docs: add implementing a modal by @lukasrgr in https://github.com/OpenEMS/openems/pull/2389</li> <li>FEMS Backports by @sfeilmeier in https://github.com/OpenEMS/openems/pull/2394 ** Stringify values of formly field type text ** Restrict Queries before IBN-Date</li> <li>Fixing Infinity sign shown in charts & the wrong date formating of IBN by @AnasShetla in https://github.com/OpenEMS/openems/pull/2372</li> <li>Refactor GridHistory like ProductionHistory by @lukasrgr in https://github.com/OpenEMS/openems/pull/2191</li> <li>FEMS Backport by @sfeilmeier in https://github.com/OpenEMS/openems/pull/2419 ** Utils, tests and translations ** Fix chart wrong scaling when firstSetupProtocol is too close to...</li> </ul> <h2>Version Upgrades</h2> <ul> <li>Bump com.squareup.okio:okio-jvm from 3.5.0 to 3.6.0 in /cnf by @dependabot in https://github.com/OpenEMS/openems/pull/2380</li> <li>Bump org.apache.felix:org.apache.felix.http.jetty from 5.1.0 to 5.1.2 in /cnf by @dependabot in https://github.com/OpenEMS/openems/pull/2379</li> <li>Bump org.apache.felix:org.apache.felix.http.servlet-api from 2.1.0 to 3.0.0 in /cnf by @dependabot in https://github.com/OpenEMS/openems/pull/2378</li> <li>Bump io.reactivex.rxjava3:rxjava from 3.1.7 to 3.1.8 in /cnf by @dependabot in https://github.com/OpenEMS/openems/pull/2377</li> <li>Bump org.checkerframework:checker-qual from 3.38.0 to 3.39.0 in /cnf by @dependabot in https://github.com/OpenEMS/openems/pull/2376</li> <li>Bump commons-io:commons-io from 2.13.0 to 2.14.0 in /cnf by @dependabot in https://github.com/OpenEMS/openems/pull/2375</li> <li>Bump org.apache.felix:org.apache.felix.webconsole from 4.9.4 to 4.9.6 in /cnf by @dependabot in https://github.com/OpenEMS/openems/pull/2383</li> <li>Bump de.bytefish:pgbulkinsert from 8.1.1 to 8.1.2 in /cnf by @dependabot in https://github.com/OpenEMS/openems/pull/2382</li> <li>Bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre in /cnf by @dependabot in https://github.com/OpenEMS/openems/pull/2390</li> <li>Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 in /cnf by @dependabot in https://github.com/OpenEMS/openems/pull/2399</li> <li>Bump com.google.guava:failureaccess from 1.0.1 to 1.0.2 in /cnf by @dependabot in https://github.com/OpenEMS/openems/pull/2400</li> <li>Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 in /cnf by @dependabot in https://github.com/OpenEMS/openems/pull/2398</li> <li>Bump commons-io:commons-io from 2.14.0 to 2.15.0 in /cnf by @dependabot in https://github.com/OpenEMS/openems/pull/2417</li> </ul> <p><strong>Full Changelog</strong>: https://github.com/OpenEMS/openems/compare/2023.10.0...2023.11.0</p&gt

    architecture-building-systems/CityEnergyAnalyst: CityEnergyAnalyst v.3.34.2

    No full text
    Enhanced zone helper to store street address [v3.34.2] 19 September 2023, in Zurich & Singapore zone_helper now saves the street addresses and postal codes of the buildings fetched from OpenStreetMap. The enhanced zone_helper also stores house names and residential types (for Singapore HDB Buildings only). The CEA Team # What's Changed Release 3.34.1 by @shizhongming in https://github.com/architecture-building-systems/CityEnergyAnalyst/pull/3380 Update sg_energy_optimization.yml by @shizhongming in https://github.com/architecture-building-systems/CityEnergyAnalyst/pull/3381 correcting typos by @shizhongming in https://github.com/architecture-building-systems/CityEnergyAnalyst/pull/3382 Saving additional info zone helper by @shizhongming in https://github.com/architecture-building-systems/CityEnergyAnalyst/pull/3388 Full Changelog: https://github.com/architecture-building-systems/CityEnergyAnalyst/compare/v.3.34.1...v3.34.

    GNU Radio

    No full text
    GNU Radio is a free & open-source software development toolkit that provides signal processing blocks to implement software radios. It can be used with readily-available, low-cost external RF hardware to create software-defined radios, or without hardware in a simulation-like environment. It is widely used in hobbyist, academic, and commercial environments to support both wireless communications research and real-world radio systems
    corecore