Search found 19 matches
- Tuesday 17 September 2024 20:51
- Forum: Utility
- Topic: DADEP - Day ahead energy prices - actual costs (DzVents script)
- Replies: 15
- Views: 2033
Re: DADEP - Day ahead energy prices - actual costs (DzVents script)
Thanks Walter, the API call indeed shows the daily costs. Including this API call with json stripping in the DzVents scripts is a bit more difficult as I need to read 2 devices and domoticz.openURL() is asynchronous.. For some reason this does not work: -- Get P1 and Solar device state json = assert ...
- Tuesday 17 September 2024 10:32
- Forum: Utility
- Topic: DADEP - Day ahead energy prices - actual costs (DzVents script)
- Replies: 15
- Views: 2033
Re: DADEP - Day ahead energy prices - actual costs (DzVents script)
?? I don't fully understand. If you put the Entso-E and EEX current prices by the script in a Domoticz custom sensor you can use that as the input for the new Domoticz way of actual energy cost calculation. The current (dynamic) price you can easily get into the Enever (hardware) devices It's about ...
- Sunday 15 September 2024 11:20
- Forum: Utility
- Topic: DADEP - Day ahead energy prices - actual costs (DzVents script)
- Replies: 15
- Views: 2033
Re: DADEP - Day ahead energy prices - actual costs (DzVents script)
With the new version of Domoticz that captures the costs of power consumption in combination with the Enever hardware, the calculation of daily costs with dynamic prices could be fetched from the DB as this is also shown on the log...
Is there any (wip?) way this could be done in a DzVents script?
Is there any (wip?) way this could be done in a DzVents script?
- Wednesday 19 June 2024 20:55
- Forum: Show your projects
- Topic: Energy Dashboard (Build in)
- Replies: 287
- Views: 39968
Re: Energy Dashboard (Build in)
No, on the device itself. It's device type 'RFXMeter counter' (created via dummy hardware)
- Wednesday 19 June 2024 20:48
- Forum: Show your projects
- Topic: Energy Dashboard (Build in)
- Replies: 287
- Views: 39968
Re: Energy Dashboard (Build in)
Nice one this Energy Dashboard! For the 'Gas' meter, it would be nice to also 'allow' RFX meter devices with a different Type (ie. Custom) to be selected in the settings. Esspecially for the people having District Heat (measured in GJ instead of M3 for Gas) this would be welcome.. I was able to ...
- Wednesday 08 November 2023 6:51
- Forum: Bugs
- Topic: counterToday and counterDeliveredToday [SOLVED]
- Replies: 14
- Views: 7997
Re: counterToday and counterDeliveredToday [SOLVED]
I still find this to be a bug. I’m using the Enphase solar panel plugin and like to use the counterToday value to calculate the actual consumption of energy for today (P1 usage + solar production - P1 delivery). From midnight till the first moment any energy like 0.001 kWh is being produced i get t ...
- Tuesday 15 February 2022 11:25
- Forum: Switches and Scenes
- Topic: Ring 2 Doorbell
- Replies: 87
- Views: 37287
Re: Ring 2 Doorbell
I got the 'motion' and on demand live view filtered by the kind of alert. # Now loop infinitely while(1): myring.update_dings() if myring.active_alerts() != []: logger.info('We have an alert!') active_alert = myring.active_alerts()[0] alert_json = json.loads(json.dumps(active_alert)) # alert_json ...
- Wednesday 20 October 2021 19:42
- Forum: Python
- Topic: Kamstrup Multical 402 Python Script
- Replies: 49
- Views: 14757
Re: Kamstrup Multical 402 Python Script
Hmm, I have a Kamstrup 403 myself and know that Eneco (my disctrict heating provider) was previously not able to read the usage etc. remotely. In fact I have joined a 'smart heating' pilot in which they installed an additional piece of hardware locally which is (hard-wired) connected to the M-Bus ...
- Wednesday 20 October 2021 10:13
- Forum: Python
- Topic: Kamstrup Multical 402 Python Script
- Replies: 49
- Views: 14757
Re: Kamstrup Multical 402 Python Script
Hi, The Kamstrup has an M-bus interface, but it's not wireless and thus would require you to physically open the meter to connect the M-bus wires/connector. I don't think your provider likes this very much..
- Saturday 19 December 2020 21:59
- Forum: Python
- Topic: Kamstrup Multical 402 Python Script
- Replies: 49
- Views: 14757
Re: Kamstrup Multical 402 Python Script
Have you tried to put a small piece of paper between the IR head and meter? That worked perfectly for me...
- Saturday 19 December 2020 0:43
- Forum: Python
- Topic: Kamstrup Multical 402 Python Script
- Replies: 49
- Views: 14757
Re: Kamstrup Multical 402 Python Script
In my case it turned out the IR light was just too powerful.. Putting a piece of paper in between fixed it... :lol: Alternatively run the script reading all variables and at the same time move/hover the IR head in front of the ‘eye’ also tilting it a bit. Once positioned correctly, the data should ap ...
- Friday 30 October 2020 21:54
- Forum: Python
- Topic: Kamstrup Multical 402 Python Script
- Replies: 49
- Views: 14757
Re: Kamstrup Multical 402 Python Script
Jup... you should know that 
- Friday 12 June 2020 9:18
- Forum: Python
- Topic: Kamstrup Multical 402 Python Script
- Replies: 49
- Views: 14757
Re: Kamstrup Multical 402 Python Script
And some more progress..! :D Turns out that the position of the IR head is more sensitive using our well known script compared to the Windows tools Kamstrup provides (https://service.kamstrup.com/en-en/metertool). When I tilt the IR head just a bit (up until 1 cm away from the meter), the script ...
- Tuesday 09 June 2020 17:39
- Forum: Python
- Topic: Kamstrup Multical 402 Python Script
- Replies: 49
- Views: 14757
Re: Kamstrup Multical 402 Python Script
Hi Frank, I just received my USB IR head; attached it to my Kamstrup M403 and connected it to my Pi; device is listed via: ls -l /dev/serial/by-id Running the kamstrup.py script gives 'None None' as output on all variables; I do see some light flickering (via phone camera) when running the script ...
- Tuesday 20 August 2019 8:41
- Forum: Utility
- Topic: Change unit of measure for meter
- Replies: 0
- Views: 932
Change unit of measure for meter
Hi,
Is it in any way possible to update the unit of measure for ie. the Gas meter from M3 to MJ/GJ (district heat).
I tried updating some of the .js files where m3 was stated, but no luck so far
Anyone tried this before?
Thanks,
Martin
Is it in any way possible to update the unit of measure for ie. the Gas meter from M3 to MJ/GJ (district heat).
I tried updating some of the .js files where m3 was stated, but no luck so far

Anyone tried this before?
Thanks,
Martin
- Monday 19 August 2019 12:37
- Forum: Other questions and discussions
- Topic: Error ToonThermostat
- Replies: 291
- Views: 44341
Re: Error ToonThermostat
Cool, super nice to see there is finally a solution on the ongoing Toon problems in Domoticz. I've got it working on my Domoticz which runs on a synology NAS. I need to use the ToonApiLib tag 3.0.9 and toonapiblib4domoticz tag 1.0.14 before it was working. The only problem is that after adding the ...
- Monday 19 August 2019 12:30
- Forum: Other questions and discussions
- Topic: Error ToonThermostat
- Replies: 291
- Views: 44341
Re: Error ToonThermostat
This is the point where I decided to root the Toon... which in the end also saved me the costs of the Toon subscription..
- Monday 19 August 2019 12:29
- Forum: Other questions and discussions
- Topic: Error ToonThermostat
- Replies: 291
- Views: 44341
Re: Error ToonThermostat
Does the testtoonapilib.py still work?
- Tuesday 28 May 2019 23:13
- Forum: Suggestions
- Topic: Ziggo Horizonbox support
- Replies: 56
- Views: 25093
Re: Ziggo Horizonbox support
Did more people face the issue of the DeviceDescription.xml url not working anymore for the MediaBox?! I had this all up and running for several months; check the status and switch a domoticz device status based on the outcome; since a few weeks the status cannot be read anymore and also commands to ...