27.02.2024, 07:29 (This post was last modified: 18.09.2024, 08:07 by RomansP.)
Hello here is our new Energy management app.
The Energy management app for LogicMachine was designed to let
user control its energy consumption in real time based on four criteria:
1.) Actual power consumption limit
2.) Energy consumption per hour limit
3.) Current energy price
4.) Energy consumption profiles
Please find attached User manuals (please read it before use of the app, to properly set the controls).
The app is under development so there could be some bugs, please help us test it and any feedback is more than welcome.
Please use this Thread for any questions/suggestions.
New version of the app supports all boolean and all float data types.
You should add category and zone field for the counter to do summ per category or zone and to have both display
Also the css should look better with icon shadow box…
Awsome job
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
You need to install the app via the store not as a package. On the main apps screen click the + icon when logged in as admin. Click the menu in the top left side and select "Install from file".
(08.03.2024, 10:35)admin Wrote: You need to install the app via the store not as a package. On the main apps screen click the + icon when logged in as admin. Click the menu in the top left side and select "Install from file".
Hi!
Here is a script for electricity price for Latvia, Lithuania, Estonia, Finland.
I think script could be executed once in hour (Scheduled script) (do not run it too often).
29.04.2024, 09:16 (This post was last modified: 29.04.2024, 11:12 by RomansP.)
Hi davidkoch29
If you have received a message "You have entered correct API key." then key is accepted.
The Key Status icon is red it is our bug.
The prices are updated using your Tibber API key (once in hour).
Sorry about that.
Please remember that Tibber always gives you a value in NOK (Norwegian krone),
the "Price Unit" field it is only a text field for correct currency representation, user should write correct currency by himself,
it will not converts the currency from one type to another.
(27.02.2024, 07:29)RomansP Wrote: Hello here is our new Energy management app.
The Energy management app for LogicMachine was designed to let
user control its energy consumption in real time based on four criteria:
1.) Actual power consumption limit
2.) Energy consumption per hour limit
3.) Current energy price
4.) Energy consumption profiles
Please find attached User manuals (please read it before use of the app, to properly set the controls).
The app is under development so there could be some bugs, please help us test it and any feedback is more than welcome.
Please use this Thread for any questions/suggestions.
I would like to use this app in a tri-phase system, looking at the istructions I found no metion of it (maybe i did not look hard enough). It should not be a not problem, but I want to be sure I am not missing something. Would this app work?
I think that system should work fine. The app is controlling other devices, and there is same behavior with single phase system and three phase system.
But if you will find any bug or any trouble with system, please let me know, your feedback is appreciated.
I think that system should work fine. The app is controlling other devices, and there is same behavior with single phase system and three phase system.
But if you will find any bug or any trouble with system, please let me know, your feedback is appreciated.
I forgot in the same system I also have a Photovoltaic plant, does the app account for something like this?
I think that system should work fine. The app is controlling other devices, and there is same behavior with single phase system and three phase system.
But if you will find any bug or any trouble with system, please let me know, your feedback is appreciated.
I forgot in the same system I also have a Photovoltaic plant, does the app account for something like this?
At this moment we do not have any specific account for this, but you can play with KNX objects for maximum power and energy per hour and implement your own scripts for this. I mean you can dynamically calculate the maximum power or energy per hour depending on your Photovaltic plant current state, and then add those KNX objects to our Energy management app.
Hi again,
I am having a problem with the app. Yesterday I created all the different loads and everything seemed to work just fine, right now, though, i am not seeing any of the loads and is giving me an error. Seems is not finding a file in a directory, anyway, I will attach a screenshot or the problem.
(22.05.2024, 15:24)Andrea Becagli Wrote: Hi again,
I am having a problem with the app. Yesterday I created all the different loads and everything seemed to work just fine, right now, though, i am not seeing any of the loads and is giving me an error. Seems is not finding a file in a directory, anyway, I will attach a screenshot or the problem.
Hi,
Sorry about that it seems, that it is our bug, and it is trying to show you the status of the device which is boolean value, and the displaying fails cause it is not able to concatenate this value. Thanks for a feedback. Tomorrow I am going to fix that.
(22.05.2024, 15:24)Andrea Becagli Wrote: Hi again,
I am having a problem with the app. Yesterday I created all the different loads and everything seemed to work just fine, right now, though, i am not seeing any of the loads and is giving me an error. Seems is not finding a file in a directory, anyway, I will attach a screenshot or the problem.
I understood how you achieved this behavior, in LM settings you have created bool object 01. 1 bit (boolean), you have added it to our Energy management app, then in LM settings you changed the type of 01. 1 bit (boolean) to another type for example to 01.002 boolean, that caused this error. If in LM settings you will change the object type back to 01. 1 bit (boolean), you will get the correct representation of Energy management app. But I am going to do fix for this.