Search found 22 matches
- Saturday 14 December 2024 19:05
- Forum: Show your projects
- Topic: Energy Dashboard (Build in)
- Replies: 287
- Views: 42921
Re: Energy Dashboard (Build in)
Hey, I might be hitting some upper limit on the prices in some mysterious way. An hour has passed, last screenshot was from 18:55 and this is from 20:01: kuva4.png As you can see the prices have not incremented at all, even thought kwh is incremented. But weird if there is some overflow or upper ...
- Saturday 14 December 2024 18:27
- Forum: Show your projects
- Topic: Energy Dashboard (Build in)
- Replies: 287
- Views: 42921
Re: Energy Dashboard (Build in)
Did you use 116687 kWh for that day? Is this correct? or should it have been 116.xx kWh ? If that is the case, your kWh value is not correct. "," is the decimal point in Finnish locale. Domoticz seems to use "," and "." randomly depending on the page. kWh value is correct. On the dashboard it shows ...
- Thursday 12 December 2024 17:51
- Forum: Show your projects
- Topic: Energy Dashboard (Build in)
- Replies: 287
- Views: 42921
- Thursday 12 December 2024 16:54
- Forum: Show your projects
- Topic: Energy Dashboard (Build in)
- Replies: 287
- Views: 42921
Re: Energy Dashboard (Build in)
Are the dynamic energy prices working? I'm having incredibly weird results. Now, my energy price custom sensor is using c/kWh units which I know are probably wrong, it should be €/kWh? Or perhaps €/Wh? Documentation doesn't mention anything about this. elprice.png The price for today has varied bet ...
- Monday 05 December 2022 19:01
- Forum: Utility
- Topic: which device to choose for costs tracking ?
- Replies: 8
- Views: 1100
Re: which device to choose for costs tracking ?
gizmocuz explained I had a bug in my managed counter code, it works now. see here:
viewtopic.php?p=295431#p295431
viewtopic.php?p=295431#p295431
- Monday 05 December 2022 8:35
- Forum: Utility
- Topic: which device to choose for costs tracking ?
- Replies: 8
- Views: 1100
Re: which device to choose for costs tracking ?
I made my own topic yesterday, didn't notice this was already discussed. Better keep in same place. Interesting thing is, normal kWh counter already supports negatives, no issues there. I think you could just leave units at kWh and pretend they are euros. However if you change counter type to ...
- Thursday 24 November 2022 12:50
- Forum: Suggestions
- Topic: Energy prices are not really logged
- Replies: 6
- Views: 871
Re: Energy prices are not really logged
Hmm, everything seems to be working, but daily graph is really messed up if there are negative numbers. Screenshot_20221124-133757_Firefox.jpg This is the price of my battery use. The price is negative during cheap hours when it's charging, then positive during day when the battery is being used ...
- Wednesday 23 November 2022 13:41
- Forum: Suggestions
- Topic: Energy prices are not really logged
- Replies: 6
- Views: 871
Re: Energy prices are not really logged
Ok everything is working now. :) Instead of generic "custom" type for the price counter, I used "counter incremental": Counter Incremental /json.htm?type=command¶m=udevice&idx=IDX&nvalue=0&svalue=1 will increment the counter value by 1. To reset an incremental counter, set the svalue to a ...
- Wednesday 23 November 2022 11:05
- Forum: Suggestions
- Topic: Energy prices are not really logged
- Replies: 6
- Views: 871
Re: Energy prices are not really logged
Thanks! Yes I found something similar already from this forum. I will do it that way.
It's just sad that Domoticz already has cost calculation but it's useless with variable rates...
It's just sad that Domoticz already has cost calculation but it's useless with variable rates...

- Wednesday 23 November 2022 9:56
- Forum: Suggestions
- Topic: Energy prices are not really logged
- Replies: 6
- Views: 871
Energy prices are not really logged
Hi, I know this has already been discussed earlier and solutions are already found, but still. I have hourly electricity prices. I already have scripts to fetch current price from Nordpool and price is showed in Domoticz and a cronjob sets some timers to launch at cheapest hours. Also I have a 20kWh ...
- Thursday 28 March 2019 21:03
- Forum: Switches and Scenes
- Topic: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)
- Replies: 49
- Views: 28248
Re: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)
Well, in my case, communication with the air conditioner and MQTT is working fine. It's just the plugin that does not work. I am familiar with MQTT and have other MQTT devices (Sonoff Tasmota) in my network that work fine with domoticz. I'm using mosquitto. I tried this command on bash command line ...
- Wednesday 27 March 2019 19:47
- Forum: Switches and Scenes
- Topic: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)
- Replies: 49
- Views: 28248
Re: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)
I also have problems with this plugin. I have the npm server up and running, and plugin appears in Domoticz, but the devices do not appear. Here's some log (in verbose mode) 2019-03-27 20:44:07.658 (Gree A/C) MqttClient::Ping 2019-03-27 20:44:07.658 (Gree A/C) Sending 2 bytes of data 2019-03-27 20 ...
- Wednesday 30 January 2019 23:00
- Forum: Python
- Topic: [REQUEST] Plugin for Tuya
- Replies: 373
- Views: 102323
Re: [REQUEST] Plugin for Tuya
Hello! :) I bought this wifi IR controller: (Edit, fixed link) https://www.aliexpress.com/item/Mini-Smart-Switch-WIFI-Wireless-Remote-Control-Smart-Home-Automation-For-TV-Air-Conditioner-IR-Infrared/32961659020.html I'm planned to use it to control my air conditioner. I hoped I could integrate it in ...
- Friday 21 April 2017 11:38
- Forum: Third party and supplementary tools
- Topic: Tellstick
- Replies: 16
- Views: 7801
Re: Tellstick
Sorry, I forgot to update here what was discussed in github.. https://github.com/domoticz/domoticz/issues/1418 The problem is, libtelldus-core.so is a shared library, and cannot be linked statically to domoticz. If domoticz is compiled with Tellstick support, it refuses to run on systems that don't ...
- Sunday 09 April 2017 19:46
- Forum: Blockly
- Topic: Blocky problem, want to "copy" a switch
- Replies: 1
- Views: 1005
Re: Blocky problem, want to "copy" a switch
Ended up doing it in lua instead: commandArray = {} if (devicechanged['Takkahuone'] == 'On' and otherdevices['Takkahuone Tellstick'] == 'Off') then commandArray['Takkahuone Tellstick']='On' elseif (devicechanged['Takkahuone'] == 'Off' and otherdevices['Takkahuone Tellstick'] == 'On') then ...
- Sunday 09 April 2017 13:05
- Forum: Blockly
- Topic: Blocky problem, want to "copy" a switch
- Replies: 1
- Views: 1005
Blocky problem, want to "copy" a switch
I'm trying to copy state of "Takkahuone Tellstick" to "Takkahuone". The attached blocky creates error "Error: EventSystem: Malformed action sequence!" Maybe I need to do separate check for On/Off and then set to On or Off? Not copy switch state like that. But it's weird that direct copy doesn't work ...
- Friday 07 April 2017 7:43
- Forum: Utility
- Topic: SMA Energy Meter
- Replies: 3
- Views: 3206
Re: SMA Energy Meter
Yes.. I made a small C program, that listens for the UDP messages from the energy meter, and then updates the values to Domoticz once per minute. It also controls the house heating based on surplus energy and temperature sensors.. It's not very clean code so I haven't released it to the public. Most ...
- Wednesday 29 March 2017 21:08
- Forum: Third party and supplementary tools
- Topic: Tellstick
- Replies: 16
- Views: 7801
Re: Tellstick
Tellstick support uses telldusd. All switches must be configured in /etc/tellstick.conf, however it's easy to just add fake entries there and teach them to your devices when needed. However! Tellstick support is perhaps missing in the current beta builds. It works fine when I compile domoticz from ...
- Sunday 12 March 2017 20:31
- Forum: Others
- Topic: new: KMTronic USB/485/TCP(Web) support
- Replies: 54
- Views: 21894
Re: new: KMTronic USB/485/TCP(Web) support
Hi, is it possible to add support for this UDP box as well: http://info.kmtronic.com/lan-ethernet-ip-8-channels-udp-relay-board.html It uses exactly the same protocol as USB version, but is just listening on a UDP port 12345. I'm stupid and bought it before checking if Domoticz supports it or not ...
- Saturday 11 March 2017 7:14
- Forum: Others
- Topic: Is there interest for Tellstick (Duo) support?
- Replies: 61
- Views: 17054
Re: Is there interest for Tellstick (Duo) support?
A short update for Tellstick Net users.. There exists a modified firmware which has local access, instead of going through Telldus Live. This has the big advantage of having instant switch times, and more reliability because you don't rely on external servers. You need a slightly modified telldusd ...