Search found 6 matches

by CPtje
Monday 08 November 2021 14:20
Forum: Cameras
Topic: Doorbell from Action (LSC Smart Connect)
Replies: 28
Views: 26994

Re: Doorbell from Action (LSC Smart Connect)

For people who have this doorbell, they have 433mhz inside which controls a chime. The doorbell is sold by many sellers with each having there own name, but it is the same hardware. I used ESPHOME on a ESP8266 which reacts on this 433mhz command and send a mqtt message to domoticz. No firmware ...
by CPtje
Friday 24 July 2020 11:42
Forum: Heating/cooling
Topic: NEST Account migration
Replies: 278
Views: 62068

Re: NEST Account migration

UPDATE!!!!! Somehow, out of the blue, I get the data now. I don't know why it didn't work before. Because I have my RPI on a WIFI connection, it takes approx. 20 seconds to receive the data so I will need to run the process in the background to prevent errors in Domoticz. Going to add some "&" where ...
by CPtje
Friday 24 July 2020 11:32
Forum: Heating/cooling
Topic: NEST Account migration
Replies: 278
Views: 62068

Re: NEST Account migration

Today I upgraded to version 1.11 after using 1.04 succesfully for a couple of months. In that period, I had to update my token and cookie twice until now. After the update to 1.11 I cannot anymore read the data from my NEST. Changing the temperature is no problem but I always get the following ...
by CPtje
Thursday 17 January 2019 14:13
Forum: Python
Topic: Accessing User Variables using internal Python Script
Replies: 17
Views: 3429

Re: Accessing User Variables using internal Python Script

Thanks Xorfor, gonna have a look at this. Never used these requests before so this is going to be exciting.
by CPtje
Thursday 17 January 2019 12:41
Forum: Python
Topic: Accessing User Variables using internal Python Script
Replies: 17
Views: 3429

Accessing User Variables using internal Python Script

Really thankful that I encountered the internal Python(3) scripting possibility with the (new) DomoticsEvents library. Currently I am rewriting my LUA scripts to internal Python3 scipts but now I'm stuck because I cannot find how to acces the Domoticz (global) user variables using the internal ...
by CPtje
Monday 12 November 2018 8:56
Forum: Python
Topic: PN532 RFID with direct connection to RPI I2C
Replies: 0
Views: 321

PN532 RFID with direct connection to RPI I2C

Hello, Maybe I just didn't find it, but there seems to be no plug-in in Domoticz that can handle a PN532 RFID board that is directly connected to the RPI I2C interface. I can find some Python programs and some libraries that might work with the PN532 but this, and also Python, is new to me. I know ...