Releases: SKB-CGN/ioBroker.energiefluss-erweitert
Releases · SKB-CGN/ioBroker.energiefluss-erweitert
Release v0.5.1-alpha.4
- Added: Alignments for elements refactored (Better detection if they run out of the workspace)
- Added: New element "ForeignObject" added. This allows normal HTML content inside the workspace.
- Added: Images can now have a shadow
- Added: Keyboard copy, paste and delete functions added (Strg/cmd + c and Strg/cmd + v, Entf/del)
- Added: Double-Click on element or line opens the 'extended'-tab and single click opens 'basic'-tab inside the configbar
- Added: The liveview can now be displayed in fullscreen via doubleclick oder double-tab
- Added: Better handling of images through datasources (image will be hidden, if datasource is empty)
- Added: Lines can now have frame options for opening URLs
- Added: Object-Browser scrolls the first clicked parent folder to the top
- FIX: Element with linebreak was not able to be moved after applying linebreak
Release v0.5.1-alpha.3
- Added: Rewritten Upload engine (Using Web-POST instead of sockets)
- Added: Behaviour of the lines can be changed in the connection area. This includes the radius length (smaller and bigger) and the start of the curves (earlier and later)
- Added: Several functions are optimized
- FIX: Warn message in Web-Adapter was missleading (removed)
- FIX: Message, that adapter is not configured was handling a different exception (solved)
Release v0.5.1-alpha.2
- Added: Support for https via Web-Adapter (own certificates necessary)
- Added: Icon-Proxy is removed from the adapter settings and runs on the extension of the Web-Adapter (If you use it or not - no changes are required)
- Added: 2 new override parameter "pos_x" and "pos_y" are available, to position text and datasource elements depending on their value
- Added: Energiefluss-erweitert is now available through the welcome screen of the Web-Adapter
- Added: Energiefluss-erweitert is now reachable via iobroker.net through the ioBroker-cloud adapter (No pro license required)
- FIX: Sometimes, the object-browser could not load states and crashed
Release v0.5.1-alpha.1
- Added: The image gallery has now a filter function which helps you to find the images more easily
- Added: The datasource object-browser has now a filter function which helps you to find the datasource more easily
- FIX: Added some crash-handler, which might throw an error, when the associated state is not found
- FIX: Linebreak was not working correctly (Delimiter was ignored)
- FIX: Under some circumstances a datasource could not be modified
- FIX: Text prepend was not working correctly if source is displayed as text
Release v0.5.1-alpha.0
- FIX: The coordinates and size of an added icon could not be changed
- FIX: Cursor as Pointer (hand) did not appear on elements with action
- FIX: NPM dependency for gallery was not fetched properly
- FIX: Newly added Text didnt save text (was empty instead)
- FIX: Under some circumstances an element could not be deleted (Error: Existing connection!)
- Added: Text-Elements can now be used as date and time element
- Added: Icons can now be rotated and flipped (even when using overrides for them)
- Added: New overrides parameter 'icon' available to change icons (Explained in Wiki)
Release v0.5.0-alpha.0
!!! Please note, this currently a Alpha-Version, because many things are changed and needed to be tested!!!
The core of the adapter keeps running on the same 0.4.1 version like before, but the configuration page has many improvements. See the list below!
Note: save content of the state 'configuration' inside the instance, as text on your disk to be able, to restore it, it case needed!
After downloading the BETA Version of the adapter, please manually proceed with uploading the adapter (this has to be done, after adapters are installed via Github)
described here: https://www.iobroker.net/#de/documentation/tutorial/adapter.md?#uploadvonadapterdateien
Have a look on Github, to verify, whats new in this Alpha release!
Release v0.4.1
- Hotfix: After uprading the Adapter, it could happen, that the first datasource was not updated properly
Release v0.4.0
- Added: The adapter provides 3 new states. charging_grid (battery charged via grid), charging_solar (battery charged via solar) and production (overall production) (#173, #152, #148)
- Added: Datasources for the battery calculation now need to be provided via the datasources tab and selected in the calculation tab (!!! Important: !!! This is a major change)
- Added: A Milliseconds Timestamp for Values can be selected (This can be used for custom overrides, to display what ever the user likes)
- Added: Object browser now provides the names of channels and devices and is more responsive
- Added: Better support inside configuration area for smaller devices like mobilephones and tablets
- Added: A new override property (img_url) has been added, to change pictures addresses for picture elements
- Added: Overrides can now contain states from iobroker, to directly read and for example calculate a value with an additional state. Please provide the name in curly braces.
- FIX: Wrong allingment of rectangle with border-fill if height and width are different (#172)
- FIX: The adapter could crash if the data source inside calculation was missing or deleted (#178)