Timeline picker to setup heating, light and so on

hi, can u help me guys please, i used

Webview label="" icon="none" url="http://192.168.0.10:8080/static/time-line-picker/index.html?ip=192.168.0.10:8080&transferItem=TransferItem4&states=16,17,18,19,20,21,22,23,24,25,26,27&yAxisLabel=15,67&lang=en&zoom=auto&event=yes&deactivation=false&colorset=1" height=20

but it is showing me only 6 values, it should be 12 values (16,17,18,19,20,21,22,23,24,25,26,27)

Hi @Mohammad_Chaaban,

six values is right. The table in the OP described all parameters and six is the maximum.

so, it does not accept more than 6 valuesā€¦ thanks

Hi @tose I have tried the guide here https://gitlab.com/RNTs_3/openhab-timeline-picker/-/blob/develop-migrationToJSR223_javascript/README.md
however visiting the sitemap its only showing loading, I have checked the development tools in the browser in it seems that its looking for switchPointSet.js not switchPointSet_jsr.js which I then renamed. now I can see something but as you see itā€™s not fully loading.

Iā€™m using openhab 2.5 and have the new rule engine installed (and I believe running- unless there is an enable button somewhere)
the log doesnā€™t show any up-normality and clicking on save will actually save the string TransferItem1 irrg|690x230

thanks

Hi @M-sam,

sorry, i must extend the doku. The same question came up once befor.

Are you sure you cloned correctly or better checked out the development branch? I did the mistake before because it was late, thatā€™s why you had a wrongly named file.

If git branch shows master you have to

  • change it using git checkout --track origin/develop-migrationToJSR223_javascript
  • or simply clone it again git clone -b develop-migrationToJSR223_javascript https://gitlab.com/RNTs_3/openhab-timeline-picker.git

After that copy all files again (clean up before to be safe)

Works perfectly fine with 2.5.8. Btw @tose I made two PRs

EDIT: Also works with habpanel, love that. Surely not optimized for that but it works.-> Template

<div>
  <iframe width="100%" height="485px" frameBorder="0" align="middle" src="/static/time-line-picker-jsr/index.html?ip=YOUR-IP-HERE:8080&transferItem=TransferItem1&yAxisLabel=1,2,3,4,5,6,7&states=0,1&lang=de&deactivation=true&dark=yes">
  </iframe>
</div>

@Sefer Yes i have seen your merge request. Thanks. I will merge the changes at the weekend.

To confirm, the timeline picker is working with OH 2.5.8 without changing the namespace in the helperfiles? Which version of the helperfiles do youe use?

I cloned exactly as I have written above and copied everything cp -R from conf_openHAB to $OPENHAB_CONF. Nothing changed.

EDIT: If you clone the repo wrong or donā€™t change the branch manually you will receive errors because it would be the state of master

EDIT2: Havenā€™t used it live yet. Still configuring the modbus system and everything. This is just using the sample files. But no errors in log / website using the demoitems / states

Okay thanks again. Iā€™m using OH 2.4 and i have never tested timeline picker with OH 2.5.

Hello,
Thank you for the great tutorial. This is exactly what I was looking for to control my lighting and radiators.
I am now ready that the configuration via the timeline and the triggering of individual lamps works. However, I am a bit at a loss as to how I can properly regulate my radiators (11 in total).
In another post (Yet another Heating Setup) I basically found exactly the kind of regulation that I would like to have with me. To be honest, Iā€™m just a little at a loss as to how I regulate the respective radiators at different temperatures at different times. In the articles and examples, all thermostats are set to the same temperature.
Is this even possible? Can you give me some food for thought?

Thank you in advance.

Hi @Didschu,

here you can see a solution for different temperatures in each room and a preset of 2 (3) setpoints for the temperature.


  • first of all one can see the global settings. Heating mode and the current mode is self describing .

  • the second line is to switch the various ā€œcardsā€ (switching with visibility in sitemap) and the ā€˜1x onā€™ switch. This switch is to override the time based heating plan for maximal one day. If the switch is active the heating mode is day. Latest at midnight the switch will be deactivated and the timbased heating plan is active again.

  • first card (day is active):
    Here, in the first column one can select the temperature for each room in the day mode. In the second column one can select the mode for the single room.
    auto - time based temperatures
    off - heating is deactivated (frost protection)
    +2Ā° - this means, the temperature should be increased by 2 degrees in the room for a certain time (comfort temperature for e.g. 30 minutes)

  • second card (night is active):
    In the first column one can select the temperatue for each room in night mode. In the second column one can select whether the roomtemperature is reduced by the timeline or the day mode is permantently active.

  • third card (setup is active):
    One can choose the different timeintervals for day- mode and night- mode.

In this solution the timeline picker is a realy minor part but maybe you find one or two ideas.
Torsten

I find this solution even more elegant. Would it be possible that you might make the structure of your settings available to me so that I can then change it to my needs? I am an absolute beginner at writing rules.

Sorry, i wouldnā€™t share the complete code. This is a really big block (600 lines + sitemap entryā€™s + dummy items) with window open detection and state reporting. But it is not well documented and contains personal data.

If you start with your own code i will gladly help you. (better is a new topic).

Amazing interface! How implement night mode? You use conditional rules for that? Great job!

Hello Torsten,

I can of course understand that. So Iā€™ve now created a new topic.
Here is the link: I need help configuring my heating control
I would be happy if you could help me.

what do you mean exactly?

The night mode in the UI is a synonym for a second temperatur level. To realizie this, i have for each room defined two different setpoints as item. The setpoints will be managed with the timeline in the setup card.

The virtual cards (day, night, setup) are controlled with the help of visibillity in the sitemap without rules.

thank you for these details, I had trouble viewing the overall system with the options, great work! itā€™s now much clearer

today on my test setup i look at the Webview url and the item Webview still loadingā€¦nothing appear , if i use chrome and past the url all is fine on firefox but not on chrome , on android local connection same still loadingā€¦ nothing appear , is a know issue ? thanks again for this amazing timeline picker

No, there is no issue. Please clear the browser cache in chrome.

i did , but same result , delete 4 week cache option thanks tose, on my pc , phone and tablet is the same , but not on firefox ; on dev tool the page stop at this div : div id=ā€œappā€ v-cloak=""