If you have created a "thermostat" as I did, you can define how many triggers you want in Domoticz.
In my case, I set it to 24 degrees at midnight and then to 20 degrees at 7.45 every day, but you can add an unique setpoint for each day if you want
Search found 15 matches
- Tuesday 04 October 2022 9:11
- Forum: Heating/cooling
- Topic: DzVents interface to Husdata H60 heat pump interface
- Replies: 18
- Views: 5167
- Saturday 05 March 2022 18:32
- Forum: Z-Wave
- Topic: Bug: AEON ZW075 Energy calculation after power outage
- Replies: 0
- Views: 259
Bug: AEON ZW075 Energy calculation after power outage
There is a bug in the total energy consumption after a power outage that has been there forever with the AEON ZW075. Since it seems that it reset its total consumption after a power outage and sends out 0kWh, the calculation in Domoticz is totally screwed up. I my case I hade a power outage on ...
- Wednesday 19 January 2022 12:23
- Forum: Heating/cooling
- Topic: DzVents interface to Husdata H60 heat pump interface
- Replies: 18
- Views: 5167
Re: DzVents interface to Husdata H60 heat pump interface
Actually since both Husdata and Domoticz (latest beta) now handles MQTT auto discovery it was pretty easy to install mqtt and enable it instead of the REST API that I used in the script previously. There are two benefits of using MQTT instead of REST. The first one is that you do not have to bother ...
- Friday 06 December 2019 15:27
- Forum: Rfxcom Transceiver
- Topic: Strange behavior with dual temperaturesensor
- Replies: 0
- Views: 502
Strange behavior with dual temperaturesensor
Hi, I am using T+H sensor from Telldus https://telldus.com/se/produkt/termohygro-sensor-433mhz/ which normally works very well with my RFXtrx433E Version: Pro1/1041 and latest official Domoticz V4.10717 In my case, I use two of these sensors to monitor the temperature of 2 rooms and their radiators ...
- Sunday 17 November 2019 20:14
- Forum: Heating/cooling
- Topic: DzVents interface to Husdata H60 heat pump interface
- Replies: 18
- Views: 5167
DzVents interface to Husdata H60 heat pump interface
Husdata H60 is a nifty little module http://www.heatpumponline.se/produkt/h60-tradlos-universal-gateway/ that can be connected to a number of heat pumps of different brands such as Nibe, Bosch, IVT, Autoterm, Buderus, Carrier, Danfoss, Jämä, Junkers, Nefit, Thermia and Worchester, see compatibility a ...
- Monday 10 December 2018 9:51
- Forum: Suggestions
- Topic: Change Netatmo update interval from 10 min to 5 min
- Replies: 0
- Views: 1998
Change Netatmo update interval from 10 min to 5 min
The update interval of Netatmo sensors is done every 10 minutes today, but as the data at Netatmo server is updated every 5 minutes, it would be nice to have this in domoticz also, specially since the logging of temperature and humidity is done every 5 minutes. See Netatmo specification https://www ...
- Tuesday 26 June 2018 12:56
- Forum: Python
- Topic: Pax Calima bluetooth controlled fan
- Replies: 5
- Views: 2360
Re: Pax Calima bluetooth controlled fan
So I have a script that can control the fan speed based on the virtual sensor level, when I am running it from the shell from pycalima.Calima import Calima import bluepy import json import requests CALIMA_MAC = "xx:xx:xx:xx:xx:xx" CALIMA_ID = "12345678" # Get level of virtual sensor httpurl = 'http ...
- Saturday 23 June 2018 17:59
- Forum: Python
- Topic: Pax Calima bluetooth controlled fan
- Replies: 5
- Views: 2360
Pax Calima bluetooth controlled fan
Hi, I have installed pycalima, which is a python interface to control Pax Calima fan. As I am not very experienced in Python, I thought I could at least show how to read the values from Calima into Domoticz and if someone has the knowledge of how to write to the fan using virtual dimmer, I would be ...
- Wednesday 06 June 2018 23:57
- Forum: Switches and Scenes
- Topic: Can't add a Dummy Selector
- Replies: 8
- Views: 2779
Re: Can't add a Dummy Selector
It seems that there is a general issue with adding switches. I just got IKEA-Tradfri plugin to work and I can see 10 switches in the devices-list (and all is added with the "Add Light/Switch Device" commando, and I can also control them from the devices-list, but the Switches-tab is completely empty ...
- Tuesday 30 January 2018 23:58
- Forum: dzVents
- Topic: Issue reading dimmer level
- Replies: 2
- Views: 1167
Re: Issue reading dimmer level
It seems to work now.
Thank you very much, much appreciated, not only this fix but of course the creation of dzVents which makes life easier (even though I had a learning threshold to overcome in the beginning) !
- Tuesday 23 January 2018 21:27
- Forum: dzVents
- Topic: Issue reading dimmer level
- Replies: 2
- Views: 1167
Issue reading dimmer level
Hi, I have problems reading the dimmer level using dzVents. It seems that domoticz is working as intended, but not dzVents. It works sometimes, but after some changes, either from the domoticz control panel or directly in the Philips Hue app, the level becomes incorrect when reading it in dzVents. I ...
- Tuesday 09 January 2018 15:23
- Forum: dzVents
- Topic: Issue with persistent data
- Replies: 7
- Views: 1093
Re: Issue with persistent data
Thank you again, sorry for the confusion with the missing data-segment, but I tried basically everything without getting it to work, so ignore the last post. So now it work, but I found another problem. Don't know if it is due to Domoticz or dzVents, but there seems to be some kind of rounding ...
- Tuesday 09 January 2018 12:12
- Forum: dzVents
- Topic: Issue with persistent data
- Replies: 7
- Views: 1093
Re: Issue with persistent data
Thank you! I obviously had missed that detail. But I still do not get it to work. The persistent data is still nil when I enter the else case. return { active = true, on = { devices = { 'Trapphus Innerdörr' }, timer = {}, variables = { OldLevel = {initial=0} } }, data = {}, logger = {}, execute ...
- Tuesday 09 January 2018 1:59
- Forum: dzVents
- Topic: Issue with persistent data
- Replies: 7
- Views: 1093
Issue with persistent data
Hi, I have been struggling to get persistent data to work without success. I am running RPI3, Raspian Stretch Lite 2017-11-29 updated and upgraded recently with domoticz V3.8799 What I am trying to accomplish is to increase a lamp to 100% if there is a motion detected and once the motion is off ...
- Sunday 23 October 2016 9:53
- Forum: Utility
- Topic: EFERGY API json, energy sensor Working
- Replies: 7
- Views: 14861
Re: EFERGY API json, energy sensor. advice needed
This was great, but I have a small problem which is probably very easy to solve, but since this is the first time I ever heard of jq, I thought that maybe someone with some more knowledge of jq could help making the script little more robust? The problem that I have is that the meter is at the limit ...