Search found 29 matches

by Slayer007
Sunday 28 October 2018 11:50
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 581
Views: 113616

Re: dtgbot - Domoticz TeleGram BOT

You need to set the UserVariable TelegramBotOffset on the new System to the same value as the old system as that is the message sequencenumber for the received commands it is try to read. You probably can't use the both at the same time, but it should work when the old system's dtgbot is stopped ...
by Slayer007
Sunday 28 October 2018 0:10
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 581
Views: 113616

Re: dtgbot - Domoticz TeleGram BOT

Hi there, Maybe someone can help me out. I've been using Telegram Bot for the past 3 years or so. I'm still using it and it is working like a charm. Now I have bought myself a new RPI, starting from scratch. The other RPI is still online and still working with Telegram. Now I've tried to install ...
by Slayer007
Friday 09 December 2016 21:24
Forum: LUA
Topic: LUA script for Sony Bravia TV
Replies: 48
Views: 46099

Re: LUA script for Sony Bravia TV

I own a Sony XD9305, but I can't get the status or lua-scripts to work. What am i doing wrong? In domoticz I get the error: lua:5: unexpected symbol near char(194).

What does that mean?
by Slayer007
Monday 24 August 2015 22:37
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 581
Views: 113616

Re: dtgbot - Domoticz TeleGram BOT

Looks really great. Can't wait to implement this. Keep up the good work! Can anyone help me. I have a little bit problems with the command. I have multiple bash-scripts, for example: meter.sh system.sh morning.sh room.sh living_room.sh When I send a textmessage to my bot, for example "m", it ...
by Slayer007
Monday 24 August 2015 12:29
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 581
Views: 113616

Re: dtgbot - Domoticz TeleGram BOT

Here a little example from my custom keyboard. This is a code in bash I put at the end of every bash script. The "id=" extract the username who asked for a command. So it says: How can I help you, user? id=`curl --data 'chat_id='$SendMsgTo --data-urlencode 'text='"$ResultString" 'https://api ...
by Slayer007
Sunday 23 August 2015 20:28
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 581
Views: 113616

Re: dtgbot - Domoticz TeleGram BOT

The TelegramBotOffset. I changed the current value +1 as it says in the wiki. That worked for me. Another thing, that (i think) is very nice. I implemented the custom keyboard to respons to telegram. I'm a rookie in scripting and get everything off the internet. I now place an extra line for the ...
by Slayer007
Saturday 22 August 2015 15:35
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 581
Views: 113616

Re: dtgbot - Domoticz TeleGram BOT

Yep! And tried to remove everything and start over, but that also doesn't work. :-( Edit1: I think it does have something to do with authorization. Check both images. One of them is mine and one of them are my parents. I don't know in which authorization I have to look. Edit2: I think it works now ...
by Slayer007
Saturday 22 August 2015 15:00
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 581
Views: 113616

Re: dtgbot - Domoticz TeleGram BOT

Yes, everything has it's rights
by Slayer007
Saturday 22 August 2015 14:45
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 581
Views: 113616

Re: dtgbot - Domoticz TeleGram BOT

Can anyone help with this. A couple of days ago I installed the new TelegramBot from simonrg. Everything went very well and works fine now. Now I tried to do the same for my parents, but the dtgbot doesn't start up. With the command: sudo service dtgbot start, it says: Starting Telegram.... But ...
by Slayer007
Wednesday 19 August 2015 16:02
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 581
Views: 113616

Re: dtgbot - Domoticz TeleGram BOT

Yeah,

That's exactly what I did. I put in some dummy id's, to check wether I can still send messages. It's still working alttough my id wasn't in the list.

This is what I put in domoticz.

Am I forgetting something to do?

Edit: Forgot to restart the bot. Now it's working just fine
by Slayer007
Wednesday 19 August 2015 15:04
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 581
Views: 113616

Re: dtgbot - Domoticz TeleGram BOT

I've read that there's no security in the bot. So anyone that knows the name of my bot, can turn my lights on, for example. I read in this forum that you can make a user variabele in domoticz. But i can't get it to work. I don't know exactly what to do. Can anyone help me or is there another ...
by Slayer007
Sunday 22 February 2015 13:38
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 407303

Re: NEW frontpage.html - request comments

I see cell 5 isn't written with capitals. Maybe That's the issue. "SunBoth" instead of sunboth. Otherwise you won't get the status through json.
by Slayer007
Tuesday 17 February 2015 14:54
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 407303

Re: NEW frontpage.html - request comments

Thnx for looking into that. Great work. :D
by Slayer007
Monday 16 February 2015 16:56
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 407303

Re: NEW frontpage.html - request comments

I don't think the problem is in Java, otherwise your old frontpage also wouldn't work. Till yesterday I also had one file with everything in it. Did you named the files correctly? What I did: I created 4 files: Frontpage.css Frontpage.html Frontpage.js Frontpage_setting.js Important is that you ...
by Slayer007
Saturday 07 February 2015 17:08
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 407303

Re: NEW frontpage.html - request comments

Does anyone know how to convert the json timestamp for example (2015-01-24 13:14:38) to a normal date in html?
by Slayer007
Friday 30 January 2015 20:32
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 407303

Re: NEW frontpage.html - request comments

Now, I'm thinking I had the same problem. I had one scene and one test scene. When I call a json command both the status from the scenes appear, even if I selected one idd, they both show up. So my status wasn't correct at that time. I removed the test scene, so I had one scene over and that worked ...
by Slayer007
Friday 30 January 2015 20:14
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 407303

Re: NEW frontpage.html - request comments

It's not only the roomplan. It also has to do with the devices you added to your roomplan. If you want all devices to work, simply add a"0" in the script. If that doesn't work you have an other problem so solve.
by Slayer007
Thursday 22 January 2015 22:09
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 407303

Re: NEW frontpage.html - request comments

Thanks Thinkpad for the solution. For those who have a VPN connection, you have to allow acces in the domoticz settings (local networks). VPN often starts often with 10.x.x.x. (or look in your vpn setting to your ip-range) Add this to domoticz and you can access the FrontPage from outside with your ...
by Slayer007
Thursday 22 January 2015 21:27
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 407303

Re: NEW frontpage.html - request comments

Okay. You're right. A little bit off-topic. I thought it was an easy answer. But thanks anyway. If someone is interested in some icons for the FrontPage, I've added some. Some pics aren't transparent, because I use the FrontPage with white blocks instead of black. When I have more and people are ...
by Slayer007
Thursday 22 January 2015 20:51
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 407303

Re: NEW frontpage.html - request comments

hm, strange. Do you use any authentication on your Domoticz installation? Yes, the login. What IP does your phone/tabetl gets when you connect trough VPN? My normal IP-range is 192.168.4.x, but via VPN (VPN server on my Synology NAS) i get a 10.0.0.x IP. Be sure to whitelist the VPN IP-range also ...