Search found 328 matches

by simonrg
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?
by simonrg
Thursday 17 May 2018 23:20
Forum: Utility
Topic: Smappee
Replies: 10
Views: 3010

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 ...
by simonrg
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 ...
by simonrg
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:

Code: Select all

commandArray['SendNotification']='subject#body#0'
So with your OpenTime variable you could say:

Code: Select all

commandArray['SendNotification']='Open Door#Door has been open for ‘..OpenTime..’Seconds#0'
by simonrg
Saturday 07 April 2018 15:50
Forum: Utility
Topic: Smappee
Replies: 10
Views: 3010

Re: Smappee

Egregius wrote: Saturday 07 April 2018 5:29 @simonrg
If you remove the code block the link will be clickable.
Thanks, I meant to use:

Code: Select all

[url]http://www.domoticz.com/wiki[/url]
not the code one, as just pasting in the url leads to truncation, so you can't see where you are going.
by simonrg
Saturday 07 April 2018 0:09
Forum: Utility
Topic: Smappee
Replies: 10
Views: 3010

Re: Smappee

Have you looked in the Wiki?
https://www.domoticz.com/wiki/Smappee
by simonrg
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 ...
by simonrg
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 ...
by simonrg
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 ...
by simonrg
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 ...
by simonrg
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 ...
by simonrg
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 ...
by simonrg
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 ...
by simonrg
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 ...
by simonrg
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 ...
by simonrg
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 ...
by simonrg
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)

dannybloe wrote:yeah, we are preparing a pull request that should solve this. On some systems we see this happening.
Great, thanks.
by simonrg
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 ...
by simonrg
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 ...
by simonrg
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 ...