Search found 14 matches

by TikTicz
Sunday 02 April 2017 19:53
Forum: Heating/cooling
Topic: Eq3 Max - control with php scripts
Replies: 39
Views: 28152

Re: Eq3 Max - control with php scripts

Sorry, I don't have a clue
by TikTicz
Monday 23 January 2017 22:23
Forum: Heating/cooling
Topic: Eq3 Max - control with php scripts
Replies: 39
Views: 28152

Re: Eq3 Max - control with php scripts

Hi, Sorry for this late response, but I did not receive a notification about your question. In the second screenshot it shows strange names "Cuisine-Rad" en "2a0000". Did you manipulate this names yourself> They do not match the syntax the php scripts expects. When devices are created with a syntax ...
by TikTicz
Tuesday 22 November 2016 19:55
Forum: Heating/cooling
Topic: Eq3 Max - control with php scripts
Replies: 39
Views: 28152

Re: Eq3 Max - control with php scripts

Thanks for explaining your progress, a very good job! For now I am happy, when I get more requirements I will consider your lua implementation. I don't mind if you take the code. I shared it for anyone who can benefit. Beside the baseline of my code did come from MEGA (http://www.mega-nas.de/max ...
by TikTicz
Monday 21 November 2016 18:08
Forum: Heating/cooling
Topic: Eq3 Max - control with php scripts
Replies: 39
Views: 28152

Re: Eq3 Max - control with php scripts

Hi Martijn, Setting up the LUA approach was to complicated for me. Clues were spread among various posts and I just could not figure out how to get this running stable (this was around Q3 2015). I might have been impatient. As I use php for other purposes, I started a php approach. For me PHP is ...
by TikTicz
Monday 21 November 2016 17:49
Forum: Heating/cooling
Topic: Eq3 Max - control with php scripts
Replies: 39
Views: 28152

Re: Eq3 Max - control with php scripts

Hi Jack74, Martijn is right. You could try to "username:password@" in front of the ipaddress you configured in appsettings.php at variable: $domoticzhost. For example "jack74:[email protected]" I am not sure if all my php scripting keeps working. Since this is not my approach, I can't help you any ...
by TikTicz
Sunday 20 November 2016 21:01
Forum: Heating/cooling
Topic: Eq3 Max - control with php scripts
Replies: 39
Views: 28152

Re: Eq3 Max - control with php scripts

Lauching from any browser, from any device should work fine.

Attached a new file (with domocreatenewhardwx.php) with more debug prints. Please run domocreatenewhardwx.php again and investigate the result.
by TikTicz
Sunday 20 November 2016 20:28
Forum: Heating/cooling
Topic: Eq3 Max - control with php scripts
Replies: 39
Views: 28152

Re: Eq3 Max - control with php scripts

Attached a new version of the script files. As they contain some minor (not related) improvements replace your script files with the new ones. Also find an additional script domocreatenewhardwx.php This is the same code as domocreatenewhardw.php but with some additional print instructions for ...
by TikTicz
Sunday 20 November 2016 19:52
Forum: Heating/cooling
Topic: Eq3 Max - control with php scripts
Replies: 39
Views: 28152

Re: Eq3 Max - control with php scripts

The eq3read.php results are fine.

Did you find "Eq3Virtual" in your Domoticz hardware tab? Can you provide a screenshot of your Domoticz hardware page?
by TikTicz
Sunday 20 November 2016 19:00
Forum: Heating/cooling
Topic: Eq3 Max - control with php scripts
Replies: 39
Views: 28152

Re: Eq3 Max - control with php scripts

The syntax seems ok. Did you try "http://192.168.1.4:8080" in your browser and did it show the Domoticz dashboard? I am not aware of any permission limits. The script does not generate files. It creates devices in Domoticz. You can check this by selecting tabmenu "Setup" in domoticz and in the ...
by TikTicz
Sunday 20 November 2016 18:08
Forum: Heating/cooling
Topic: Eq3 Max - control with php scripts
Replies: 39
Views: 28152

Re: Eq3 Max - control with php scripts

Hi Jack74, I investigated the script and noticed I did not implement error handling very well. But my best guess for now is to make sure the ipaddress and port of the domoticz server are set to the good values in script appsettings.php. If you think they are o.k., verify by entering this url in your ...
by TikTicz
Friday 04 November 2016 23:01
Forum: Heating/cooling
Topic: Eq3 Max - control with php scripts
Replies: 39
Views: 28152

Re: Eq3 Max - control with php scripts

Hi Beared, // Just thinking, it would be great if we could read the actual temp of each valve along with the set temp. Therefore we could then write a blockly that would switch off the boiler at a 'boiler switch' when all valves were reading an actual temp within 20% of their set temp and if any ...
by TikTicz
Sunday 30 October 2016 19:53
Forum: Heating/cooling
Topic: Eq3 Max - control with php scripts
Replies: 39
Views: 28152

Re: Eq3 Max - control with php scripts

Hi Beared, I have the same error when I configure a wrong ip or port for the cube in appsettings.php Add this line of code in eq3read.php below line 13 ("$eq3arr = $eq3->OpenSock($cubehost,$cubeport);" ): print_r($eq3->retarr); This will print the array with the connection error message, or an empty ...
by TikTicz
Wednesday 21 September 2016 19:37
Forum: Heating/cooling
Topic: Eq3 Max - control with php scripts
Replies: 39
Views: 28152

Re: Eq3 Max - control with php scripts

Hi Westcott,

I noticed. Good jod, no doubt. I went for PHP, because that is my personal favour. LUA will be a better approach for many. I just wanted to share this peace of code, for those also using PHP.
by TikTicz
Sunday 18 September 2016 18:08
Forum: Heating/cooling
Topic: Eq3 Max - control with php scripts
Replies: 39
Views: 28152

Eq3 Max - control with php scripts

As summer is coming to an end, I wanted to share these php scripts with you. I use it to control the eq3 max valves/thermostats. Only the php scripts and a little (easy) blockly scripting in Domoticz is needed. Attached a zip file with the php scripts and a readme.doc with a setup explanation. I ...