Search found 9 matches

by oxygen
Monday 16 December 2024 19:47
Forum: Utility
Topic: Dynamic Price for Energy - How-To ?
Replies: 13
Views: 1302

Re: Dynamic Price for Energy - How-To ?

I do not know where you live, but in the Netherlands it is very common to have an energy contract with dynamic tariffs changing ever x minutes! In France. And we only have day/night (in a very subtle way with EJP or Tempo) Or weekdays/weekend for some specific 3rd party providers. I'm not aware of ...
by oxygen
Monday 16 December 2024 16:02
Forum: Utility
Topic: Dynamic Price for Energy - How-To ?
Replies: 13
Views: 1302

Re: Dynamic Price for Energy - How-To ?

Yes, you need to update at least every 60 seconds if your sensor timeout is 60 seconds. According documentation timeout is in minutes so you should update the sensor every hour? https://wiki.domoticz.com/Application_Settings#Sensor_Timeout So i've modified the script to update at least one time ...
by oxygen
Monday 16 December 2024 11:33
Forum: Utility
Topic: Dynamic Price for Energy - How-To ?
Replies: 13
Views: 1302

Re: Dynamic Price for Energy - How-To ?

Shortlog values are stored every 5 minutes by default. What value did you enter in the settings page (Other) for Sensor Timeout? (Is this still the default value of 60?) Sensor timeout is still 60 minutes indeed. I understand I would need to re-update the value then every 60 minutes to keep it ...
by oxygen
Friday 13 December 2024 15:59
Forum: Utility
Topic: Dynamic Price for Energy - How-To ?
Replies: 13
Views: 1302

Re: Dynamic Price for Energy - How-To ?

This is the current approach I've chosen (update as soon as the tariff changes). But it doesn't work. It seems that the custom sensor needs to be continuously updated, even if there is no price change for the Dynamic Price to "work". If the Custom Sensor is not updated, it seems as if the ...
by oxygen
Thursday 12 December 2024 13:09
Forum: Utility
Topic: Dynamic Price for Energy - How-To ?
Replies: 13
Views: 1302

Dynamic Price for Energy - How-To ?

Bottom line is: Dynamic Price uses a sensor that timeout by default at 60 mins. If the device is not updated every hour but only once or twice a day, the value will be "timed-out", and won't be used for the dynamic price. Solutions Option A: Increase the timeout to "a lot of minutes" to cover a ...
by oxygen
Wednesday 20 November 2024 14:03
Forum: Utility
Topic: Gazpar counter via Zigbee switch button
Replies: 0
Views: 2121

Gazpar counter via Zigbee switch button

Hi all, This is an workaround to connect easily/on the cheap the French Gazpar "smart" counter to domoticz using a Zigbee switch connected to the Gazpar output, based on the following setup. I thought it was worth sharing as I couldn't find any example. https://www.auto-domo.fr/home-assistant ...
by oxygen
Wednesday 03 October 2018 11:01
Forum: Others
Topic: Xiaomi Thermostat (with display)
Replies: 34
Views: 30707

Re: Xiaomi Thermostat (with display)

Alright. Good news, I've managed to fix the issue :) It all goes down to an issue on the bluetooth stack configuration and most importantly the pnat plugin. I'm running on an Ubuntu 16.04 LTS: dpkg --status bluez | grep '^Version:' Version: 5.37-0ubuntu5.1 And this version has a known bug on the ...
by oxygen
Tuesday 02 October 2018 12:12
Forum: Others
Topic: Xiaomi Thermostat (with display)
Replies: 34
Views: 30707

Re: Xiaomi Thermostat (with display)

I'm finally getting something by using the

Code: Select all

hcitool lescan --passive &
hcidump --raw
But it seems a bit unpractical, and only allows me to get one single read out of the device.

I'm loosing my head around this thing :(
by oxygen
Tuesday 02 October 2018 11:44
Forum: Others
Topic: Xiaomi Thermostat (with display)
Replies: 34
Views: 30707

Re: Xiaomi Thermostat (with display)

Seems strange. I'm fighting a bit against those toys. I can't manage to get them to push back data via bluethooth. It seems that they act as if they were requesting to be paired as they refuse to get pooled by my system. Whatever I do, I face a "connection refused". I've tried connecting via the ...