Search found 39 matches

by echeberri77
Sunday 11 November 2018 18:17
Forum: Blockly
Topic: Blockly script for presence detection
Replies: 2
Views: 1190

Blockly script for presence detection

Hi everybody!! I made a blocky script for presence detection but it seems not to work... Logic should be that if variable value 'MyBandSaverio' is AWAY or if variable value 'MyBandSilvia' is AWAY then Set Allarm switch to ON and MyBandPresence switch to OFF... at then contrary if variable ...
by echeberri77
Sunday 11 November 2018 13:41
Forum: Other questions and discussions
Topic: How to check presence of Beacon ?
Replies: 371
Views: 84470

Re: How to check presence of Beacon ?

Hi everybody!! I made a blocky script for presence but it seems not to work... Logic show be that if variable MyBandSaverio is AWAY or if variable MyBandSilvia is AWAY then Set Allarm switch to on and MyBandPresence switch to OFF... at teh contrary if variable MyBandSaverio is different than AWAY or ...
by echeberri77
Saturday 03 November 2018 16:19
Forum: Other questions and discussions
Topic: How to check presence of Beacon ?
Replies: 371
Views: 84470

Re: How to check presence of Beacon ?

Ok, got it! I just have to create as many blank value string variable as I want, their name must be the one specified under the conf part of the py script. Is it too difficult to clarify it better? :? By the way: my Xiaomi My Band 2 is correctly detected... Why is this script not detecting a phone ...
by echeberri77
Saturday 03 November 2018 12:01
Forum: Other questions and discussions
Topic: How to check presence of Beacon ?
Replies: 371
Views: 84470

Re: How to check presence of Beacon ?

Hello everybody, I set up this script correctly (at least the bluetooth discovery part is working flawlessy...) My problem is the lua script part and in particular the uservariables part. I am a domoticz total noob, I tried to read the wiky but it is still hard to me... I just want to use the basic ...
by echeberri77
Saturday 19 May 2018 13:37
Forum: Python
Topic: PLUGIN SYSTEM: SETUP GUIDE PLEASE!
Replies: 2
Views: 1784

Re: PLUGIN SYSTEM: SETUP GUIDE PLEASE!

SOLVED!!!!! I simply installed this: http://archive.ubuntu.com/ubuntu/pool/main/p/python3.4/python3.4_3.4.3.orig.tar.xz Uncompressed and then installed in this way: ./configure make make test sudo make install Now plugin system is working!!!!!! Thanks to....myself? :D Hope it can be useful for ...
by echeberri77
Saturday 19 May 2018 9:16
Forum: Python
Topic: PLUGIN SYSTEM: SETUP GUIDE PLEASE!
Replies: 2
Views: 1784

PLUGIN SYSTEM: SETUP GUIDE PLEASE!

Hi everybody, I decided to open this topic because informations about having domoticz plugin system to work properly are totally fragmented all over the forum and a lot of them are old or not correct. Plugin system only work on beta domoticz: I am currently using Domoticz 3.9453. This is my domoticz ...
by echeberri77
Saturday 21 April 2018 23:37
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 176037

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

The IDENT I am using is a fake one because I don't have a Tradfri Gateway yet.
Maybe I launched the client some days ago and the udent was created...
I have to try it when I get the device!
by echeberri77
Saturday 21 April 2018 16:20
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 176037

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Finally I decided compilyng it in local. After lauching the client I have this: Xavier-PC plugins # coap-client -m post -u "Client_identity" -k "1234567" -e '{"9090":"Camera da letto"}' "coaps://192.168.1.55:5684/15011/9063" Apr 17 09:25:07 EMRG coaps URI scheme not supported in this version of ...
by echeberri77
Saturday 21 April 2018 15:58
Forum: Heating/cooling
Topic: [Python] Control Mitsubishi MAC-557IF-E airconditioning
Replies: 146
Views: 84375

Re: [Python] Control Mitsubishi MAC-557IF-E airconditioning

@echeberri77 Can you put the plugin option debug to true and send me detailed log in PM? 2018-04-21 15:56:24.402 (Condizionatore salotto) SET COMMAND SEND Power=true&DeviceID=107767&OperationMode=&SetTemperature=&SetFanSpeed=&VaneHorizontal=&VaneVertical=&EffectiveFlags=1&HasPendingCommand=true ...
by echeberri77
Tuesday 17 April 2018 9:26
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 176037

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Finally I decided compilyng it in local. After lauching the client I have this: Xavier-PC plugins # coap-client -m post -u "Client_identity" -k "1234567" -e '{"9090":"Camera da letto"}' "coaps://192.168.1.55:5684/15011/9063" Apr 17 09:25:07 EMRG coaps URI scheme not supported in this version of ...
by echeberri77
Tuesday 17 April 2018 7:55
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 176037

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Hello! I am trying to perform docker installation but I am stuck on this point: Copy the docker image to the system running Domoticz and start the Docker instance: docker run -t -p 127.0.0.1:1234:1234 ikea-tradfri-plugin:1234 I get this output: Xavier-PC IKEA-Tradfri # docker run -t -p 192.168.1.2 ...
by echeberri77
Sunday 15 April 2018 12:05
Forum: Heating/cooling
Topic: [Python] Control Mitsubishi MAC-557IF-E airconditioning
Replies: 146
Views: 84375

Re: [Python] Control Mitsubishi MAC-557IF-E airconditioning

Plugin is working good but I still have these errors on log: 2018-04-15 12:04:42.065 (Condizionatore salotto) Current MEL Cloud Key ID:29CD07C0F8DD4D1389F5A6749041F1 2018-04-15 12:04:42.215 (Condizionatore salotto) Update unit Mitsu-salotto information. 2018-04-15 12:04:42.218 Error: (Condizionatore ...
by echeberri77
Sunday 15 April 2018 11:48
Forum: Heating/cooling
Topic: [Python] Control Mitsubishi MAC-557IF-E airconditioning
Replies: 146
Views: 84375

Re: [Python] Control Mitsubishi MAC-557IF-E airconditioning

Gysmo: Immediately! I'll test it today and I'll report any bugs...:D

Thanks!!
by echeberri77
Saturday 14 April 2018 10:04
Forum: Heating/cooling
Topic: [Python] Control Mitsubishi MAC-557IF-E airconditioning
Replies: 146
Views: 84375

Re: [Python] Control Mitsubishi MAC-557IF-E airconditioning

Ok, I figured out how to install plugin, but I get these errors: 2018-04-14 10:02:04.735 (MelCloud) Connection to MELCloud OK 2018-04-14 10:02:04.735 Error: (MelCloud) 'onConnect' failed 'KeyError'. 2018-04-14 10:02:04.735 Error: (MelCloud) ----> Line 404 in /home/xavier/domoticz/plugins/Melcloud ...
by echeberri77
Saturday 14 April 2018 9:40
Forum: Heating/cooling
Topic: [Python] Control Mitsubishi MAC-557IF-E airconditioning
Replies: 146
Views: 84375

Re: [Python] Control Mitsubishi MAC-557IF-E airconditioning

Hello, Yes news :) I rewrite all the plugin to use builtin plugin system. You can try it : https://github.com/gysmo38/domoticz-python-melcloud It should be more stable. If there is any issue, just send a message here, I will try to answer (shortly if possible) Hi, thanks for you plugin! I am a ...
by echeberri77
Tuesday 27 March 2018 15:47
Forum: LUA
Topic: Lua script executing sh script... not working!
Replies: 39
Views: 11057

Re: Lua script executing sh script... not working!

SOLVED!!!! Damn, damn and damn again !!!!! :lol: :lol: :lol: :lol: :lol: Izsynth uses by defaul the first alsa device. The curious thing is: if you launch izsynth from terminal it uses the secondary output (that is my sound card). If izsynth is launched within a sh script by domoticz it try to use ...
by echeberri77
Tuesday 27 March 2018 9:37
Forum: LUA
Topic: Lua script executing sh script... not working!
Replies: 39
Views: 11057

Re: Lua script executing sh script... not working!

Still no luck. I don't really know what to check at this point.... During these days i had the chance to try another vocal synthetizer and I am having the same issue: no output audio. It seems to be a sound card output problem. Domoticz seems unable to use the correct sound card for output... Any ...
by echeberri77
Sunday 25 March 2018 15:46
Forum: LUA
Topic: Lua script executing sh script... not working!
Replies: 39
Views: 11057

Re: Lua script executing sh script... not working!

Still no luck.
I don't really know what to check at this point....
by echeberri77
Sunday 25 March 2018 11:00
Forum: LUA
Topic: Lua script executing sh script... not working!
Replies: 39
Views: 11057

Re: Lua script executing sh script... not working!

jannl wrote: Sunday 25 March 2018 10:59 Looks like an error in the script or calling the script
It was my mistake: a missing " at the end of a line. Now fixed.
by echeberri77
Sunday 25 March 2018 10:54
Forum: LUA
Topic: Lua script executing sh script... not working!
Replies: 39
Views: 11057

Re: Lua script executing sh script... not working!

I forced volume 100 (the maximum) to izsynth arguments. This is content of lua.log: ================================================================================ [2C [1/1] - izsynth Name:[Luci_del_corridoio_accese-1203338941] File exist - input:[/home/xavier/domoticz/scripts/Luci_del_corridoio ...