Search found 30 matches
- Wednesday 10 October 2018 19:21
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 512515
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
Any updaate for Vima Door Lock ?
- Wednesday 03 October 2018 9:59
- Forum: Z-Wave
- Topic: Fibaro FGS221 only showing one switch
- Replies: 7
- Views: 1390
Re: Fibaro FGS221 only showing one switch
My solution :
I have a old RPI Domoticz working with fgs221, I copy the xml file parameter for my node 14 (the fgs221) and past in my new reboot domoticz and magic it's work
I have a old RPI Domoticz working with fgs221, I copy the xml file parameter for my node 14 (the fgs221) and past in my new reboot domoticz and magic it's work
- Sunday 30 September 2018 9:37
- Forum: Z-Wave
- Topic: Dual Switch not working
- Replies: 4
- Views: 747
Re: Dual Switch not working
Already done and the same issue.
I will try to deincluse and incluse
I will try to deincluse and incluse
- Saturday 29 September 2018 22:00
- Forum: Z-Wave
- Topic: Fibaro FGS221 only showing one switch
- Replies: 7
- Views: 1390
Re: Fibaro FGS221 only showing one switch
I have the same issue.
A solution ?
A solution ?
- Saturday 29 September 2018 20:12
- Forum: Z-Wave
- Topic: Dual Switch not working
- Replies: 4
- Views: 747
Dual Switch not working
Hello,
I have a FIBARO System FGS221 Double Relay Switch 2x1.5kW included and working but I see only one switch.
It's strange and I don't find any parameter and I know it's work because with my old install domoticz with same firmware but another rpi it's ok.
Helllp
I have a FIBARO System FGS221 Double Relay Switch 2x1.5kW included and working but I see only one switch.
It's strange and I don't find any parameter and I know it's work because with my old install domoticz with same firmware but another rpi it's ok.
Helllp
- Sunday 23 September 2018 17:29
- Forum: Other questions and discussions
- Topic: How to check presence of Beacon ?
- Replies: 371
- Views: 82161
Re: How to check presence of Beacon ?
I solve with desactivate internal Bluetooth and install one usb bluetooth key.
Working with last beta and rpi 3b+
Working with last beta and rpi 3b+
- Saturday 22 September 2018 13:55
- Forum: dzVents
- Topic: HTTPRespons and json and Hue
- Replies: 19
- Views: 13447
Re: HTTPRespons and json and Hue
I have finish my code LUA and thx Waaren for help. Here the code. To use you need to adpat IP/port Domoticz IP Hue bridge and login the two table (lamp & device) Hope can help other user. -- Script : Auto OFF Hue if Unreachable -- Auteur : Vincent Arancio -- Date : 22/09/2018 -- Version ...
- Saturday 22 September 2018 12:31
- Forum: LUA
- Topic: While Loop - Last true condition start
- Replies: 2
- Views: 1115
Re: While Loop - Last true condition start
Nice it's work
- Saturday 22 September 2018 11:54
- Forum: LUA
- Topic: While Loop - Last true condition start
- Replies: 2
- Views: 1115
While Loop - Last true condition start
Hello I need help. My loop while work but in this I have a if condition with a commandArray and the command is running only one not for every true condition. I put a print to Debug and I can see multiple true but only the last run the commandArray. Help :) commandArray = {} json = (loadfile "/home ...
- Saturday 22 September 2018 10:27
- Forum: dzVents
- Topic: HTTPRespons and json and Hue
- Replies: 19
- Views: 13447
Re: HTTPRespons and json and Hue
Hello I try to make the same with Lua code. I can parse the Json but I again a issue with the "While" only the last true condition update the hueStatus (strange). When I find a solution for this, I want to add a check (if the statut is not already on OFF, to avaid udpate useless) commandArray ...
- Friday 21 September 2018 12:04
- Forum: dzVents
- Topic: Set TimeOut Variable
- Replies: 4
- Views: 672
Re: Set TimeOut Variable
@Waaren, Thank for you help but it's not a uservariable. I do a : http://ip:port/json.htm?type=devices&rid=58 { "ActTime" : 1537523460, .... "result" : [ { "AddjMulti" : 1.0, "AddjMulti2" : 1.0, "AddjValue" : 0.0, "AddjValue2" : 0.0, "BatteryLevel" : 255, "CustomImage" : 0, "Data" : "18.7 C ...
- Thursday 20 September 2018 21:06
- Forum: dzVents
- Topic: Set TimeOut Variable
- Replies: 4
- Views: 672
Re: Set TimeOut Variable
I try this : http://IPDOMOTICZ/type=command¶m=udevice&idx=58&HaveTimeout=false http://IPDOMOTICZ/type=command¶m=switchligh&idx=58&HaveTimeout=false http://IPDOMOTICZ/type=command&¶m=setHaveTimeout&idx=58&HaveTimeout=false Result Domoticz is offline message.
- Thursday 20 September 2018 20:22
- Forum: dzVents
- Topic: Set TimeOut Variable
- Replies: 4
- Views: 672
Set TimeOut Variable
Hello,
I want to set the variable (JSON) - "HaveTimeout" but I don't find the correct parameters for the URL.
I check the Wiki and try some parameter but not working, if you can help me please
Thx
I want to set the variable (JSON) - "HaveTimeout" but I don't find the correct parameters for the URL.
I check the Wiki and try some parameter but not working, if you can help me please
Thx
- Thursday 20 September 2018 13:25
- Forum: Switches and Scenes
- Topic: Blinking device in Dashboard
- Replies: 1
- Views: 595
Blinking device in Dashboard
Hello,
When a device is unreachable in the dashboard she blinking in red.
Do you know if it's possible to do a device bliking with a script (Lua PY or Dzevent) ?
I whant to 'tag' a device after a action to provide another people can use in the dahsboard.
Thx Vincent.
When a device is unreachable in the dashboard she blinking in red.
Do you know if it's possible to do a device bliking with a script (Lua PY or Dzevent) ?
I whant to 'tag' a device after a action to provide another people can use in the dahsboard.
Thx Vincent.
- Thursday 20 September 2018 12:06
- Forum: dzVents
- Topic: HTTPRespons and json and Hue
- Replies: 19
- Views: 13447
Re: HTTPRespons and json and Hue
Not working error also.
I'm working to a another script (parcer) and it's work to receive the reachable status.
Now I look to do a loop and clean code.
When ok I send the code
I'm working to a another script (parcer) and it's work to receive the reachable status.
Now I look to do a loop and clean code.
When ok I send the code
- Thursday 20 September 2018 9:29
- Forum: dzVents
- Topic: HTTPRespons and json and Hue
- Replies: 19
- Views: 13447
Re: HTTPRespons and json and Hue
I have an error also 2018-09-20 09:29:00.387 Status: dzVents: Error (2.4.7): There was a problem handling the request 2018-09-20 09:29:00.387 Status: dzVents: Error (2.4.7): {["trigger"]="Light_Callback", ["callback"]="Light_Callback", ["isSecurity"]=false, ["_contentType"]="", ["isDevice"]=false ...
- Wednesday 19 September 2018 22:04
- Forum: dzVents
- Topic: HTTPRespons and json and Hue
- Replies: 19
- Views: 13447
Re: HTTPRespons and json and Hue
Strange because Firefoc say it's JSON Access-Control-Allow-Credentials true Access-Control-Allow-Headers Content-Type Access-Control-Allow-Methods POST, GET, OPTIONS, PUT, DELETE, HEAD Access-Control-Allow-Origin * Access-Control-Max-Age 3600 Cache-Control no-store, no-cache, must-revalidate, post ...
- Wednesday 19 September 2018 13:21
- Forum: dzVents
- Topic: HTTPRespons and json and Hue
- Replies: 19
- Views: 13447
Re: HTTPRespons and json and Hue
I see : {"1":{"state":{"on":true,"bri":20,"hue":14910,"sat":144,"effect":"none","xy":[0.4596,0.4105],"ct":369,"alert":"none","colormode":"ct","reachable":false},"type":"Extended color light","name":"Living1","modelid":"LCT001","manufacturername":"Philips","uniqueid":"00:17:88:01:00:d3:3e:01-0b ...
- Wednesday 19 September 2018 12:18
- Forum: dzVents
- Topic: HTTPRespons and json and Hue
- Replies: 19
- Views: 13447
Re: HTTPRespons and json and Hue
@Maxx
I try to use your scrip but it's not working for me
IsJson = false
Can you help me ?
I try to use your scrip but it's not working for me
IsJson = false
Can you help me ?
- Sunday 09 September 2018 10:48
- Forum: Other questions and discussions
- Topic: How to check presence of Beacon ?
- Replies: 371
- Views: 82161
Re: How to check presence of Beacon ?
I think the problem I have is Python but I want to know if you are using strech and this Puglin work ?