Search found 5 matches

by Piet
15 Jul 2017, 10:42
Forum: RFLink: Nederlands support forum
Topic: Milight via RFLink master/slave knoppen in Domoticz
Replies: 2
Views: 9543

Re: Milight via RFLink master/slave knoppen in Domoticz

Daar gebruik ik een lua script voor: commandArray = {} local function update(idx, value1, value2) local cmd = string.format("%d|%d|%d", idx, value1, value2) table.insert (commandArray, { ['UpdateDevice'] = cmd } ) end -- MiLight Alles AAN if (devicechanged['MiLight Alles']=='On') then upda...
by Piet
06 Apr 2017, 22:43
Forum: RFLink: Nederlands support forum
Topic: Hardware Input/Output poorten
Replies: 1
Views: 4804

Re: Hardware Input/Output poorten

Hoi JvdMeer,

Die ondersteuning voor input/output poorten zit er al standaard in, zelf tot nu toe nog niet nodig gehad maar ben wel van plan om daar gebruik van te gaan maken in de toekomst.
Zie faq#GPIO ;)

Succes!
by Piet
27 Feb 2017, 19:44
Forum: ESP Easy: Software
Topic: MPU6050 [SOLVED]
Replies: 4
Views: 5412

Re: MPU6050 [SOLVED]

Thanks for explaining, you are doing a great job for the ESP Easy project!
by Piet
26 Feb 2017, 13:49
Forum: ESP Easy: Software
Topic: MPU6050 [SOLVED]
Replies: 4
Views: 5412

Re: MPU6050

Hi, Please can someone help? I'm struggling to add a MPU6050 1. I downloaded the latest easy version - https://github.com/letscontrolit/ESPEasy (this includes MPU6050's) https://github.com/letscontrolit/ESPEasy/blob/master/_P118_MPU6050.ino 2. Uploaded from arduino v1.6.11 3. Once online I found no...
by Piet
21 Aug 2016, 22:35
Forum: ESP Easy: Projects / Applications
Topic: esp8266 with HM-10 Bluetooth 4.0 CC2540 CC2541
Replies: 2
Views: 4891

Re: esp8266 with HM-10 Bluetooth 4.0 CC2540 CC2541

Hello, (Don't have siemens g tags here but some nut ble tags...) I think bluetooth could be a very nice addition to ESPEasy for an indoor positioning system! Some weeks ago i stumbled on this site: https://www.happybubbles.tech/presence/ although it looks great, i would prefer this functionality wit...