Hi. I've restarted Domoticz but it does not work better.
I uninstalled RFXCOM plugin, restart Domoticz, an installed RFXCOM plugin again : not better, worst : I was not able to re-add one of the blinds that was controlled before uninstalling RFXCOM plugin!?!?!????
2023-01-18 18:12:30.218 ...
Search found 9 matches
- Wednesday 18 January 2023 20:39
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Switch already exists
- Replies: 3
- Views: 431
- Sunday 15 January 2023 14:40
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Switch already exists
- Replies: 3
- Views: 431
Re: Switch already exists
Hi. Always the same issue.
If I try to change ID or Unit code I can't control the blind and here is what I get in logs :
2023-01-15 14:36:17.740 Status: EventSystem: reset all device statuses...
2023-01-15 14:36:22.739 Rfxcom: RFY (VoletSam)
2023-01-15 14:36:22.738 Status: User: Admin (IP: 192 ...
If I try to change ID or Unit code I can't control the blind and here is what I get in logs :
2023-01-15 14:36:17.740 Status: EventSystem: reset all device statuses...
2023-01-15 14:36:22.739 Rfxcom: RFY (VoletSam)
2023-01-15 14:36:22.738 Status: User: Admin (IP: 192 ...
- Thursday 12 January 2023 10:05
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Switch already exists
- Replies: 3
- Views: 431
Switch already exists
Hi.
I have 4 Somfy RTS blinds since years. Since years I control those blinds with Domoticz via RFXCom.
I have tried a Somfy Box and had to reset the blinds so I could no longer control my blinds with Domoticz.
I removed all the blinds from the devices panel in Domoticz. But now, each time I try ...
I have 4 Somfy RTS blinds since years. Since years I control those blinds with Domoticz via RFXCom.
I have tried a Somfy Box and had to reset the blinds so I could no longer control my blinds with Domoticz.
I removed all the blinds from the devices panel in Domoticz. But now, each time I try ...
- Monday 03 May 2021 22:49
- Forum: Python
- Topic: Python Plugin: TUYA
- Replies: 507
- Views: 113103
Re: Python Plugin: TUYA
Yes I think : requets,
Here what I get :
sudo pip3 install tuyaha requests
Traceback (most recent call last):
File "/usr/bin/pip3", line 9, in <module>
load_entry_point('pip==1.5.6', 'console_scripts', 'pip3')()
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 356, in load_entry ...
Here what I get :
sudo pip3 install tuyaha requests
Traceback (most recent call last):
File "/usr/bin/pip3", line 9, in <module>
load_entry_point('pip==1.5.6', 'console_scripts', 'pip3')()
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 356, in load_entry ...
- Monday 03 May 2021 21:35
- Forum: Python
- Topic: Python Plugin: TUYA
- Replies: 507
- Views: 113103
Re: Python Plugin: TUYA
Hi. I have installed Domoticz-TUYA-Plugin in my Domoticz.
Here what I get in log :
2021-05-03 21:34:26.549 Error: (tuya) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/Domoticz-TUYA-Plugin/:/usr/lib/python3.4/:/usr/lib/python3.4/plat-arm-linux-gnueabihf:/usr/lib ...
Here what I get in log :
2021-05-03 21:34:26.549 Error: (tuya) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/Domoticz-TUYA-Plugin/:/usr/lib/python3.4/:/usr/lib/python3.4/plat-arm-linux-gnueabihf:/usr/lib ...
- Friday 23 March 2018 15:06
- Forum: Others
- Topic: Mi-Light / LimitlessLED / Applamp
- Replies: 232
- Views: 96202
Re: Mi-Light / LimitlessLED / Applamp
Hi. I have RGBWW milight bulbs and Gu10 and RGBCCT milight bulbs working with a 2.4G wifi controller ibox (see picture below, please), a FUT089 Wireless LED Controller, a FUT96 remote.
I can control all RGBWW bulbs and GU10 with Domoticz but not the RGB+CCT bulbs.
Do you know if Domoticz can ...
I can control all RGBWW bulbs and GU10 with Domoticz but not the RGB+CCT bulbs.
Do you know if Domoticz can ...
- Friday 23 December 2016 17:14
- Forum: LUA
- Topic: Vocal announcement - Good Morning Script
- Replies: 73
- Views: 25341
Re: Vocal announcement - Good Morning Script
Hi. I try to make work this script (named script_device_forecast.lua, in ~/domoticz/scripts/lua, where on can find the file json.lua) :
commandArray = {}
local timeNow= os.date("*t")
if devicechanged['DIO54700_1'] == 'On'
then
local sentence="Bonjour, nous sommes aujourd'hui le "..tonumber(os ...
commandArray = {}
local timeNow= os.date("*t")
if devicechanged['DIO54700_1'] == 'On'
then
local sentence="Bonjour, nous sommes aujourd'hui le "..tonumber(os ...
- Thursday 22 December 2016 10:25
- Forum: LUA
- Topic: Vocal announcement - Good Morning Script
- Replies: 73
- Views: 25341
Re: Vocal announcement - Good Morning Script
@ jmieglise : Hi. Thank you for your answer.
Yes your right, I've named my script : "script_time_presence.lua" and, now, I'm sure that I have mixed everything.
Well, I'm trying to have Temperature and wrather forecast when my ip address phone is detected. Here is my script:
function os.capture ...
Yes your right, I've named my script : "script_time_presence.lua" and, now, I'm sure that I have mixed everything.
Well, I'm trying to have Temperature and wrather forecast when my ip address phone is detected. Here is my script:
function os.capture ...
- Friday 16 December 2016 20:42
- Forum: LUA
- Topic: Vocal announcement - Good Morning Script
- Replies: 73
- Views: 25341
Re: Vocal announcement - Good Morning Script
Hi. I try to make work the script but I get this error :
Error: EventSystem: /home/pi/domoticz/scripts/lua/script_time_presence.lua:35: attempt to call a nil value
and the line 35 is this one :
json = (loadfile "/home/pi/domoticz/scripts/lua/JSON.lua")() --mettre le script json.lua dans le ...
Error: EventSystem: /home/pi/domoticz/scripts/lua/script_time_presence.lua:35: attempt to call a nil value
and the line 35 is this one :
json = (loadfile "/home/pi/domoticz/scripts/lua/JSON.lua")() --mettre le script json.lua dans le ...