Search found 16 matches

by g00fy
Sunday 24 December 2023 1:11
Forum: Python
Topic: Python Plugin: Life 360 Presence Detection (deprecated)
Replies: 170
Views: 42502

Re: Python Plugin: Life 360 Presence Detection

It seems they implement a solution in the life360/api.py file of the repo https://github.com/pnbruckner/life360.git.
Maybe someone knows how to implement it in this plugin also? It look like febalci has stopped development a while ago :(.
by g00fy
Saturday 23 December 2023 17:25
Forum: Python
Topic: Python Plugin: Life 360 Presence Detection (deprecated)
Replies: 170
Views: 42502

Re: Python Plugin: Life 360 Presence Detection

Are there still people using this plugin? I still do, but since a few days the authentication seems to go wrong again. Are there more people who experience this? In forums about Home Assistant I read that people also suffered from it, but a solution has now been found. Could that solution work for ...
by g00fy
Saturday 10 December 2022 12:23
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Restore on new hardware, no hardware!
Replies: 2
Views: 282

Re: Restore on new hardware, no hardware!

Why the dummy isn't there I don't know. But if you copied the docker-compose.yaml exactly from the docker hub you have to map your device(s) to the devices on the host. This is commented out in the yaml-file because you'll have to find out what the ID of your specific device is and fill it in there ...
by g00fy
Thursday 01 December 2022 9:14
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Problem getting Zigbee2MQTT working
Replies: 2
Views: 377

Re: Problem getting Zigbee2MQTT working

Thanks waltervl!

I changed the 'Automatische ontdekkingsvoorvoegsel' to homeassistant and in the configuration.yaml of zigbee2mqtt set homeassistant to true instead of false and now my devices become present in Domoticz.

Verstuurd vanaf mijn SM-M515F met Tapatalk

by g00fy
Tuesday 29 November 2022 13:48
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Problem getting Zigbee2MQTT working
Replies: 2
Views: 377

Problem getting Zigbee2MQTT working

Hi all, I've been working for days now to get Zigbee2MQTT working within Domoticz, but so far it hasn't worked. I followed the wiki for installation (https://www.domoticz.com/wiki/Zigbee2MQTT). Three docker containers are now running with Domoticz, Zigbee2MQTT and Mosquitto. These run in the same ...
by g00fy
Wednesday 16 January 2019 10:38
Forum: Python
Topic: Python Plugin: Life 360 Presence Detection (deprecated)
Replies: 170
Views: 42502

Re: Python Plugin: Life 360 Presence Detection

I'll try and find out if the open street maps part is working. It is working for me a long time already with version 1.1.0. Febalci asked me before to rewrite it for version 2.0.0 of his plugin, but unfortunately I did never find the time for it yet. Would like to hear it if it is working for ...
by g00fy
Thursday 02 August 2018 18:02
Forum: Python
Topic: Python Plugin: Life 360 Presence Detection (deprecated)
Replies: 170
Views: 42502

Re: Python Plugin: Life 360 Presence Detection

I did write a little change to your code that makes it possible to use Open Streetmaps as source, using Nominatum for the API. At the moment Iam on holidays using it and it seems to work reasonably well for getting your location. One thing to look into is the usage policies of Nominatim. It wants ...
by g00fy
Tuesday 17 July 2018 17:11
Forum: Python
Topic: Python Plugin: Life 360 Presence Detection (deprecated)
Replies: 170
Views: 42502

Re: Python Plugin: Life 360 Presence Detection

Does anyone know what the usage of the Google api means concerning the new pricing policy Google anounced? I see in my case there were more than 44.000 cals on the geocoding api in the last 30 days (I was running an older version, so the cals on the distance api were not counted yet). This means ...
by g00fy
Thursday 18 January 2018 16:42
Forum: Python
Topic: Python Plugin: Life 360 Presence Detection (deprecated)
Replies: 170
Views: 42502

Re: Python Plugin: Life 360 Presence Detection

Hey Febalci, Thanks for your answer. Looking through some older posts I saw that this was more of a Domoticz problem indeed. I was using the prebuild version for Raspberry Pi and found out that there are plenty of people with the same problem. Now I build the last development version myself and the ...
by g00fy
Friday 12 January 2018 9:32
Forum: Python
Topic: Python Plugin: Life 360 Presence Detection (deprecated)
Replies: 170
Views: 42502

Re: Python Plugin: Life 360 Presence Detection

As we use life360 already for a while I am very interested in this plugin. So, I installed it on the last stable release of Domoticz, I configured a poll interval of 2 minutes and use a Google Maps API key. It was working for a while (few hours). But then Domoticz started to crash every 3 till 4 ...
by g00fy
Wednesday 03 January 2018 10:32
Forum: Show your projects
Topic: script for controlling Essent (ICY) Thermostat
Replies: 10
Views: 6862

Re: script for controlling Essent (ICY) Thermostat

I think everything you need is in here: https://www.domoticz.com/wiki/Domoticz_API/JSON_URL%27s.

Something like json.htm?type=command&param=udevice&idx=<idx>&nvalue=0&svalue=<temperatuur>?
by g00fy
Tuesday 12 December 2017 16:10
Forum: Heating/cooling
Topic: How to configure ICY E-Thermostat
Replies: 4
Views: 2093

Re: How to configure ICY E-Thermostat

It's in several shops (bol.com for example) for around €250. I bought mine secondhanded from Marktplaats. There ate plenty to buy from there.

Beware that you have to unregister the device on e-thermostaat.nl before you can register it under your own name. This process will cost €15.
by g00fy
Monday 11 December 2017 19:21
Forum: Heating/cooling
Topic: How to configure ICY E-Thermostat
Replies: 4
Views: 2093

Re: How to configure ICY E-Thermostat

jvdz wrote: Monday 11 December 2017 19:14 Do you have "Accept new Hardware Devices " swicthed on ?
:shock: Off coarse. That was the problem. I am such a beginner... ;)
by g00fy
Monday 11 December 2017 19:06
Forum: Heating/cooling
Topic: How to configure ICY E-Thermostat
Replies: 4
Views: 2093

How to configure ICY E-Thermostat

Hi Forum, I bought a ICY E-Thermostat (Essent), because this device should be working native in Domoticz. So, after registering it, I added it in the hardware settings, hoping I would find some devices under Settings..Devices or under the Temperature tab. But, unfortunately, nothing is there. In the ...
by g00fy
Monday 04 December 2017 14:05
Forum: LUA
Topic: Help on LUA script
Replies: 3
Views: 928

Re: Help on LUA script

Great! It's working now as expected.

Thanks guys!
by g00fy
Friday 01 December 2017 16:44
Forum: LUA
Topic: Help on LUA script
Replies: 3
Views: 928

Help on LUA script

Hello, I am using a LUA script to turn the lights on and off when some parameters have a certain value. This was working fine untill I wanted to add another switch to the script. When I add this only the second command is working. This is the script: function updatedomoticz(idx,switchcmd ...