Search found 9 matches
- Saturday 21 September 2024 22:53
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 111037
Re: Python Plugin: Smart Virtual Thermostat
Hi, thank you for your answer.I have updated Domoticz to the latest version (2024.2) on my RPI 3 and it does not seem to work with the latest version of SVT.
- Saturday 21 September 2024 11:44
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 111037
Re: Python Plugin: Smart Virtual Thermostat
Hi everyone, After updating Domoticz to the last version, the SVT plugin stopped working properly. Since then I’ve tried various solutions, including installing the 2023.2 version, or compiling a new version of Domoticz (Release 2023.1, thank you Chat GPP ;) ), but didn't succeed. I’m looking for any ...
- Monday 07 November 2022 19:54
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Flower Mate
- Replies: 99
- Views: 29085
Re: Python plugin: Xiaomi Mi Flower Mate
Hi All, I have 2 Xiaomi Mi Flower Mate installed for a while, and I noticed a data inconsistency between what is displayed by Domoticz and what I receive from my device : http://j2sa.free.fr/image/domoticz2.png vs http://j2sa.free.fr/image/terminal2.png Is there anyone experiencing this issue ...
- Tuesday 08 March 2022 11:55
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Flower Mate
- Replies: 99
- Views: 29085
Re: Python plugin: Xiaomi Mi Flower Mate
Hi All, I have 2 Xiaomi Mi Flower Mate installed for a while, and I noticed a data inconsistency between what is displayed by Domoticz and what I receive from my device : http://j2sa.free.fr/image/domoticz2.png vs http://j2sa.free.fr/image/terminal2.png Is there anyone experiencing this issue ...
- Sunday 19 September 2021 16:34
- Forum: Dashticz
- Topic: counter meter on Dashticz - inconsistent data with domoticz?
- Replies: 0
- Views: 183
counter meter on Dashticz - inconsistent data with domoticz?
Version: 3.8.0.2 Platform: Raspberry Description: I've set up a water counter. Domoticz show correct figures: 7,5814 liters on sunday: http://j2sa.free.fr/image/domoticz.png Here is what I get on dashticz: daily figures are correct, but not hourly one. Apparently the figures are multiplied by 12 (4 ...
- Wednesday 25 August 2021 23:16
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 21166
Re: Dashticz Graphs - Features, Fixes & Updates
Hello, I'm facing an issue trying to configure my Dashticz Graph, as "beginAtZero:" seems not to work blocks['Tomate1'] = { title: 'Tomates', type: 'graph', devices: [13,16], spanGaps: true, datasetColors: ['#002B5C','#6F420D'], legend: false, height: '200px', beginAtZero: true, custom : { "15j ...
- Saturday 21 August 2021 7:39
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 21166
Re: Dashticz Graphs - Features, Fixes & Updates
Hello, I'm facing an issue trying to configure my Dashticz Graph, as "beginAtZero:" seems not to work blocks['Tomate1'] = { title: 'Tomates', type: 'graph', devices: [13,16], spanGaps: true, datasetColors: ['#002B5C','#6F420D'], legend: false, height: '200px', beginAtZero: true, custom : { "15j ...
- Wednesday 18 August 2021 16:53
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Flower Mate
- Replies: 99
- Views: 29085
Re: Python plugin: Xiaomi Mi Flower Mate
Hello, I'd like to display temperature graph I got from my Xiaomi Mi Flower Mate with a customised period range, but I get problem in displaying data: - When I used default configuration, data are correctly displayed: http://j2sa.free.fr/image/ok.png - When I configure CONFIG.js, data with a day ...
- Tuesday 27 July 2021 7:04
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Flower Mate
- Replies: 99
- Views: 29085
Re: Python plugin: Xiaomi Mi Flower Mate
Hi all, I've successfully could plugged my Flower Mate device to my Domoticz server, it works perfectly fine: the script I have set up retrieves the information from the sensor every hour. (for those who are facing power connection problems due to distance: I'm using 3,5v rechargeable battery, works ...