Search found 4 matches

by DennisBradenton
Monday 06 May 2019 20:19
Forum: Temperature and Weather
Topic: MQTT Device
Replies: 7
Views: 3188

Re: MQTT Device


The challenge is to get that programming off the ground.
Your alternative is a very good one.


Not sure if this is something you are looking for, but this is what i am using for my wifi - mqtt - temp sensor :)

This is what i fiddled together and it is working prefect for me.


#include ...
by DennisBradenton
Sunday 05 May 2019 15:00
Forum: Blockly
Topic: current time in notifications
Replies: 3
Views: 1869

Re: current time in notifications

Well, i got it to work the way i wanted it too with a dzvents script.

Screenshot_20190505_150405_com.huawei.android.launcher.jpg

In case someone is looking for this as well:

First i created a user variable called "current time"

Then i created the dzvents script:


local Time = require('Time ...
by DennisBradenton
Sunday 05 May 2019 14:07
Forum: Blockly
Topic: current time in notifications
Replies: 3
Views: 1869

Re: current time in notifications

i am using the domoticz for android. If i only have 1 notification it shows like ( x minutes ago) but as soon as i have 2 or more the time disappears.
Screenshot_20190505_140949_com.huawei.android.launcher.jpg
Screenshot_20190505_140949_com.huawei.android.launcher.jpg (192.77 KiB) Viewed 1835 times
Screenshot_20190505_140900_com.huawei.android.launcher.jpg
Screenshot_20190505_140900_com.huawei.android.launcher.jpg (194.92 KiB) Viewed 1835 times
by DennisBradenton
Sunday 05 May 2019 13:11
Forum: Blockly
Topic: current time in notifications
Replies: 3
Views: 1869

current time in notifications

Hi there,

is there an option to add the "current time" into a notification?
Or update a user variable with the "current time" (what could later be used in a notification) when Event was triggered?

Well, i got it to work the way i wanted it too with a dzvents script.

In case someone is looking ...