Gransi / oekofen-pellematic

GNU General Public License v3.0
2 stars 0 forks source link

Time program #2

Open 4n4n4s opened 1 month ago

4n4n4s commented 1 month ago

Hi @Gransi, do you by any chance still have this oekofen device?

I seem to have the same old peletronic touch version as you do. However for me it's not possible to access the UI anymore as for some reason on my device the files are not present locally and it still tries to reach the old oekofen domain for the resources. <link rel="stylesheet" type="text/css" href="http://onlineberater.pelletsheizung.at/res/remotecontrol/css/style.css"> Oekofen says they should be also present locally in /css and /js but for me those folders are all empty.

In order to keep it alive and not make it digital trash I want to restore the functionality somehow. Can you please support me with that task?

What would be great is if you could provide all the contents of your http://[OEKOFEN_IP]/css and http://[OEKOFEN_IP]/js folder from the oekofen device. Then I can continue and see what else is missing. Maybe some .har to debug it further.

My endgoal is to publish the values all to homeassistant using MQTT and make it "smart" to change and monitor the values there. Like setting Times CAPPL:LOCAL.ww[0].aktives_zeitprogramm and so on.

Thank you :)

Gransi commented 3 weeks ago

Hi 4n4n4s,

here is the CSS- and JS-content from my system (Touch V02.00m 20130910), oekofen_web.zip

And this is the head-section from the my main page,

<head>
  <title>&Ouml;koFEN Pellematic</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  <meta name="author" content="XorteX eBusiness GmbH"/>
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
  <link rel="stylesheet" type="text/css" href="/css/fonts.css"/>
  <link rel="stylesheet" type="text/css" href="http://fernwartung.pelletsheizung.at/res/remotecontrol/v02.00m/css/style.css"/>
  <!--[if lte IE 8]>
  <link rel="stylesheet" type="text/css" href="http://fernwartung.pelletsheizung.at/res/remotecontrol/v02.00m/css/style.ie8.css"/>
  <![endif]-->
  <link rel="stylesheet" type="text/css" href="http://fernwartung.pelletsheizung.at/res/remotecontrol/v02.00m/css/oekofen/jquery-ui-1.8.14.custom.css"/>
  <link rel="stylesheet" type="text/css" href="http://fernwartung.pelletsheizung.at/res/remotecontrol/v02.00m/css/oekofen/jquery.pnotify.default.css"/>
  <script type="text/javascript" src="http://fernwartung.pelletsheizung.at/res/remotecontrol/v02.00m/js/lib/jquery-1.6.2.min.js"></script>
  <script type="text/javascript" src="http://fernwartung.pelletsheizung.at/res/remotecontrol/v02.00m/js/lib/jquery-ui-1.8.14.custom.min.js"></script>
  <script type="text/javascript" src="http://fernwartung.pelletsheizung.at/res/remotecontrol/v02.00m/js/lib/jquery.pnotify.min.js"></script>
  <script type="text/javascript" src="http://fernwartung.pelletsheizung.at/res/remotecontrol/v02.00m/js/lib/jquery.buttonsetv.min.js"></script>
  <script type="text/javascript" src="http://fernwartung.pelletsheizung.at/res/remotecontrol/v02.00m/js/lib/jquery-ui.timepicker.min.js"></script>
  <script type="text/javascript" src="http://fernwartung.pelletsheizung.at/res/remotecontrol/v02.00m/js/lib/jquery.format-1.1.min.js"></script>
  <script type="text/javascript" src="/lang/language.cgi"></script>
  <script type="text/javascript" src="http://fernwartung.pelletsheizung.at/res/remotecontrol/v02.00m/js/app.min.js"></script>
  <script type="text/javascript" src="http://fernwartung.pelletsheizung.at/res/remotecontrol/v02.00m/js/config.min.js"></script>
  <style type="text/css"></style>
</head>

Which version is installed on the display? Have you the CMP or the CP controller?

Maybe you can update the touch display. Currently I have the CMP controller and I also updated the display to the latest supported version.

CMP-Controller image