Search found 4 matches
- Monday 06 May 2019 20:19
- Forum: Temperature and Weather
- Topic: MQTT Device
- Replies: 7
- Views: 3070
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 <ESP8266WiFi.h ...
- Sunday 05 May 2019 15:00
- Forum: Blockly
- Topic: current time in notifications
- Replies: 3
- Views: 1803
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') local ...
- Sunday 05 May 2019 14:07
- Forum: Blockly
- Topic: current time in notifications
- Replies: 3
- Views: 1803
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.
- Sunday 05 May 2019 13:11
- Forum: Blockly
- Topic: current time in notifications
- Replies: 3
- Views: 1803
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 for ...