Search found 31 matches

by Welsyntoffie
Saturday 18 March 2023 17:49
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1004
Views: 329276

Re: Dashticz - Show your dashboard and how-to's!

Added my hot water heater via a D1 mini.
Also made my dashboard less with no wall paper and added placeholder blocks.
fully-screenshot.png
fully-screenshot.png (204.46 KiB) Viewed 3055 times
by Welsyntoffie
Thursday 16 March 2023 18:11
Forum: Dashticz
Topic: streamplayer autoplay
Replies: 5
Views: 893

Re: streamplayer autoplay

Advanced settings -> Resume playback when getting to foreground
Disable this option.
by Welsyntoffie
Thursday 02 March 2023 23:08
Forum: Dashticz
Topic: Dial inconsistent
Replies: 0
Views: 379

Dial inconsistent

I am having a weird issue with my thermostat dials. Every 2nd refresh or so the dials would load with orange ring even though the device is off and not show the temperature. The up down commands also does not send anymore. Every time at 1st load of dashticz the dial would be wrong. I have a 2nd ...
by Welsyntoffie
Monday 23 January 2023 18:15
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1004
Views: 329276

Re: Dashticz - Show your dashboard and how-to's!

Used some color from the background as the block color Screenshot_20230123-185842.jpg Screenshot_20230123-190423.jpg Screenshot_20230123-190429.jpg Custom js file var config = {} config['language'] = 'en_US'; //or: en_US, de_DE, fr_FR, hu_HU, it_IT, pt_PT, sv_SE config['domoticz_ip'] = 'http ...
by Welsyntoffie
Wednesday 04 August 2021 7:15
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 129644

Re: dtgbot - Domoticz TeleGram BOT

When do you get this? What happens when you run those stop.sh & restart.sh manually? When I run restartbot.sh manual... 04/08/2021 07:08:48 restartbot.sh started but is already running so stopping this one. (3) 2021-08-04 07:08:50 2021-08-04 07:09:41 2021-08-04 07:10:33 2021-08-04 07:11:24 2021-08 ...
by Welsyntoffie
Wednesday 04 August 2021 1:30
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 129644

Re: dtgbot - Domoticz TeleGram BOT

I'm not at home, so was trying to VNC and check all this. When I finally got access I noticed that it rebooted (watchdog). But even after this dtgbot was still not working. So what I did next from from a fresh reboot... When do you get this? Shows up in monit web interface. What is the result of: ls ...
by Welsyntoffie
Tuesday 03 August 2021 13:36
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 129644

Re: dtgbot - Domoticz TeleGram BOT

Did you set the execution flag with chmod +x for the script ran by monit to restart the dtgbot service? sudo chmod +x /home/pi/dtgbot/stopbot.sh and sudo chmod +x /home/pi/dtgbot/restartbot.sh I did this aswell... sudo chmod +x /etc/profile.d/DomoticzData.sh Execution failed | Does not exist I did ...
by Welsyntoffie
Tuesday 03 August 2021 5:14
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 129644

Re: dtgbot - Domoticz TeleGram BOT

For some reason my dtgbot hangs. Monit does not restart the service. Monit monitor says Execution failed | Does not Exist. I installed monit as described and used the code provided. I I manually stop dtgbot service and then start it monit displays OK and the uptime starts counting. I also noticed ...
by Welsyntoffie
Sunday 01 August 2021 23:44
Forum: LUA
Topic: lua script On FOR 1 minute
Replies: 17
Views: 7086

Re: lua script On FOR 1 minute

whiteduck wrote: Saturday 16 January 2016 21:24 Time to merge the scripts since they control the same lamp!
Sorry to waste peoples time!
My time was not wasted reading this post. This code snippet helped me to solve my problem.

Code: Select all

   commandArray[1]={['Lamp']='On'}
   commandArray[2]={['Lamp']='Off AFTER 30'}
by Welsyntoffie
Sunday 01 August 2021 23:32
Forum: Third party and supplementary tools
Topic: Domoticz / Telegram bot uses
Replies: 6
Views: 2848

Re: Domoticz / Telegram bot uses

SO arming my system and sending snapshots whenever the PIR gets triggered worked, but I get snapshots every 10 seconds while the motion continues. I made these modifications to prevent further sending of snapshots for the next 5 minutes... Seems to be working fine. commandArray = {} if ...
by Welsyntoffie
Saturday 31 July 2021 3:08
Forum: Third party and supplementary tools
Topic: Domoticz / Telegram bot uses
Replies: 6
Views: 2848

Re: Domoticz / Telegram bot uses

Did you see the script I made to send a collage of multiple pictures taken at an interval with Telegram for this purpose? :) I got your script working 100% to one person. Only have one telegram account in the house now. #!/bin/sh token="XXXXXXXXXX:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ...
by Welsyntoffie
Saturday 31 July 2021 3:04
Forum: Third party and supplementary tools
Topic: Domoticz / Telegram bot uses
Replies: 6
Views: 2848

Re: Domoticz / Telegram bot uses

My example script retrieves the snapshot from domoticz, not the cam directly, so it could be you need to change the domoticz url to includes https and/or userid/password. Jos I read somewhere that other people also did not get the snapshot from a USB camera. Some got all green snapshot. Also that ...
by Welsyntoffie
Friday 30 July 2021 12:22
Forum: Third party and supplementary tools
Topic: Domoticz / Telegram bot uses
Replies: 6
Views: 2848

Re: Domoticz / Telegram bot uses

Did you see the script I made to send a collage of multiple pictures taken at an interval with Telegram for this purpose? :) This was going to be my next step or research. Thanks for this. This command however does not work with my USB webcam. I have tried several different syntaxes from google ...
by Welsyntoffie
Friday 30 July 2021 2:38
Forum: Third party and supplementary tools
Topic: Domoticz / Telegram bot uses
Replies: 6
Views: 2848

Domoticz / Telegram bot uses

Got my USB webcam sending an image whenever my PIR is tripped... Bash script... saved as cam.sh inside dtgbot folder #!/bin/bash fswebcam -r 1280x720 /var/tmp/image.jpg Domotics LUA script... commandArray = {} if (devicechanged['PIR'] == 'On') then os.execute('/home/pi/dtgbot/cam.sh') os.execute ...
by Welsyntoffie
Wednesday 28 July 2021 21:04
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 129644

Re: dtgbot - Domoticz TeleGram BOT

The check for the RFXCOM wasn't working anymore and I believe the same counts for the check for a new Domoticz version. o, I see, I am not using any RFXcom. I will read up on bash and lua like I did few years ago when I started with arduino and then play around. But for now its working perfect for ...
by Welsyntoffie
Wednesday 28 July 2021 20:07
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 129644

Re: dtgbot - Domoticz TeleGram BOT

https://imgur.com/BkiNJ5w That should do it. Thank you for the update. But you already explained why it replies. I am NO programmer, so playing around with the bash scripts will tak eme some time. Raspberry Pi is new to me. Been using arduino's and SIM900's to get notifications. This method is ...
by Welsyntoffie
Wednesday 28 July 2021 18:22
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 129644

Re: dtgbot - Domoticz TeleGram BOT

Ok, I have updated the systemstatus.sh bash script so it simply returns the correct string and skips the use of temp file. Please also give it a try to see if that works for you as well. ALL: This update requires the latest version of DTGBOT. EDIT 14:15: Also fixed the check for RFXCOM updates Well ...
by Welsyntoffie
Wednesday 28 July 2021 17:59
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 129644

Re: dtgbot - Domoticz TeleGram BOT

jvdz wrote: Wednesday 28 July 2021 12:03 I saw you also opened a github issue this morning.
Yes I did. I thought I was at the end of my rope here. Sorry
by Welsyntoffie
Tuesday 27 July 2021 21:40
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 129644

Re: dtgbot - Domoticz TeleGram BOT

This is what my bash file looks like... #!/bin/bash # Change the rid values below to match the sensors on your devices page in Domoticz # Settings SendMsgTo=$1 TmpFileName=$TempFileDir'SystemStatus.txt' #Send sensor values with telegram #$TelegramScript msg $SendMsgTo "Please wait, gathering data ...
by Welsyntoffie
Tuesday 27 July 2021 21:38
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 129644

Re: dtgbot - Domoticz TeleGram BOT

Well it looks like a part of the response from the CURL command if send in a reply, but don't understand why that would happen. As you can see in the BASH file: It sends the content of the text file with a curl command to your TelegramID. So I removed the last line (72) in the BASH file that sends ...