Search found 19 matches

by appelflap
Friday 30 December 2022 15:00
Forum: Heating/cooling
Topic: Rooted Toon plugin
Replies: 112
Views: 75233

Re: Rooted Toon plugin

Hi, I'm having exactly the same issue as pvdgulik. On a freshly rooted Toon. Has anyone fixed this?
by appelflap
Thursday 05 November 2020 15:06
Forum: Python
Topic: Python plugin: Xiaomi Mi Flower Mate
Replies: 99
Views: 29093

Re: Python plugin: Xiaomi Mi Flower Mate

Passively scanning for BLE data is best option then. GATT takes a lot of battery life from the sensor This is an awesome place to start if you want to write a python plugin: https://github.com/frawau/aioblescan It's also being used by this plugin for homeassistant: https://github.com/custom ...
by appelflap
Wednesday 18 March 2020 11:54
Forum: Python
Topic: Python Plugin: MillHeat
Replies: 23
Views: 3941

Re: Python Plugin: MillHeat

Did you install the pymill component using this command?
pip3 install millheater
by appelflap
Wednesday 18 March 2020 9:25
Forum: Python
Topic: Python Plugin: MillHeat
Replies: 23
Views: 3941

Re: Python Plugin: MillHeat

In the current version the python code tries to find the packages it needs through the sys.path. But maybe your packages are put somewhere else. You can try including (one of) them by doing it manually. You will have to find out which version of python you are using currently and adjust the path ...
by appelflap
Sunday 03 February 2019 1:02
Forum: Python
Topic: Python Plugin: MillHeat
Replies: 23
Views: 3941

Re: Python Plugin: MillHeat

Thanks Dnpwwo! I searched the forum for multiple days back then, but couldn't find the reason behind it.
I have changed the code on my github, but I don't have a mill heater to test with :?
by appelflap
Friday 01 February 2019 16:12
Forum: Python
Topic: Python Plugin: MillHeat
Replies: 23
Views: 3941

Re: Python Plugin: MillHeat

I'm sorry, but I can't help you at the moment. On holiday for a few weeks. Please keep me updated through the forum if you find anything. I will take a look at it when I'm back.
by appelflap
Friday 01 February 2019 12:34
Forum: Python
Topic: Python Plugin: MillHeat
Replies: 23
Views: 3941

Re: Python Plugin: MillHeat

The plugin does a basic guess where the python packages are. This is needed for the pymill and prerequisites. At the moment this is purely linux paths.. you can change it in the plugin.py file. # Add pip3 locations sys.path.append('/home/'+getpass.getuser()+'/.local/lib/python3.5/site-packages') sys ...
by appelflap
Saturday 26 January 2019 23:37
Forum: Utility
Topic: Siemens/ Landys Gyr Ultraheat 2WR5
Replies: 1
Views: 1780

Re: Siemens/ Landys Gyr Ultraheat 2WR5

Looking for this too! A search on the interwebz gave me these ingredients: - Complete documentation stating the Landis+Gyr 2WR5 has an IR connection with EN 61107 mode B protocol http://teplocom-sale.ru/upload/iblock/684/tkb3415j_e.pdf - Some people on GoT already got it working on a similar Landis ...
by appelflap
Wednesday 28 November 2018 12:03
Forum: Python
Topic: Python Plugin: MillHeat
Replies: 23
Views: 3941

Python Plugin: MillHeat

Hi, I'm building a domoticz python plugin for a MillHeat WiFi heater: https://github.com/appelflap/domoticz-millheat And it uses this code as a connector to the heater: https://github.com/Danielhiversen/pymill It creates 3 devices per heater found through the API: Status (on/off, read only ...
by appelflap
Tuesday 27 November 2018 12:25
Forum: Python
Topic: import pip3 module
Replies: 1
Views: 875

Re: import pip3 module

Ok, 'fixed it' for now by adding more paths.. import sys import getpass # Add pip3 locations sys.path.append('/home/'+getpass.getuser()+'/.local/lib/python3.5/site-packages') sys.path.append('/home/'+getpass.getuser()+'/.local/lib/python3.6/site-packages') sys.path.append('/usr/local/lib/python3.5 ...
by appelflap
Monday 26 November 2018 16:34
Forum: Python
Topic: import pip3 module
Replies: 1
Views: 875

import pip3 module

Hi, I'm building a domoticz python plugin for a MillHeat WiFi heater: https://github.com/appelflap/domoticz-millheat And it needs this code as a connector to the heater: https://github.com/Danielhiversen/pymill I've installed the needed code through pip3 (package name `millheater`), but domoticz ...
by appelflap
Tuesday 14 July 2015 13:39
Forum: Show your projects
Topic: Connected FAAC gate to Domoticz (control with Telegram)
Replies: 12
Views: 6274

Re: Connected FAAC gate to Domoticz (control with Telegram)

I placed a NFC tag (public transport, NS, one time only card) in the cradle of my phone in my car. But to do that correctly you need a Geofence filter before sending the #open command. Trigger can do that with a PRO version. But it asks for too much privacy info. So I discontinued the Trigger option ...
by appelflap
Monday 13 July 2015 15:25
Forum: Show your projects
Topic: Connected FAAC gate to Domoticz (control with Telegram)
Replies: 12
Views: 6274

Re: Connected FAAC gate to Domoticz (control with Telegram)

Found an other program that's free and does the same: Trigger Tried id with my public transport card and it worked with this program after installing the extra Trigger: Tag Reuse Plugin . I let it call an url on which I will let domoticz listen.. or implement the Telegram Bot. [edit] lol, did not ...
by appelflap
Monday 13 July 2015 14:51
Forum: Show your projects
Topic: Connected FAAC gate to Domoticz (control with Telegram)
Replies: 12
Views: 6274

Re: Connected FAAC gate to Domoticz (control with Telegram)

@simonrg: I will take a look at the bot. Thank you for the idea and url. The scripts can be modified easily for use with url in stead of Telegram local daemon. Just installed Tasker, but was not able to find the NFC input within the refund window. So uninstalled it for now. @ThinkPad: do you have a ...
by appelflap
Monday 13 July 2015 13:49
Forum: Show your projects
Topic: Connected FAAC gate to Domoticz (control with Telegram)
Replies: 12
Views: 6274

Re: Connected FAAC gate to Domoticz (control with Telegram)

Thx ThinkPad, that's a really cool idea! My phone does not lock in the car because it is connected to a 'safe bluetooth device' with smart lock setting on Android. I always put my phone in the cradle in my car. So I could place the sticker on/in the cradle. How would you you trigger a Telegram ...
by appelflap
Monday 13 July 2015 12:32
Forum: Show your projects
Topic: Connected FAAC gate to Domoticz (control with Telegram)
Replies: 12
Views: 6274

Re: Connected FAAC gate to Domoticz (control with Telegram)

Creating a cron to restart the process is not a solution in my opinion :). I will try figure out where the zombies come from and post it here. Restarting Telegram causes the daemon to re-read the last n received messages. So if one of them was #open it will open the gate because of the restart. And ...
by appelflap
Monday 13 July 2015 11:34
Forum: Show your projects
Topic: Connected FAAC gate to Domoticz (control with Telegram)
Replies: 12
Views: 6274

Connected FAAC gate to Domoticz (control with Telegram)

Mod edit: Post splitted into new topic. Original topoic: http://domoticz.com/forum/viewtopic.php?f=17&t=5509 --------------------------------------- Yes! I've found/made a solution :) and call it #open or in Dutch 'hekje open'. Only two thing to fix: - Telegram seems to spawn Zombie processes. I ...
by appelflap
Monday 16 March 2015 15:22
Forum: Design, usability and languages
Topic: #2215 Custom Icons uploader Implemented
Replies: 110
Views: 77772

Re: #2215 Custom Icons uploader Implemented

@Derik: I've emailed the package and also every icon in the package as separate zip for the google drive folders.
by appelflap
Friday 13 March 2015 18:02
Forum: Design, usability and languages
Topic: #2215 Custom Icons uploader Implemented
Replies: 110
Views: 77772

Re: #2215 Custom Icons uploader Implemented

I really like the Nuvola icon set made by David Vignoni. ==> http://www.icon-king.com/projects/nuvola/ (GNU LGPL 2.1) The icon set already has a folder with 48x48 icons. Within Gimp you can install a very nice ' Batch Image Manipulation ' plugin with which resizing, renaming and greyscale ...