Search found 328 matches
- Tuesday 06 June 2023 0:02
- Forum: Third party and supplementary tools
- Topic: dtgbot - Domoticz TeleGram BOT
- Replies: 597
- Views: 127412
Re: dtgbot - Domoticz TeleGram BOT
@jvdz fantastic work, thanks, sounds like a good approach, are we are the stage of version 2.0?
Re: Smappee
Great, I haven't used MQTT at all, but it looks like it should simple to talk to Smappee via MQTT. However, there needs to be some programming to translate Smappee MQTT messasges which into MQTT messages which Domoticz would understand and for Domoticz MQTT to be transleted for Smappee. Time to read ...
- Thursday 17 May 2018 16:53
- Forum: Other questions and discussions
- Topic: How to make Telegram notifications work?
- Replies: 15
- Views: 10947
Re: How to make Telegram notifications work?
The error looks like it isn't Domoticz, but somehow in the communication to / from Telegram. Try this is browser - http://api.telegram.org/botAPInumeric:APIalphanumeric/sendMessage?chat_id=CHATID&text=Hello Replace APInumeric:APIalphanumeric with your API key and CHATID with your chat ID. Response ...
- Saturday 28 April 2018 0:03
- Forum: LUA
- Topic: variable in commandArray['SendNotification']
- Replies: 2
- Views: 1609
Re: variable in commandArray['SendNotification']
Format from the wiki Events page is:
So with your OpenTime variable you could say:
Code: Select all
commandArray['SendNotification']='subject#body#0'
Code: Select all
commandArray['SendNotification']='Open Door#Door has been open for ‘..OpenTime..’Seconds#0'
Re: Smappee
Thanks, I meant to use:
Code: Select all
[url]http://www.domoticz.com/wiki[/url]
Re: Smappee
Have you looked in the Wiki?
https://www.domoticz.com/wiki/Smappee
https://www.domoticz.com/wiki/Smappee
- Wednesday 07 February 2018 20:04
- Forum: Forum feedback
- Topic: IP Address Permanently Banned
- Replies: 8
- Views: 6439
Re: IP Address Permanently Banned
Monday / Tuesday this week I had similar problems "IP permanently banned" on all devices on both of my home IP addresses, but ok via VPN into work. I emailed info, Rob let me know he could see nothing on the server and this morning all IP addresses are working ok (thanks), except I now seem to have ...
- Monday 29 January 2018 23:45
- Forum: Other questions and discussions
- Topic: Domoticz + LightWaveRF Generation 2 [868mhz] Transceiver
- Replies: 3
- Views: 2507
Re: Domoticz + LightWaveRF Generation 2 [868mhz] Transceiver
As part of my house decorating project this year, I'm looking to replace all my standard plug sockets and light switches and go down the LightWaveRF route - ZWave doesn't seem to be particularly big in the UK. I've got an Echo Plus [it was cheap] and some Xiaomi Smart Home sensors and Yee Lights ...
- Sunday 28 January 2018 16:18
- Forum: LUA
- Topic: Unable to use ssl.https on raspberry pi
- Replies: 4
- Views: 1481
Re: Unable to use ssl.https on raspberry pi
Appreciate the response but a manual copy to a system folder is not the right way to do it even though it may temporarily get around the problem. I need to find a way to get domoticz lua scripts to work with the default apt-get installed directory locations so future updates to lua will continue to ...
- Sunday 28 January 2018 9:21
- Forum: Third party and supplementary tools
- Topic: dtgbot - Domoticz TeleGram BOT
- Replies: 597
- Views: 127412
Re: dtgbot - Domoticz TeleGram BOT
Looking at your outputs you are running on a Cubietruck (its helpful to include this in your forum signature) not a Raspberry Pi, and you don't appear to have sudo installed, which would explain why nothing happens when you add sudo into monitrc. Sudo is surely installed, it's workin, but it seems ...
- Sunday 28 January 2018 0:16
- Forum: LUA
- Topic: Unable to use ssl.https on raspberry pi
- Replies: 4
- Views: 1481
Re: Unable to use ssl.https on raspberry pi
First question is: how can I fix the raspberry path issues in a more elegant way? Second question: how do I get path the reported Error? Not sure how you have installed the libraries. I have found that following these instructions on a Raspberry Pi means that the libraries work in Lua: https://www ...
- Sunday 28 January 2018 0:05
- Forum: Third party and supplementary tools
- Topic: dtgbot - Domoticz TeleGram BOT
- Replies: 597
- Views: 127412
Re: dtgbot - Domoticz TeleGram BOT
What is the owner of you dtgloop.txt and of the restartbot.sh ? Maybe this can help... Thanks Looking at your outputs you are running on a Cubietruck (its helpful to include this in your forum signature) not a Raspberry Pi, and you don't appear to have sudo installed, which would explain why ...
- Friday 26 January 2018 23:42
- Forum: Third party and supplementary tools
- Topic: dtgbot - Domoticz TeleGram BOT
- Replies: 597
- Views: 127412
Re: dtgbot - Domoticz TeleGram BOT
Agree the wiki needs some updating.Simon was doing that in the past but had been pretty busy of late, so will take it up when I have some time. Firstly need to figure out how to get access to be able to modify the wiki. Jos Jos, thanks for being so active over dtgbot, all recent improvements have ...
- Friday 26 January 2018 23:07
- Forum: Third party and supplementary tools
- Topic: dtgbot - Domoticz TeleGram BOT
- Replies: 597
- Views: 127412
Re: dtgbot - Domoticz TeleGram BOT
n the wiki http://www.domoticz.com/wiki/Remote_Control_of_Domoticz_by_Telegram_Bot is not reported to make them executable, but only the dtgbot file and the files in dtgbot/bash. Great, it looks like you have been in and updated the wiki as now install says: cd ~ git clone https://github.com ...
- Friday 26 January 2018 8:48
- Forum: Third party and supplementary tools
- Topic: dtgbot - Domoticz TeleGram BOT
- Replies: 597
- Views: 127412
Re: dtgbot - Domoticz TeleGram BOT
Don't know if this is the issue, but I just saw that the .sh files (restartbot and stopbot) where not executable, now I changed with chmod 755. The scripts need to be executable or they will not run, so assuming your permissions are now: -rwxr-xr-x 1 pi pi 963 Aug 23 08:56 restartbot.sh -rwxr-xr-x ...
- Sunday 10 September 2017 14:28
- Forum: LUA
- Topic: Lua Code problem
- Replies: 5
- Views: 2187
Re: Lua Code problem
On Action url: script:///lua/hue_light5.lua Off action url script://lua/hue_light5.lua (note same file but with only two slashes) As you are running on a Raspberry Pi: Then 3 slashes is giving an absolute path (the 3rd / slash being the root) and should really be used i.e. /home/pi/domoticz/scripts ...
- Saturday 08 July 2017 22:18
- Forum: dzVents
- Topic: dzVents 2.0 just got integrated into Domoticz (beta v3.8023)
- Replies: 103
- Views: 17718
Re: dzVents 2.0 just got integrated into Domoticz (beta v3.8023)
Great, thanks.dannybloe wrote:yeah, we are preparing a pull request that should solve this. On some systems we see this happening.
- Saturday 08 July 2017 19:30
- Forum: dzVents
- Topic: dzVents 2.0 just got integrated into Domoticz (beta v3.8023)
- Replies: 103
- Views: 17718
Re: dzVents 2.0 just got integrated into Domoticz (beta v3.8023)
Yes, we know. We are currently optimizing this. Has this optimisation now been done? I have installed 3.8063 on my Domoticz systems and had to disable DzVents on my slave(Raspberry Pi B version 1, only 4 devices and 2 Lua scripts active), however while the normal CPU load is 1.5%, when I attempt to ...
- Thursday 06 July 2017 15:34
- Forum: dzVents
- Topic: dzVents 2.0 just got integrated into Domoticz (beta v3.8023)
- Replies: 103
- Views: 17718
Re: dzVents 2.0 just got integrated into Domoticz (beta v3.8023)
And also, 2.0 has changed in how you access these devices in such a way that only queried devices(devices you really use in your script) are processed instead of all devices at dzVents startup. All this made sure that your script can now run in way less milliseconds than before. Alas, the ...
- Monday 03 July 2017 8:53
- Forum: Bash / PowerShell / Batch etc.
- Topic: PiHole Script
- Replies: 17
- Views: 9434
Re: PiHole Script
What is going wrong? Just did an update to the latest pihole version 3.1, maybe that has some effect? Did you find what your problem was? There appears to be nothing wrong with the script it runs fine on my machine. However, I would suggest removing the printf statements and changing your Domoticz ...