Search found 26 matches

by jursat
Thursday 14 December 2023 19:12
Forum: Switches and Scenes
Topic: A single Z-Wave device for 5 switches ?
Replies: 12
Views: 2153

Re: A single Z-Wave device for 5 switches ?

Yes, I added it <Product config="heltun/he-rs01.xml" id="0009" name="Heltun RS01" type="0004"/>
I just don't know if I have the correct Heltun/he-rs01.xml, I downloaded it from the Internet
by jursat
Wednesday 13 December 2023 20:48
Forum: Switches and Scenes
Topic: A single Z-Wave device for 5 switches ?
Replies: 12
Views: 2153

Re: A single Z-Wave device for 5 switches ?

I added to the database, I can see the switches and they work, but the name was not found, probably an error in the configuration file?

Image
by jursat
Friday 01 December 2023 15:16
Forum: Switches and Scenes
Topic: A single Z-Wave device for 5 switches ?
Replies: 12
Views: 2153

Re: A single Z-Wave device for 5 switches ?

Yes, I have version 2023.2, I'm just afraid of the transition, I have a lot of devices and I don't know if I understood it correctly. If the migration could simply be done with the settings, that would be great
by jursat
Thursday 30 November 2023 17:52
Forum: Switches and Scenes
Topic: A single Z-Wave device for 5 switches ?
Replies: 12
Views: 2153

Re: A single Z-Wave device for 5 switches ?

So it won't be possible?
by jursat
Thursday 30 November 2023 16:28
Forum: Switches and Scenes
Topic: A single Z-Wave device for 5 switches ?
Replies: 12
Views: 2153

Re: A single Z-Wave device for 5 switches ?

deprecated
by jursat
Thursday 30 November 2023 16:01
Forum: Switches and Scenes
Topic: A single Z-Wave device for 5 switches ?
Replies: 12
Views: 2153

Re: A single Z-Wave device for 5 switches ?

I don't have the file HE-RS01.xml in my database in config, where can I find it?
by jursat
Wednesday 23 February 2022 11:06
Forum: Temperature and Weather
Topic: Eurotronic Spirit Z: Change Thermostat Mode
Replies: 7
Views: 3034

Re: Eurotronic Spirit Z: Change Thermostat Mode

Maybe it will help someone, I use the system manufacturer to open the heads to 30% according to the need for heating. I set the temperature using virtual variables 1. Create variables https://jezersko.sk/Kurenie/Variable.jpg 2. Create a temperature table in Virtual switch https://jezersko.sk ...
by jursat
Wednesday 08 December 2021 13:52
Forum: Heating/cooling
Topic: EUR_SPIRITZ Wall Radiator Thermostat+ "Ignore start level"
Replies: 2
Views: 360

Re: EUR_SPIRITZ Wall Radiator Thermostat+ "Ignore start level"

I used to think it had something in common from the % of head opening
by jursat
Monday 06 December 2021 15:34
Forum: Heating/cooling
Topic: EUR_SPIRITZ Wall Radiator Thermostat+ "Ignore start level"
Replies: 2
Views: 360

EUR_SPIRITZ Wall Radiator Thermostat+ "Ignore start level"

Can you explain to me what it means to ignore the start level

Image
by jursat
Friday 15 January 2021 7:57
Forum: Heating/cooling
Topic: SPIRITZ Wall Radiator Thermostat read opening value %
Replies: 18
Views: 974

Re: SPIRITZ Wall Radiator Thermostat read opening value %

So finally solved through blockly
by jursat
Thursday 14 January 2021 21:28
Forum: dzVents
Topic: How to setup a heating plan with dzVents?
Replies: 4
Views: 784

Re: How to setup a heating plan with dzVents?

How do you solve the switching on and off of the boiler?
by jursat
Thursday 14 January 2021 20:37
Forum: Heating/cooling
Topic: SPIRITZ Wall Radiator Thermostat read opening value %
Replies: 18
Views: 974

Re: SPIRITZ Wall Radiator Thermostat read opening value %

I need to turn the boiler on and off.
If the value drops e.g. below 15%, let the boiler switch off and above 15% let the boiler switch on.
blockly does not work, blockly doesn't work, nothing happens
by jursat
Thursday 14 January 2021 20:07
Forum: Heating/cooling
Topic: SPIRITZ Wall Radiator Thermostat read opening value %
Replies: 18
Views: 974

Re: SPIRITZ Wall Radiator Thermostat read opening value %

script level = otherdevices[Radiator] if ( level == "Off" ) then heating_level = "Ventil zu" else heating_level = string.gsub ( level,"Set Level:", "Ventil") end return heating_level end Error 2021-01-14 20:05:15.518 Error: EventSystem: in Valve opened: [string "level = otherdevices[Radiator ...
by jursat
Thursday 14 January 2021 18:55
Forum: Heating/cooling
Topic: SPIRITZ Wall Radiator Thermostat read opening value %
Replies: 18
Views: 974

Re: SPIRITZ Wall Radiator Thermostat read opening value %

Yes, I have EUR_SPIRITZ Wall Radiator Thermostat+ titled "Radiator" , and script name is Valve opened, but it is still an error: 2021-01-14 18:47:49.978 Error: EventSystem: in Valve opened: [string "function libs.heating_get_level ( Radiator )..."]:1: attempt to index a nil value (global 'libs') my ...
by jursat
Wednesday 13 January 2021 20:25
Forum: Heating/cooling
Topic: SPIRITZ Wall Radiator Thermostat read opening value %
Replies: 18
Views: 974

Re: SPIRITZ Wall Radiator Thermostat read opening value %

Es funktioniert nicht, also noch einmal für den Amateur
1. Der Name des Kopfes, von dem ich Daten lesen möchte, ist "Radiator"
2. In welche Variable wird es geschrieben? Was soll ich erstellen?

Ich benutze Domoticz für Synology
Vielen Dank für Ihre Geduld
by jursat
Wednesday 13 January 2021 17:41
Forum: Heating/cooling
Topic: SPIRITZ Wall Radiator Thermostat read opening value %
Replies: 18
Views: 974

Re: SPIRITZ Wall Radiator Thermostat read opening value %

2021-01-13 17:39:15.365 Error: EventSystem: in Hlavica je otvorena: [string "..."]:6: bad argument #1 to 'gsub' (string expected, got nil)
by jursat
Tuesday 12 January 2021 20:27
Forum: Heating/cooling
Topic: SPIRITZ Wall Radiator Thermostat read opening value %
Replies: 18
Views: 974

Re: SPIRITZ Wall Radiator Thermostat read opening value %

I do it like this, heating_name is the name of the level device. You'll get back Off (0%) or the percentage with text. level = otherdevices[heating_name] if ( level == "Off" ) then heating_level = "Ventil zu" else heating_level = string.gsub ( level,"Set Level:", "Ventil") end I'm sorry, can you ...
by jursat
Monday 11 January 2021 17:51
Forum: Heating/cooling
Topic: SPIRITZ Wall Radiator Thermostat read opening value %
Replies: 18
Views: 974

Re: SPIRITZ Wall Radiator Thermostat read opening value %

I meant that if the Spirit needs heat, it will also give the command to turn on the boiler
by jursat
Monday 11 January 2021 17:24
Forum: Heating/cooling
Topic: SPIRITZ Wall Radiator Thermostat read opening value %
Replies: 18
Views: 974

Re: SPIRITZ Wall Radiator Thermostat read opening value %

Thank you for the answer, how you have solved the switching on of the boiler, I have 5 rooms and I also need to turn it on, if it is necessary for each room separately
by jursat
Monday 04 January 2021 11:54
Forum: Switches and Scenes
Topic: Problem to integrate Onkyo amplifier in Domoticz.
Replies: 6
Views: 648

Re: Problem to integrate Onkyo amplifier in Domoticz.

Port must bee 60128, 8080 is http port