Search found 7 matches

by Hellrazr
Friday 02 September 2022 13:05
Forum: dzVents
Topic: Calculate solar production income with variable price
Replies: 1
Views: 182

Calculate solar production income with variable price

Hi. I'm looking for a way to calculate daily/monthly/yearly solar production income when the price varies every hour. I have a counter in domoticz which gives me the daily solar production, it's called 'Solcelle produksjon' And the device which gives me the price is called 'strøm pris denne time' ...
by Hellrazr
Monday 07 February 2022 9:18
Forum: Heating/cooling
Topic: Thermostat heatit z-temp2 not showing correctly
Replies: 4
Views: 1156

Re: Thermostat heatit z-temp2 not showing correctly

I replaced the heatit204.xml in the /home/pi/domoticz/Config/thermofloor directory with the one attached.
Seems to be working now.

Currently running Domoticz 2022.1 (build 14127)

heatit204.zip
heatit204.xml
(2.71 KiB) Downloaded 49 times
by Hellrazr
Sunday 06 February 2022 19:16
Forum: Heating/cooling
Topic: Thermostat heatit z-temp2 not showing correctly
Replies: 4
Views: 1156

Re: Thermostat heatit z-temp2 not showing correctly

Hi,
has anyone been able to get the Heatit Temp2 to work with domoticz?
by Hellrazr
Tuesday 14 December 2021 12:24
Forum: dzVents
Topic: Help with script to control heat pump when price is high
Replies: 1
Views: 402

Re: Help with script to control heat pump when price is high

nvm :) I think I got it working with this script. return { on = { devices = { 'Tibber - Current Price', } }, logging = { level = domoticz.LOG_DEBUG, marker = 'heatpump control', }, execute = function(dz, domoticz, variables) local heatpump = dz.devices('heat pump switch') local meanprice = dz ...
by Hellrazr
Tuesday 14 December 2021 9:01
Forum: dzVents
Topic: Help with script to control heat pump when price is high
Replies: 1
Views: 402

Help with script to control heat pump when price is high

Heya. During the day sometimes we get some insane spikes in the energy price. I wan't to lower the heat pump setpoint during those spikes. I wan't to activate a switch (which lowers the set point on the heat pump) when the current price is above average for that day +10. So if the average for the ...
by Hellrazr
Friday 30 July 2021 20:14
Forum: dzVents
Topic: Presence detection using UniFi Controller and DzVents [Solved]
Replies: 71
Views: 17066

Re: Presence detection using UniFi Controller and DzVents [Solved]

Hi, I got the same problem. Also have the cloudkey gen2. I Need to delete the domocookie.txt to get the script to work. If I don't delete it I get this: Error: dzVents: Error: (3.1.7) HTTP/1.1 response: 404 ==>> Not Found Anyone have any ideas how to fix it? return { on = { timer = { 'every 3 ...