Search found 18 matches
- Thursday 13 February 2020 21:10
- Forum: Third party and supplementary tools
- Topic: dtgbot - Domoticz TeleGram BOT
- Replies: 597
- Views: 129610
Re: dtgbot - Domoticz TeleGram BOT
Could it be that you are also (like me) running on an older Raspbian OS, as I had also this kind of issue Thursday last week? Long story short: It seems the the Telegram API site stopped support for “tlsv1” and the older version of LUASEC, which performs the webcalls is using that as default pro ...
- Sunday 22 December 2019 12:54
- Forum: Examples & Solutions
- Topic: Luftdaten [SOLVED]
- Replies: 62
- Views: 28467
Re: Luftdaten [SOLVED]
For people with an BME280 sensor on their Luftdaten sensor... Apparently with one of the updates, the values of humidity and pressure swapped in the json output. Pressure data now comes before Humidity: curl http://---IP ADDRESS---/data.json {"software_version": "NRZ-2019-125-B1", "age":"65 ...
- Sunday 11 August 2019 13:57
- Forum: dzVents
- Topic: why this works and this not?? [Solved]
- Replies: 7
- Views: 2977
Re: why this works and this not?? [Solved]
... This might not work as you would expect if the light is scheduled to go On / Off with afterXXX because the forXXX will check current state and return to that state. Ok, but it should work with the supplied example using forMin(x). If the light is already On, it won't switch it On again. If it's ...
- Sunday 11 August 2019 11:19
- Forum: Third party and supplementary tools
- Topic: dtgbot - Domoticz TeleGram BOT
- Replies: 597
- Views: 129610
Re: dtgbot - Domoticz TeleGram BOT
Yes, you have to install libssl1.0.0, on my rapsberry pi it has: sudo apt list --installed | egrep -i '(ssl|crypto)' libgnutls-openssl27/oldoldstable,now 3.3.30-0+deb8u1 armhf [installed] libio-socket-ssl-perl/oldoldstable,now 2.002-2+deb8u3 all [installed,automatic] libk5crypto3/oldoldstable,now 1 ...
- Sunday 11 August 2019 11:05
- Forum: dzVents
- Topic: why this works and this not?? [Solved]
- Replies: 7
- Views: 2977
Re: why this works and this not?? [Solved]
Another way to deal with it would be to include a check on the light status before switching it On:
Code: Select all
if sensorboven.active and domoticz.time.matchesRule('between sunset and sunrise') and (lichtoverloop.state == 'Off') then
lichtoverloop.switchOn().forMin(1)
end
- Sunday 04 August 2019 16:10
- Forum: Cameras
- Topic: Using the ESP32CAM in Domoticz
- Replies: 20
- Views: 25783
Re: Using the ESP32CAM in Domoticz
This is a nice post about using the face recognition with home automation: https://robotzero.one/esp32-face-door-entry/
- Sunday 28 July 2019 11:48
- Forum: Third party and supplementary tools
- Topic: dtgbot - Domoticz TeleGram BOT
- Replies: 597
- Views: 129610
Re: dtgbot - Domoticz TeleGram BOT
Ok, this is the complete script where i can read and set domoticz variables. If someone knows how to do this script in a telegram menu structure, i would be very interested. But at the moment this works for me. #!/bin/bash # # Ewald 20190728 # # if you would like to display with index in front, use ...
- Saturday 27 July 2019 23:27
- Forum: Third party and supplementary tools
- Topic: dtgbot - Domoticz TeleGram BOT
- Replies: 597
- Views: 129610
Re: dtgbot - Domoticz TeleGram BOT
this works for getting the data from all variables #!/bin/bash SendMsgTo=$1 mapfile -t varia < <(curl --silent 'http://domoticz.local:8080/json.htm?type=command¶m=getuservariables' | jq '.result[]|{(.Name): .Value}' | egrep -v '[{}\]' | tr -d \" ) for v in "${varia[@]}" do curl --data 'chat_id ...
- Saturday 27 July 2019 22:32
- Forum: Third party and supplementary tools
- Topic: dtgbot - Domoticz TeleGram BOT
- Replies: 597
- Views: 129610
Re: dtgbot - Domoticz TeleGram BOT
hmm, i was thinking more in the way the devices function works. Making a bash or lua script that lists them is not such a problem. But then i would like to change the values. At the moment i use 0, 1 and 2. A submenu with variables would be beter even. I was hoping someone already coded some of this.
- Saturday 27 July 2019 11:25
- Forum: News & Updates
- Topic: Domoticz IOS App in Appstore Now
- Replies: 29
- Views: 25001
Re: Domoticz IOS App in Appstore Now
If you mean LetsEncrypt with free certificates, they are made to be auto-updated.
I have this line in my crontab, which runs every week. It updates the certificates when necessary, well in advance of expiration
I have this line in my crontab, which runs every week. It updates the certificates when necessary, well in advance of expiration
Code: Select all
30 3 * * 1 /opt/letsencrypt/certbot-auto renew
- Saturday 27 July 2019 11:17
- Forum: Third party and supplementary tools
- Topic: dtgbot - Domoticz TeleGram BOT
- Replies: 597
- Views: 129610
Re: dtgbot - Domoticz TeleGram BOT
Is there a way to set variables from dtgbot ? I use these to control my alerting options from the PIR sensors (wemos d1 mini through mqtt), so controlling these through telegram would be nice. return { on = { devices = { 'PIR-1' } }, execute = function(domoticz, PIRswitch) if (PIRswitch.state == 'On ...
- Monday 25 April 2016 21:55
- Forum: Other questions and discussions
- Topic: Week graphs ?
- Replies: 9
- Views: 3594
Re: Week graphs ?
Odd that nobody seems to know 

- Wednesday 11 November 2015 21:31
- Forum: RFLink Transceiver
- Topic: Looking for a external antenna
- Replies: 7
- Views: 2402
- Thursday 05 November 2015 8:22
- Forum: Other questions and discussions
- Topic: Week graphs ?
- Replies: 9
- Views: 3594
Week graphs ?
Only a couple devices have week graphs (apart from day, month year) but most of them
are missing the week graph. Is this something thats wrong in my config? I would like to see
all data having week graphs.
thanks,
Ewald...
are missing the week graph. Is this something thats wrong in my config? I would like to see
all data having week graphs.
thanks,
Ewald...
- Monday 02 November 2015 22:07
- Forum: RFLink Transceiver
- Topic: Debug Mode, how to interpret the numbers?
- Replies: 7
- Views: 2949
Re: Debug Mode, how to interpret the numbers?
I am also interested in making sense out of the debug data. Got a couple of devices which generate info, but not sure which is which at the moment :) 20;05;DEBUG;Pulses=74;Pulses(uSec)=510,1860,390,3840,360,1890,390,3810,390,3840,390,1860,390,1860,390,3840,390,1860,390,3840,390,1860,390,1860,390 ...
- Saturday 09 May 2015 16:54
- Forum: Other questions and discussions
- Topic: Interesting ESP8266 WiFi Module
- Replies: 105
- Views: 52130
Re: Interesting ESP8266 WiFi Module
bdw, is it not possible to send the update values from the ESP module directly to domoticz ? I think i have read somewhere that you can use it in combination with 'MySensors' ? Like making one gateway that receives updates from all node/childs ? And able to send commands back from the gateway to ...
- Thursday 11 September 2014 21:42
- Forum: Show your projects
- Topic: Hardware pron pics
- Replies: 98
- Views: 72120
Re: Hardware pron pics
do you pass data on from domoticz to emoncms? or do you have energy in emoncms
and light switches and temp in domotics?
cheers,
Ewald...
and light switches and temp in domotics?
cheers,
Ewald...
- Friday 05 September 2014 10:14
- Forum: Suggestions
- Topic: [122] Philips Hue support
- Replies: 169
- Views: 76902
Re: [122] Philips Hue support
I wrote a step by step blog post on how i integrated the Philips Hue lighting with my Domoticz
http://www.oiepoie.nl/2014/08/23/philips-hue-domoticz/
of course, native integration would be better, but this works in the meantime,
and it's easy to adapt to your wishes.
have fun.
Ewald....
http://www.oiepoie.nl/2014/08/23/philips-hue-domoticz/
of course, native integration would be better, but this works in the meantime,
and it's easy to adapt to your wishes.
have fun.
Ewald....