Search found 10 matches

by melvinc
Friday 22 May 2020 21:37
Forum: Utility
Topic: Hunter Hydrawise integration
Replies: 0
Views: 709

Hunter Hydrawise integration

Hi all, A not OOB question; has anyone an idea how to add the Hunter Hydrawise (Wi-Fi Irrigation Control) to Domoticz? There is a API available in RESTful or Graph QL & oAuth 2.0 API; https://support.hydrawise.com/hc/en-us/articles/360008965753-Hydrawise-API-Information I really have no idea how ...
by melvinc
Tuesday 03 April 2018 21:15
Forum: Heating/cooling
Topic: Bosch EasyControl (Nefit Easy's Big Brother)
Replies: 36
Views: 12590

Re: Bosch EasyControl (Nefit Easy's Big Brother)

Nope, I still havent figured out how we can connect the CT200... hopefully someone else has any idea how we can get this up and running.
by melvinc
Wednesday 21 March 2018 22:32
Forum: Heating/cooling
Topic: Bosch EasyControl (Nefit Easy's Big Brother)
Replies: 36
Views: 12590

Re: Bosch EasyControl (Nefit Easy's Big Brother)

Nice :-)

Hopefully more will join, and Bosch will open up the interface soon as they promised in the product announcement.
Can't wait to get the CT200 (and hopefully all rooms) available in Domoticz.
by melvinc
Wednesday 21 March 2018 21:38
Forum: Heating/cooling
Topic: Bosch EasyControl (Nefit Easy's Big Brother)
Replies: 36
Views: 12590

Bosch EasyControl (Nefit Easy's Big Brother)

Hi all, Today I received a new thermostat kit from Bosch - Nefit Easy's big brother Bosch Easy Control, with smart radiator valves. Link => https://www.bosch-easycontrol.com/ Unfortunatelly but somewhat understandable the Nefit Easy script does not longer work ...
by melvinc
Wednesday 01 November 2017 22:54
Forum: Others
Topic: Nefit Easy™
Replies: 721
Views: 166976

Re: Nefit Easy™

Indeed that's what I see as well, so instead of duplicating the first line of the .sh script I should duplicate the compete script like I did before? But in that case when I try to run it it's always shown as stopped. Tried it again, and it seems to work now :D pi@DOMOTICZ:~ $ sudo nano /home/pi ...
by melvinc
Wednesday 01 November 2017 22:04
Forum: Others
Topic: Nefit Easy™
Replies: 721
Views: 166976

Re: Nefit Easy™

Indeed that's what I see as well, so instead of duplicating the first line of the .sh script I should duplicate the compete script like I did before? But in that case when I try to run it it's always shown as stopped.
by melvinc
Wednesday 01 November 2017 21:49
Forum: Others
Topic: Nefit Easy™
Replies: 721
Views: 166976

Re: Nefit Easy™

But do you have two instances of the easy-server running? (ps -ef | grep easy-server) uhhhh? Don't see anything recent over here... the *2.sh was some trial and error over here without the outcome I hoped for :-) pi@DOMOTICZ:~ $ ps -ef | grep easy pi 379 22345 0 19:00 ? 00:00:00 bash /home/pi ...
by melvinc
Wednesday 01 November 2017 21:31
Forum: Others
Topic: Nefit Easy™
Replies: 721
Views: 166976

Re: Nefit Easy™

Strange, what did you do exactly? I start the easy instances from cron after reboot with: @reboot /home/pi/scripts/easiest_1 > /dev/null 2>&1 @reboot /home/pi/scripts/easiest_2 > /dev/null 2>&1 The two scripts contain the startup commands but with different ports (3000 = default and --port=3001 ...
by melvinc
Wednesday 01 November 2017 19:09
Forum: Others
Topic: Nefit Easy™
Replies: 721
Views: 166976

Re: Nefit Easy™

I think yes, just add a second Nefit hardware device and bind it to the second port. Just give it a try Edit: Just tried it myself and get a second set of Nefit devices. You have to allow new devices also Hi SweetPants, Strange, what did you do exactly? Just add the line and --port option in the ...
by melvinc
Tuesday 31 October 2017 21:11
Forum: Others
Topic: Nefit Easy™
Replies: 721
Views: 166976

Re: Nefit Easy™

Does anyone have an idea how to connect two Nefit Easy thermostats to one Domoticz instance? Can we use or specify a certain port to Nefit Easy A and anothter port for Nefit Easy B? I tried the following but only one shows in Domotcz... #!/bin/bash /usr/bin/easy-server --serial ...