It seems that you already have a newer version of python3 installed.
Thus, apt is not able to install an older version without breaking it !
Did you installed python3 from a .deb file ? From another repo ?
try manually remove python3 and then reinstall it via apt .
Search found 20 matches
- Monday 18 December 2017 16:14
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Robot Vacuum
- Replies: 311
- Views: 119080
- Monday 18 December 2017 14:55
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Robot Vacuum
- Replies: 311
- Views: 119080
Re: Python plugin: Xiaomi Mi Robot Vacuum
It seems that some already installed package is blocking it !
try to do
It should be more informative of why it can't be installed !
try to do
Code: Select all
sudo aptitude install python3-dev
- Saturday 16 December 2017 16:01
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Robot Vacuum
- Replies: 311
- Views: 119080
Re: Python plugin: Xiaomi Mi Robot Vacuum
Can you copy/paste the first 200 lines of your domoticz log (just after startup) ?
- Friday 15 December 2017 14:12
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Robot Vacuum
- Replies: 311
- Views: 119080
Re: Python plugin: Xiaomi Mi Robot Vacuum
Can you show us the listing of the "plugins" directory inside your domoticz installation ?
In this folder, you should have a "xiaomi-robot" folder or so. Can you also show us the content of this folder ?
In this folder, you should have a "xiaomi-robot" folder or so. Can you also show us the content of this folder ?
- Friday 15 December 2017 9:02
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 111308
Re: Python Plugin: Smart Virtual Thermostat
Yes, it's a know feature of the latest beta 
Every python plugins makes it crashing...
Devs are still searching the cause... Wait a moment
I can also confirm that the stable release doesn't have the problem.

Every python plugins makes it crashing...
Devs are still searching the cause... Wait a moment

I can also confirm that the stable release doesn't have the problem.
- Tuesday 28 November 2017 11:17
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Robot Vacuum
- Replies: 311
- Views: 119080
Re: Python plugin: Xiaomi Mi Robot Vacuum
It seems that every python plugin are crashing on beta version on domoticz. I had to go back to stable, because beta has memory leaks, and python does crash. Now you are running server outside domoticz, could you backport this to stable ? I think it should work... EDIT : It seems I speak a bit too ...
- Tuesday 21 November 2017 10:23
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 111308
Re: Python Plugin: Smart Virtual Thermostat
It seems there is problems with latest betas and python plugins.
The devs are searching around this.
Not only this plugin is failing, almost all python plugins are !
The devs are searching around this.
Not only this plugin is failing, almost all python plugins are !
- Thursday 16 November 2017 9:10
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 111308
Re: Python Plugin: Smart Virtual Thermostat
The sensor has always been updated on 14/11 ... Need to find another clue 

- Thursday 16 November 2017 8:56
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 111308
Re: Python Plugin: Smart Virtual Thermostat
You spotted it ! It was OFF !!!! The most weird thing is that I never turned it off... Searching the logs , I see it turned off on 14/11 17h15, but I don't see anything, except that domoticz seems to have crashed at 17h14. The thermostat logs jumps from 17h14 to 17h16, and nothing seems to eplain ...
- Thursday 16 November 2017 8:10
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 111308
Re: Python Plugin: Smart Virtual Thermostat
Hi, Strange behavior this night , I woke up with a cold house :( .... Perhaps I'm missing something !! Here is the log : ... 2017-11-16 07:10:31.644 (Thermostat Salon) Calling message handler 'onHeartbeat'. 2017-11-16 07:10:31.645 (Thermostat Salon) Thermostat temperature update called 2017-11-16 07 ...
- Wednesday 15 November 2017 11:09
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 111308
Re: Python Plugin: Smart Virtual Thermostat
Did not worked for me...Still crashing this morning after forcing update of the script.
I'll disable it to be sure it is this script that cause failing !
I'll disable it to be sure it is this script that cause failing !
- Tuesday 14 November 2017 21:46
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 111308
Re: Python Plugin: Smart Virtual Thermostat
Hi,
I experienced the same problem.
I was thinking at first that it was related to xiaomi-robot vacuum, but I had disabled this plugin first, and still experiencing the same error.
Experienced this on Beta version.
I experienced the same problem.
I was thinking at first that it was related to xiaomi-robot vacuum, but I had disabled this plugin first, and still experiencing the same error.
Experienced this on Beta version.
- Wednesday 25 October 2017 11:36
- Forum: MySensors
- Topic: Mysens low performances
- Replies: 7
- Views: 3277
Re: Mysens low performances
Hi,
This is not a domoticz related issue, but a mySensors issue.
You should try to ask on the MySensors forum.
This is not a domoticz related issue, but a mySensors issue.
You should try to ask on the MySensors forum.
- Thursday 19 October 2017 16:48
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 111308
Re: Python Plugin: Smart Virtual Thermostat
Hi @LogRead, I think there is a bug in the code : Line 316-317, there is : if (power > 0) and (power <= self.minheattime): power = 0 # Seuil mini de power I think it should be : if (power > 0) and (power <= self.minheattime): power = self.minheattime # Seuil mini de power Without this, the ...
- Monday 20 March 2017 16:32
- Forum: MySensors
- Topic: Best way to handle push buttons
- Replies: 4
- Views: 6381
Re: Best way to handle push buttons
I completely changed my way of doing things :
Instead of coding (most) simple actions in domoticz, each button node is setup to send an "action" command to its assigned light.
Only advanced actions are passed to domoticz for event scripts.
Instead of coding (most) simple actions in domoticz, each button node is setup to send an "action" command to its assigned light.
Only advanced actions are passed to domoticz for event scripts.
- Monday 06 March 2017 21:42
- Forum: MySensors
- Topic: Error in dimmer value
- Replies: 4
- Views: 1733
Re: Error in dimmer value
Same issue for me :
I did present my dimmer as following :
but Domoticz see it as "Lighing 2" so only 16 dimmers levels !?
How can we change this (present something else ??) so domoticz see it as a "100 levels dimmer" ?
I did present my dimmer as following :
Code: Select all
// Present the device :
present(0, S_DIMMER );
How can we change this (present something else ??) so domoticz see it as a "100 levels dimmer" ?
- Monday 06 March 2017 10:07
- Forum: MySensors
- Topic: Update Arduino code without becoming a new node in Domoticz?
- Replies: 5
- Views: 2037
Re: Update Arduino code without becoming a new node in Domoticz?
I noticed that using an USBASP with arduino IDE does clear the EEPROM memory.
To keep my nodes ID, I have to dump the EEPROM before updating (via avrdude command line), flash my new program, then write back my EEPROM dump.
To keep my nodes ID, I have to dump the EEPROM before updating (via avrdude command line), flash my new program, then write back my EEPROM dump.
- Thursday 09 February 2017 15:11
- Forum: MySensors
- Topic: Best way to handle push buttons
- Replies: 4
- Views: 6381
Re: Best way to handle push buttons
Hi, I saw this post, and already can manage the arduino to get and send 3 states to mysensors (PULSE, HOLD, RELEASE). My main concern is "how to handle those events in domoticz" : For a small example, with my custom-made home automation system, I actually have the following script : IF button_state ...
- Wednesday 08 February 2017 11:07
- Forum: MySensors
- Topic: Best way to handle push buttons
- Replies: 4
- Views: 6381
Best way to handle push buttons
Hi ! I'm planning to drive lights with my MySensors devices : I have a Mysensors device with 8 light outputs, and I have a Mysensors device with 8 push button inputs. I'm used to have 3 functions on the same button with my previous home automation system : I have the "short press" event, "long press ...
- Monday 06 February 2017 8:42
- Forum: MySensors
- Topic: OTA support?
- Replies: 5
- Views: 6245
Re: OTA support?
I agree, When using the "MYSBootloader" on mysensors nodes, we can update the code of each node via OTA. The mechanism is explained here : https://github.com/mysensors/MySensorsBootloaderRF24 The main idea is as following : - In Domoticz, we store a list of available firmwares for each node type ...