Search found 16 matches

by fotomann100
Friday 24 February 2023 18:41
Forum: Other questions and discussions
Topic: German SmartMeter with SML (eg ISKRA MT175) via tasmota to domoticz
Replies: 3
Views: 657

Re: German SmartMeter with SML (eg ISKRA MT175) via tasmota to domoticz

If you have MQTT use the build in Domoticz integration of tasmota https://tasmota.github.io/docs/Domoticz/ I know this page. Unfortunally I dont' understand what the author means in detail. Or use tasmota rules to build a Domoticz api json call to push the data to a dummy P1 smart meter device ...
by fotomann100
Friday 24 February 2023 16:25
Forum: Other questions and discussions
Topic: German SmartMeter with SML (eg ISKRA MT175) via tasmota to domoticz
Replies: 3
Views: 657

German SmartMeter with SML (eg ISKRA MT175) via tasmota to domoticz

I try to get the data of a ISKRA MT175 into Domoticz. I'm using the smart meter interface oft tasmota (https://tasmota.github.io/docs/Smart-Meter-Interface/), witch works fine. The problem is: How to transfer the data from tasmota to Domoticz? First I experimentend with the internal Domoticz ...
by fotomann100
Sunday 08 September 2019 15:45
Forum: dzVents
Topic: Sending a code every x milliseconds -
Replies: 1
Views: 444

Sending a code every x milliseconds -

I try to write a script, that should send a Code via RFXcom over a specified time again and again. At the moment I solve this in dzvents with a simple for-loop (see below). It's working but it isn't very elegant. The mass of commands can not be processed at all. It would be better to write a script ...
by fotomann100
Saturday 07 September 2019 22:43
Forum: dzVents
Topic: Simple Script does not function: Am I too stupid? [Solved]
Replies: 2
Views: 1373

Simple Script does not function: Am I too stupid? [Solved]

I'm a beginner in dzvents, but I try to learn. I wrote the following very simple script, that does not function. The second "If" will be ignored, but I don't know why. There are no error messages in log. Any advice is wellcome. return { on = { devices = { 'TestMaster' } }, execute = function ...
by fotomann100
Saturday 07 September 2019 17:17
Forum: Rfxcom Transceiver
Topic: Brennstuhl / Smartwares radiator thermostat reacts unreliably
Replies: 0
Views: 487

Brennstuhl / Smartwares radiator thermostat reacts unreliably

Hello, I try to connect a "Brennenstuhl FHT 433" radiator thermostat to domoticz via RFXcom. The thermostat should be similar or identical to the smartwave thermostat. RFXcom recognizes the code and is able to send. But: The switching between the two modes of the thermostat only works from time to ...
by fotomann100
Wednesday 04 September 2019 19:01
Forum: dzVents
Topic: Looking for a very simple script for a door open notification.
Replies: 11
Views: 2235

Re: Looking for a very simple script for a door open notification. - Solved!

Hello all together, the problem is solved! The problem with the multiple trigger and the wrong status info despite the already closed door had the same cause: The door Sensor was created with the Master / Slave function of Domoticz. Instead of this I created two contacts. Via a simple blockly script ...
by fotomann100
Tuesday 03 September 2019 19:26
Forum: dzVents
Topic: Looking for a very simple script for a door open notification.
Replies: 11
Views: 2235

Re: Looking for a very simple script for a door open notification.

Hello Waaren, thank you for your great engagement! Both scripts are working fine. The openURL-version seems to be very elegant but for me it is very difficult to understand. The version with the hidden device I understood for the most part. Surely, I'm not able to write such a script at the moment ...
by fotomann100
Monday 02 September 2019 20:31
Forum: dzVents
Topic: Looking for a very simple script for a door open notification.
Replies: 11
Views: 2235

Re: Looking for a very simple script for a door open notification.

Good evening hoeby, Please excuse the new thread in the dzVents forum. I realized that the function cannot be programmed with blockly. So I considered the thread is complete. Sorry, If this makes some confusion. To your question: The script is only needed every few days. I thought, Its more ...
by fotomann100
Monday 02 September 2019 19:56
Forum: dzVents
Topic: Looking for a very simple script for a door open notification.
Replies: 11
Views: 2235

Looking for a very simple script for a door open notification.

Hello, I'm a beginner in dzVents. I'm looking for a script template with does the following: 1. If a door is open for more than x minutes, It should send a notification. 2. The script should be triggered by the door sensor itself (Status open) and should not run periodically every x minutes. I found ...
by fotomann100
Sunday 01 September 2019 22:21
Forum: Blockly
Topic: "If the door is open for more than ten minutes --> Send message. Advice needed
Replies: 8
Views: 4648

Re: "If the door is open for more than ten minutes --> Send message. Advice needed

Hello lost, thank you for the advice and the code snippet. Tomorrow I will try to understand how it works - sounds interesting. In the meantime - thank you jvdz - I developed the blockly script and extended it by a dummy switch as a timer: It seems to work, but there is one problem, that I do not ...
by fotomann100
Sunday 01 September 2019 17:47
Forum: Blockly
Topic: "If the door is open for more than ten minutes --> Send message. Advice needed
Replies: 8
Views: 4648

Re: "If the door is open for more than ten minutes --> Send message. Advice needed

I have got several versions of the program with the common ground that they do not work. In the try listed below I'am using a user variable that is set to "1" after 600 seconds. The notification is sent, when the door status is changing from open to close. There is also a problem with the trigger ...
by fotomann100
Sunday 01 September 2019 15:40
Forum: Blockly
Topic: "If the door is open for more than ten minutes --> Send message. Advice needed
Replies: 8
Views: 4648

"If the door is open for more than ten minutes --> Send message. Advice needed

I'm not able to find a programming solution for the following problem: I would like to control the status of a garage door. If the door is open for more than ten minutes, Domoticz should send a message via Pushbullet. I have got a switch, that indicates the door status. Sending a message after ten ...
by fotomann100
Thursday 29 August 2019 16:44
Forum: Switches and Scenes
Topic: Chinese push button as a toggeling swich Solved!
Replies: 4
Views: 2306

Re: Chinese push button as a toggeling swich Solved!

Problem solved! The solution is very simple and you Waaren brought me on the right way: "Maybe if you could show what you already have" was your advice. I realized that there is a log file :-) Even a short single push sends the code three or four times out. In conjunction with the other parts of the ...
by fotomann100
Tuesday 27 August 2019 15:48
Forum: Switches and Scenes
Topic: Chinese push button as a toggeling swich Solved!
Replies: 4
Views: 2306

Chinese push button as a toggeling swich Solved!

Hello I'm new in Domoticz. The most things I have done before worked fine. But there is one thing, that I'm not able to create. I guess it should be very easy, but I don't find a way that is working. The scenario is very simple: A cheap chinese Pushbutton (connected via RFXcom) should trigger a ...