Thanks, I'm gonna study it
Search found 13 matches
- Monday 12 September 2022 15:40
- Forum: Third party and supplementary tools
- Topic: dtgbot - Domoticz TeleGram BOT
- Replies: 599
- Views: 139919
Re: dtgbot - Domoticz TeleGram BOT
great!
Thanks, I'm gonna study it
Thanks, I'm gonna study it
- Sunday 11 September 2022 23:00
- Forum: Third party and supplementary tools
- Topic: dtgbot - Domoticz TeleGram BOT
- Replies: 599
- Views: 139919
Re: dtgbot - Domoticz TeleGram BOT
I reinstalled everything specifying the branch and now it works !! That's great !
Now, I'm looking to customize the menu, do you have a link to a doc?
Now, I'm looking to customize the menu, do you have a link to a doc?
- Sunday 11 September 2022 19:03
- Forum: Third party and supplementary tools
- Topic: dtgbot - Domoticz TeleGram BOT
- Replies: 599
- Views: 139919
Re: dtgbot - Domoticz TeleGram BOT
OK, tried to reintall from github and now I have:
/usr/bin/lua: /home/valiran/dtgbot/dtgbot.lua:133: module 'JSON' not found:
no field package.preload['JSON']
no file '/usr/local/share/lua/5.2/JSON.lua'
no file '/usr/local/share/lua/5.2/JSON/init.lua'
no file '/usr/local/lib/lua/5.2/JSON.lua ...
/usr/bin/lua: /home/valiran/dtgbot/dtgbot.lua:133: module 'JSON' not found:
no field package.preload['JSON']
no file '/usr/local/share/lua/5.2/JSON.lua'
no file '/usr/local/share/lua/5.2/JSON/init.lua'
no file '/usr/local/lib/lua/5.2/JSON.lua ...
- Monday 05 September 2022 0:12
- Forum: Third party and supplementary tools
- Topic: dtgbot - Domoticz TeleGram BOT
- Replies: 599
- Views: 139919
Re: dtgbot - Domoticz TeleGram BOT
Hello I'm trying to install the bot and I'm facing the "wrong ELF class: ELFCLASS32" issue.
Installling lua-sec don't help
Do you have 64bit version of this files?
Installling lua-sec don't help
Do you have 64bit version of this files?
- Saturday 26 February 2022 15:15
- Forum: Blockly
- Topic: aqara wall switch selector switch
- Replies: 17
- Views: 4891
Re: aqara wall switch selector switch
Nevermind...
A simple "http://IP_DOMO:PORT_DOMO/json.htm?type=command¶m=switchlight&idx=IDX_OF_LIGHT&switchcmd=Toggle" did the trick.
Now each of my switch on my 2 gangs Aqara work like and old fashioned dual light switch and that's exactly what I wanted :D
If light is off, a push put light on ...
A simple "http://IP_DOMO:PORT_DOMO/json.htm?type=command¶m=switchlight&idx=IDX_OF_LIGHT&switchcmd=Toggle" did the trick.
Now each of my switch on my 2 gangs Aqara work like and old fashioned dual light switch and that's exactly what I wanted :D
If light is off, a push put light on ...
- Saturday 26 February 2022 14:20
- Forum: Blockly
- Topic: aqara wall switch selector switch
- Replies: 17
- Views: 4891
Re: aqara wall switch selector switch
Hello!
That still doesn't work, the selector stays on "Switch 1" for like 2-4 seconds, and during this time, the light blink because there are 2 actions on the button: on and off
That still doesn't work, the selector stays on "Switch 1" for like 2-4 seconds, and during this time, the light blink because there are 2 actions on the button: on and off
- Saturday 26 February 2022 2:14
- Forum: Blockly
- Topic: aqara wall switch selector switch
- Replies: 17
- Views: 4891
Re: aqara wall switch selector switch
Hello,
Sorry to dig this, but I'm facing an issue with my dual wallswitch Aqara model WXKG02LM.
I'm on rPi4 + ZigateDin.
When I add the switch, it's defined as a selector with switch 1, switch 2, BothClick. Off is hidden by default.
The problem I'm facing is that the switch stay un position.
So ...
Sorry to dig this, but I'm facing an issue with my dual wallswitch Aqara model WXKG02LM.
I'm on rPi4 + ZigateDin.
When I add the switch, it's defined as a selector with switch 1, switch 2, BothClick. Off is hidden by default.
The problem I'm facing is that the switch stay un position.
So ...
- Saturday 19 February 2022 22:59
- Forum: Python
- Topic: Python Plugin : Broadlink
- Replies: 543
- Views: 98478
Re: Python Plugin : Broadlink
Ok, it still doesn't work, BUT looking at the code of the page, I managed to find the "sendCode?key=...." sentence.
Other thing that doesn't work for me is editing ini file. It doesn't save the modifications. Well infact it says it's saved but when I reopen it it's not modified. Had to scp-edit the ...
Other thing that doesn't work for me is editing ini file. It doesn't save the modifications. Well infact it says it's saved but when I reopen it it's not modified. Had to scp-edit the ...
- Friday 18 February 2022 0:05
- Forum: Python
- Topic: Python Plugin : Broadlink
- Replies: 543
- Views: 98478
Re: Python Plugin : Broadlink
Is you speak browser side, it's allowed.
I don't know how to check raspberry side.
I don't know how to check raspberry side.
- Thursday 17 February 2022 20:05
- Forum: Python
- Topic: Python Plugin : Broadlink
- Replies: 543
- Views: 98478
Re: Python Plugin : Broadlink
Same issue 
- Thursday 17 February 2022 18:53
- Forum: Python
- Topic: Python Plugin : Broadlink
- Replies: 543
- Views: 98478
- Thursday 17 February 2022 14:34
- Forum: Python
- Topic: Python Plugin : Broadlink
- Replies: 543
- Views: 98478
Re: Python Plugin : Broadlink
Hello,
I should have a problem, because my earth button does nothing when I click on it
I should have a problem, because my earth button does nothing when I click on it
- Thursday 17 February 2022 0:50
- Forum: Python
- Topic: Python Plugin : Broadlink
- Replies: 543
- Views: 98478
Re: Python Plugin : Broadlink
need to understand how it works now :) (tried a single IR remote : ok) need to find how create a on/off command with different IR/RF command now
For a simple On/off switch in Domoticz, better create a dummy device and copy paste corresponding http command:
Hello!
Could you give the ...