Search found 14 matches

by supermat
Wednesday 28 March 2018 22:26
Forum: Python
Topic: Python Plugin: 433 RF Switches
Replies: 18
Views: 9613

Re: Python Plugin: 433 RF Switches

For Somfy you can use RFLink.
I was made a tuto many years ago. You need an arduino and a transeiver 433,42Mhz (Not the standard 433,92Mhz)
https://matdomotique.wordpress.com/2016 ... -et-somfy/

Since this time it's work very well in my home.
by supermat
Sunday 12 March 2017 14:00
Forum: Other questions and discussions
Topic: IR Sensor on Raspberry Pi 3
Replies: 46
Views: 8552

Re: IR Sensor on Raspberry Pi 3

Hello i make a tutorial (in french) for a receiver directly connected to the GPIO.
https://matdomotique.wordpress.com/2016 ... arouge-ir/


Envoyé de mon iPhone en utilisant Tapatalk
by supermat
Tuesday 07 March 2017 19:05
Forum: LUA
Topic: Energy in dummy device in LUA
Replies: 15
Views: 5937

Re: Energy in dummy device in LUA

You can show that directly in domoticz. Inside the device.


Envoyé de mon iPhone en utilisant Tapatalk
by supermat
Tuesday 07 March 2017 13:23
Forum: LUA
Topic: Lua generic function library
Replies: 23
Views: 33246

Re: Lua generic function library

Hi, it is not my creation, but I use it so much. I prefer use an idx rather than a name of a sensor. So I can rename the sensor an the script continues to work. So I need to convert an idx to a name with this fonction The code is from here : https://www.domoticz.com/forum/viewtopic.php?t=11330 ...
by supermat
Tuesday 07 March 2017 12:59
Forum: LUA
Topic: Energy in dummy device in LUA
Replies: 15
Views: 5937

Re: Energy in dummy device in LUA

Hello, OK I think it is because your "idxCompteurIntelligent" is new and it has now initial value, so it return a nil value. For the first time, the new CompteurIntelligent need to be initialize. Can you add these lines before : EnergyImport = EnergyImportLow + EnergyImportHigh -- For the first time ...
by supermat
Monday 06 March 2017 23:50
Forum: Other questions and discussions
Topic: Energy, daily, cost
Replies: 1
Views: 1872

Re: Energy, daily, cost

Hello,

I think I had made what you want. So I make a tutorial.
Sorry, it's in french :
https://matdomotique.wordpress.com/2017 ... f-virtuel/
by supermat
Monday 06 March 2017 23:44
Forum: LUA
Topic: Energy in dummy device in LUA
Replies: 15
Views: 5937

Re: Energy in dummy device in LUA

Hello,

I made something similar but with two tarif.
Sorry, it's in french :
https://matdomotique.wordpress.com/2017 ... f-virtuel/
by supermat
Friday 17 February 2017 22:23
Forum: LUA
Topic: IDX instead of switchnames in LUA?
Replies: 8
Views: 4978

Re: IDX instead of switchnames in LUA?

Something like this should also work using the new otherdevices_idx[] table in LUA to get the current devicename for an IDX. untested code example: function getdevname4idx(deviceIDX) for i, v in pairs(otherdevices_idx) do if v == deviceIDX then return i end end return 0 end commandArray ...
by supermat
Tuesday 05 July 2016 13:56
Forum: RFLink Transceiver
Topic: Somfy Telis Remotes
Replies: 36
Views: 14721

Re: Somfy Telis Remotes

HI I read this manual: https://matdomotique.wordpress.com/2016/04/21/domoticz-rflink-et-somfy/ i send command 10;RTS;0F0F0F;0412;3;PAIR; and then i press for about 3 secund button on remote to PROG. On loader show example 20;07;OK; Hi, You must press for about 3 second on remote to prog AND THEN ...
by supermat
Friday 13 May 2016 22:04
Forum: RFLink Transceiver
Topic: Somfy Telis Remotes
Replies: 36
Views: 14721

Re: Somfy Telis Remotes

Hi,

I made a tutorial (in french), I control many blind with this solution. I hope it can help you.
https://matdomotique.wordpress.com/2016 ... -et-somfy/
by supermat
Friday 13 May 2016 21:55
Forum: RFLink Transceiver
Topic: Somfy telis 4 RTS
Replies: 47
Views: 23179

Re: Somfy telis 4 RTS

Hi,

I have made au tutorial :
https://matdomotique.wordpress.com/2016 ... -et-somfy/

I hope it help, but it's in french
by supermat
Friday 08 April 2016 19:20
Forum: RFLink Transceiver
Topic: Somfy Telis Remotes
Replies: 36
Views: 14721

Re: Somfy Telis Remotes

For Somfy transmition you must have a 433,42 (not 433.92) transmitter !!
by supermat
Friday 08 April 2016 19:17
Forum: RFLink Transceiver
Topic: OWL CM119 values
Replies: 7
Views: 1633

Re: OWL CM119 values

Attention the new R40 create a new device for the CM119 without issue!
by supermat
Friday 08 April 2016 10:09
Forum: RFLink Transceiver
Topic: OWL CM119 values
Replies: 7
Views: 1633

Re: OWL CM119 values

Hi, use the new R40 version to fix it! It's work for me!