Search found 132 matches

by D'rMorris
Tuesday 07 May 2019 12:16
Forum: Show your projects
Topic: Z-Wave Window opener Fakro ZWS230
Replies: 27
Views: 16746

Re: Z-Wave Window opener Fakro ZWS230

Apologies...very late reply... The window was working with Domoticz immediately. Not at home at the moment, but I think I clicked on "include node" in Domoticz and then pushed the P-button on the window 3 times. After that, it was OK.

I hope you got it working in the meantime :-)
by D'rMorris
Tuesday 04 December 2018 11:00
Forum: Show your projects
Topic: Z-Wave Window opener Fakro ZWS230
Replies: 27
Views: 16746

Re: Z-Wave Window opener Fakro ZWS230

I recently (2 weeks ago) installed a Fakro roof window (the FTP-V), which contains the new Gen-5 z-wave chip. After including the roof window in Domoticz, you get 7 new devices: Fakro.png For now, I use 3 devices: - The RoofWindow itself, which is a Blinds Percentage Inverted device - RoofWindow ...
by D'rMorris
Friday 12 October 2018 12:06
Forum: Others
Topic: NODON STP-2-1-05 Manufacturer unknown
Replies: 6
Views: 2091

Re: NODON STP-2-1-05 Manufacturer unknown

Never tried it myself, but the instructions are here:
https://www.domoticz.com/wiki/Raspberry ... rom_source
by D'rMorris
Friday 12 October 2018 11:19
Forum: Other questions and discussions
Topic: Date for meter readings smart meter
Replies: 2
Views: 828

Re: Datum bij meterstanden slimme meter

hi jwgroene,

This is an English forum, please post your question in English.

Thank you :-)
by D'rMorris
Tuesday 09 October 2018 9:33
Forum: PHP and all others
Topic: [Node-RED] BLE Presence Detection flow
Replies: 3
Views: 3592

Re: [Node-RED] BLE Presence Detection flow

Cool! I will add this to my setup for testing :-)! Which BLE tokens do you use?
by D'rMorris
Thursday 14 June 2018 6:42
Forum: Switches and Scenes
Topic: Updating text through MQTT [solved]
Replies: 9
Views: 3420

Re: Updating text through MQTT [solved]

@D'rMorris sometimes life is simple and an error easily overlooked. domoticz/in instead of Domoticz/in was thé golden tip! Thx!! Ralph Very welcome, glad you got it sorted out! Since the other flow was working, do you have multiple MQTT configutations defined? I have only 1 domoticz/in ...
by D'rMorris
Wednesday 13 June 2018 21:29
Forum: Switches and Scenes
Topic: Updating text through MQTT [solved]
Replies: 9
Views: 3420

Re: Updating text through MQTT

What happens if you update the text sensor first with an normal URL JSON? As reference, this is my script in NodeRed: msg.payload = {"command": "udevice", "idx": nnn, "svalue": "test")}; return msg; I'm also runinng the stable version. Just to be sure: you are sending data to domoticz/in (all ...
by D'rMorris
Wednesday 13 June 2018 14:07
Forum: Switches and Scenes
Topic: Updating text through MQTT [solved]
Replies: 9
Views: 3420

Re: Updating text through MQTT

The correct syntax is indeed: {"command": "udevice", "idx": nnn, "svalue": "your text"} I use a NodeRed function to update my location (latitude in this example) to a text sensor and there I use: msg.payload = {"command": "udevice", "idx": nnn, "svalue": String(msg.payload.lat)};
by D'rMorris
Wednesday 13 June 2018 14:01
Forum: Other questions and discussions
Topic: Edit script on Ipad
Replies: 12
Views: 2257

Re: Edit script on Ipad

Same issue here, and the cause is that the screen tries to adjust to the screen width. The problem is that it keeps getting wider and wider. What I do when I have to edit on iPad (very cumbersome process) is put the iPad in portrait mode in stead of landscape. Your edit screen is narrower, but you ...
by D'rMorris
Monday 11 June 2018 10:47
Forum: Z-Wave
Topic: Zwave Aetonic S2 stick
Replies: 4
Views: 1518

Re: Zwave Aetonic S2 stick

I don't have a Z-wave stick, but I think that I read somewhere that you need to exclude the device first on the "old" machine before you can include it in the "new" machine?
by D'rMorris
Friday 08 June 2018 12:21
Forum: ESP8266
Topic: water meter
Replies: 6
Views: 4640

Re: water meter

before we start giving suggestions, it would help that we know what type of water meter you have and with which device you want to measure this.
That helps in giving correct suggestions and others might even give better solutions to your problem.
by D'rMorris
Thursday 01 February 2018 13:57
Forum: Show your projects
Topic: Wireless RFID as security key
Replies: 11
Views: 9334

Re: Wireless RFID as security key

Good afternoon, i have a similar need but, until now, with no solution. I want to allow some users to come inside a parkzone. They will have a rifd tag to be used to define if that user is allowed or not to come inside. Problem is that we have 250 users so i'm on the big trouble to filter only ...
by D'rMorris
Thursday 01 February 2018 13:52
Forum: Show your projects
Topic: Wireless RFID as security key
Replies: 11
Views: 9334

Re: Wireless RFID as security key

I'm actually building a similar project at the moment and wanted to give my 2 cents, maybe it gives you some ideas. I'm using a NodeMCU V3 with ESPeasy on it (it's actually the same board as you use, I got mine from AliExpress). Attached to the NodeMCU is a PN532 RFID reader. My setup will be ...
by D'rMorris
Thursday 07 September 2017 8:43
Forum: Other questions and discussions
Topic: Watermeter lezen met raspberry en Inductieve NPN sensor
Replies: 394
Views: 119899

Re: Watermeter lezen met raspberry en Inductieve NPN sensor

I received another 2 sensors. Both are working fine except one wont read through the plastic on my watermeter. As far as i can see i have the same meter posted here in this topic. Can anybody explain why i don't get the liters but the total amount as stated in the attachment ? If you share your ...
by D'rMorris
Tuesday 29 August 2017 11:35
Forum: Other questions and discussions
Topic: Watermeter lezen met raspberry en Inductieve NPN sensor
Replies: 394
Views: 119899

Re: Watermeter lezen met raspberry en Inductieve NPN sensor

That's easy to check of course. Do a sudo crontab -e when logged in with user pi and then switch to user root and check the crontab there :-)
by D'rMorris
Monday 28 August 2017 13:24
Forum: Other questions and discussions
Topic: Watermeter lezen met raspberry en Inductieve NPN sensor
Replies: 394
Views: 119899

Re: Watermeter lezen met raspberry en Inductieve NPN sensor

Not necessarily. As far as I know: when you do crontab -e it creates a cron for the user that you are currently logged in with. So if you do that when logged in with user pi, it creates a crontab for user pi. I think that GPIO access needs root so that is why you would eiter sudo it or create a ...
by D'rMorris
Monday 28 August 2017 10:14
Forum: Other questions and discussions
Topic: Watermeter lezen met raspberry en Inductieve NPN sensor
Replies: 394
Views: 119899

Re: Watermeter lezen met raspberry en Inductieve NPN sensor

In which cron did you place this? Cron for root? Or cron for user pi for example?
If in cron for pi, try to add the sudo command in the cron :-).
by D'rMorris
Monday 14 August 2017 13:13
Forum: Suggestions
Topic: How many hours on
Replies: 9
Views: 2370

Re: How many hours on

You can do it in LUA as well. First create a function that calculates the time difference: function timedifference (s) year = string.sub(s, 1, 4) month = string.sub(s, 6, 7) day = string.sub(s, 9, 10) hour = string.sub(s, 12, 13) minutes = string.sub(s, 15, 16) seconds = string.sub(s, 18, 19) t1 ...
by D'rMorris
Saturday 12 August 2017 23:06
Forum: Other questions and discussions
Topic: Watermeter lezen met raspberry en Inductieve NPN sensor
Replies: 394
Views: 119899

Re: Watermeter lezen met raspberry en Inductieve NPN sensor

Well i am trying hard but cannot get it to work. I followed al the steps as described but still this error keeps popping up : Callback function called! Traceback (most recent call last): File "/home/pi/domoticz/scripts/watermeter.py", line 41, in Interrupt if GPIO.input(21) == 0: RuntimeError: You ...
by D'rMorris
Monday 07 August 2017 19:15
Forum: Other questions and discussions
Topic: Control enigma2/Dreambox
Replies: 3
Views: 2081

Re: Control enigma2/Dreambox

Read my post here: Checking Dreambox state

https://r.tapatalk.com/shareLink?share_ ... are_type=t