Search found 11 matches

by ArtBern
Wednesday 20 January 2021 9:53
Forum: Python
Topic: Python Plugin: Python Plugin Manager
Replies: 234
Views: 96874

Re: Python Plugin: Python Plugin Manager

Hello! Are there any options to automate python module installation ? My plugin has dependency on python modules which can be installed via pip3.
It would be nice to install dependencies with plugin manager.
by ArtBern
Tuesday 19 January 2021 19:43
Forum: Python
Topic: Python Plugin: Thermostat Weekly Scheduler
Replies: 18
Views: 2624

Re: Python Plugin: Thermostat Weekly Scheduler

As per your profile, you are using Domoticz beta. I have 2020.2 release. Timerplans are part of Domoticz settings, I should review changes in "beta" compared to release. Possibly Domoticz-API failed to read settings. Anyway, do you have new page under Custom menu? Double click on schedule to create ...
by ArtBern
Tuesday 19 January 2021 19:35
Forum: Python
Topic: Python Plugin: Thermostat Weekly Scheduler
Replies: 18
Views: 2624

Re: Python Plugin: Thermostat Weekly Scheduler

Error row number indicate problem with list of timer plans. Perhaps you have just one defined in your environment. Could you please create second timer plan via Domoticz -> Setup -> More Options -> Plans -> Timerplan ? Then restart & reload custom page. Later I should reproduce it on my environment ...
by ArtBern
Tuesday 19 January 2021 17:58
Forum: Python
Topic: Python Plugin: Thermostat Weekly Scheduler
Replies: 18
Views: 2624

Re: Python Plugin: Thermostat Weekly Scheduler

Fixed that.

Please pull lates & restart.
by ArtBern
Tuesday 19 January 2021 16:08
Forum: Python
Topic: Python Plugin: Thermostat Weekly Scheduler
Replies: 18
Views: 2624

Re: Python Plugin: Thermostat Weekly Scheduler

Are there more logs related to Scheduler available? Prior to line with Error ?
by ArtBern
Tuesday 19 January 2021 13:45
Forum: Python
Topic: Python Plugin: Thermostat Weekly Scheduler
Replies: 18
Views: 2624

Re: Python Plugin: Thermostat Weekly Scheduler

Thanks for your interest!

Code: Select all

2021-01-19 13:32:01.015 (Scheduler) Domoticz-API server is: Server("localhost", "81"): False
Fixed this bug at recent commit. Please pull latest version and restart Domoticz (or update hardware) to restart plugin code.
by ArtBern
Tuesday 19 January 2021 12:59
Forum: Python
Topic: Python Plugin: Thermostat Weekly Scheduler
Replies: 18
Views: 2624

Re: Python Plugin: Thermostat Weekly Scheduler

besix wrote: Tuesday 19 January 2021 12:26 Hey
What am I missing?
Installation
You need https://pypi.org/project/python-libmagic/

Code: Select all

sudo apt-get install libmagic-dev
sudo pip3 install python-libmagic
And next one:

Code: Select all

sudo pip3 install accept-types
Hope one day I remove dependencies and simplify installation.
by ArtBern
Tuesday 19 January 2021 11:56
Forum: Python
Topic: Python Plugin: Thermostat Weekly Scheduler
Replies: 18
Views: 2624

Re: Python Plugin: Thermostat Weekly Scheduler

At the moment there is no option to link with existing real thermostat device. Please provide me Device Type of your thermostat and I try to implement this. Right now you can create Blocky (or other) script, so current SetPoint from virtual thermostat will be continuously copied to your existing ...
by ArtBern
Tuesday 19 January 2021 10:02
Forum: Python
Topic: Python Plugin: Thermostat Weekly Scheduler
Replies: 18
Views: 2624

Re: Python Plugin: Thermostat Weekly Scheduler

Created pull request to Plugin manager. My plugin has dependency on python modules. Any chance to automate python module installation with Plugin manager ? Module https://github.com/ArtBern/Domoticz-API can be installed with command: sudo pip3 install git+git://github.com/ArtBern/Domoticz-API.git -t ...
by ArtBern
Monday 18 January 2021 21:06
Forum: Suggestions
Topic: Weekly programming
Replies: 131
Views: 27699

Re: Weekly programming

Created plugin for thermostat and timers.
Please have a look: viewtopic.php?p=266571#p266571
by ArtBern
Monday 18 January 2021 20:44
Forum: Python
Topic: Python Plugin: Thermostat Weekly Scheduler
Replies: 18
Views: 2624

Python Plugin: Thermostat Weekly Scheduler

Hello, my county home is heated with electricity on multi tarif. There is only floor heating with electric boiler, so it takes about 20 hours to pre-heat house from +10C to + 21C during winter season. Hot water is heated with another 100 litres electic boiler. It makes sence to pre-heat water at ...