Search found 58 matches

by Maxx
Monday 25 November 2024 21:03
Forum: dzVents
Topic: Hue API V2
Replies: 0
Views: 598

Hue API V2

Hello All, Currently I am using direct API call to hue using the v1 API version. I am trying to upgrade to API V2 and I am partly successfull. I use the following test program: on = { timer = { 'every minute' }, httpResponses = { 'trigger' } }, logging = { level = domoticz.LOG_INFO, marker ...
by Maxx
Saturday 29 July 2023 22:43
Forum: dzVents
Topic: Home assistant device control
Replies: 1
Views: 669

Home assistant device control

All, I love Domoticz for the flexibility and for Dzvents. I also use HA, the integrations are difficult to resist. Now I use both and I was trying to control HA device using Dzvents without MQTT (yet). The following script allows direct control of a HA Device using REST API, maybe it is usefull for ...
by Maxx
Sunday 19 December 2021 21:53
Forum: dzVents
Topic: global_data problem
Replies: 8
Views: 1082

Re: global_data problem

I don't see a problem in the global_data.

Do you use the global variables in any of your scripts? Maybe the problem starts there.
by Maxx
Sunday 12 December 2021 20:37
Forum: dzVents
Topic: dimto transition time
Replies: 11
Views: 1286

Re: dimto transition time

You can use the Hue API direct: Put this script in global_data (use your Key): hue_colors_P = function(domoticz,status,bri_out,hue_out,sat_out,device,transition) domoticz.log('Send switch command ') local bridge = '192.168.1.161' local tempUrl = 'http://'..bridge..'/api ...
by Maxx
Saturday 10 April 2021 20:55
Forum: Other questions and discussions
Topic: How to monitor if Domoticz is still functioning correctly?
Replies: 8
Views: 1078

Re: How to monitor if Domoticz is still functioning correctly?

Did something like this some time ago. There are probably better ways to do this but this works for me Adapt for your system by using your own ip addresses and make the required devices Put this script in your Secondary system: return { on = { devices = {}, timer = {'every minute'}, }, data ...
by Maxx
Wednesday 17 March 2021 18:57
Forum: Z-Wave
Topic: Eurotronics SpiritZ external temperature sensor
Replies: 19
Views: 2445

Re: Eurotronics SpiritZ external temperature sensor

ok, great
by Maxx
Wednesday 17 March 2021 18:56
Forum: Z-Wave
Topic: Eurotronics SpiritZ external temperature sensor
Replies: 19
Views: 2445

Re: Eurotronics SpiritZ external temperature sensor

Strange, I don't know how old version 4.107 is but my setup runs since september 2019.

You need:
Valve and mode only for the way I use it

I don't think humidity is a device for the Eurotronic. What does you hardware screen look like?
by Maxx
Wednesday 17 March 2021 18:41
Forum: Z-Wave
Topic: Eurotronics SpiritZ external temperature sensor
Replies: 19
Views: 2445

Re: Eurotronics SpiritZ external temperature sensor

I don't know if it helps, I have 4 x the Eurotronic and zone heating. I just control the valve (manufacturer specific) based with a simple PID (actually only P) on the temp of an external sensor. This can be any temp sensor in Domoticz. It's a work around but it's been keeping my house warm for two ...
by Maxx
Wednesday 20 January 2021 19:57
Forum: Examples & Solutions
Topic: Planner for central heating
Replies: 0
Views: 705

Planner for central heating

All, This may be usefull,I have been using this script to plan my central heating system for the last two years now (flawlessly :-)). It only publisches setpoints for two rooms based on a time and a day of week. It also calculates when the heating should turn on in order to reach the temperature on ...
by Maxx
Saturday 16 January 2021 16:27
Forum: dzVents
Topic: How to setup a heating plan with dzVents?
Replies: 4
Views: 805

Re: How to setup a heating plan with dzVents?

I use the "Secure Ketel Schakelaar Z-wave" to control my boiler.

On/Off only, no opentherm or other protocol
by Maxx
Wednesday 28 October 2020 19:54
Forum: Z-Wave
Topic: No device for temperature on Eurotronic spiritz thermostat
Replies: 10
Views: 1236

Re: No device for temperature on Eurotronic spiritz thermostat

Another question since you both use the eurotronic. How long do your batteries last. Mine about 6 weeks in the wintertime. I have a zigbee version wich lasts 5 months.
by Maxx
Tuesday 27 October 2020 20:21
Forum: Z-Wave
Topic: No device for temperature on Eurotronic spiritz thermostat
Replies: 10
Views: 1236

Re: No device for temperature on Eurotronic spiritz thermostat

It was added automatically,
I am running one of the latest beta's of domoticz. What version are you using?
by Maxx
Tuesday 27 October 2020 19:50
Forum: Z-Wave
Topic: No device for temperature on Eurotronic spiritz thermostat
Replies: 10
Views: 1236

Re: No device for temperature on Eurotronic spiritz thermostat

I have 3 eurotronics, the temperature device looks as follows:

Code: Select all

	4961	Zwave netwerk	0E01	1	TK_Eetkamer_Temp	Temp	LaCrosse TX3	20.1 C
by Maxx
Friday 03 April 2020 12:31
Forum: dzVents
Topic: methode = 'PUT' [Solved]
Replies: 5
Views: 1023

Re: methode = 'PUT' [Solved]

The test script is working, I can start rewriting now. Time enough :-)

THANKS
by Maxx
Sunday 29 March 2020 22:26
Forum: dzVents
Topic: methode = 'PUT' [Solved]
Replies: 5
Views: 1023

Re: methode = 'PUT' [Solved]

ok, great, good news . Can't wait
by Maxx
Sunday 29 March 2020 19:40
Forum: dzVents
Topic: methode = 'PUT' [Solved]
Replies: 5
Views: 1023

methode = 'PUT' [Solved]

Hello, I noticed that since about a month the openURL also should support the PUT method. Also according the wiki. My hue bulbs are controlled by os.execute,curl (long story :-)) Today I tried to rewrite to openURL using the PUT method but sofar unsuccesfull. This is the test script: return { on ...
by Maxx
Sunday 03 November 2019 18:15
Forum: dzVents
Topic: openURL error
Replies: 22
Views: 5118

Re: openURL error [Solved]

Well, thanks for your time again.

I will have a closer look at the host file options, it looks interesting since I have a production and a test domoticz too
by Maxx
Sunday 03 November 2019 17:23
Forum: dzVents
Topic: openURL error
Replies: 22
Views: 5118

Re: openURL error

2019-11-03 17:22:01.156 Status: dzVents: !Info: Domoticz url: http://127.0.0.1:8080
by Maxx
Sunday 03 November 2019 15:57
Forum: dzVents
Topic: openURL error
Replies: 22
Views: 5118

Re: openURL error

/etc/hosts content:

Code: Select all

127.0.0.1	localhost
::1		localhost ip6-localhost ip6-loopback
ff02::1		ip6-allnodes
ff02::2		ip6-allrouters

127.0.1.1	raspberrypi
127.0.0.1 was in the field
by Maxx
Sunday 03 November 2019 14:21
Forum: dzVents
Topic: openURL error
Replies: 22
Views: 5118

Re: openURL error

Spot on, like magic. Works like a charm

What is the story behind this?