Search found 6 matches
- Tuesday 22 November 2022 15:40
- Forum: Other questions and discussions
- Topic: Pushing smart meter data to InfluxDB database
- Replies: 1
- Views: 521
Pushing smart meter data to InfluxDB database
After succesfully connecting my Smart Meter to Domoticz and retrieving Power and Gas values from the meter, I'm now trying to store these values in an InfluxDB database. I set up the database, created a user, retrieved the InfluxDB authorization token and with these values configured the Data push ...
- Monday 21 November 2022 13:37
- Forum: Other questions and discussions
- Topic: Total Electricity usage
- Replies: 4
- Views: 331
Re: Total Electricity usage
Ah. I see! Coming from OpenHab this functions differently from what I expected. Thanks!
- Monday 21 November 2022 12:32
- Forum: Other questions and discussions
- Topic: Stable docker image
- Replies: 4
- Views: 288
Re: Stable docker image
As mentioned in https://hub.docker.com/r/domoticz/domoticz and https://www.domoticz.com/wiki/Docker Did you use tag stable? eg: docker pull domoticz/domoticz:stable (will pull latest stable version) If you did there probably is an error somewhere in the docker building process. I did use the stable ...
- Monday 21 November 2022 12:27
- Forum: Other questions and discussions
- Topic: Total Electricity usage
- Replies: 4
- Views: 331
Re: Total Electricity usage
I presume then "Power" is what in the "Dutch Smart Meter Requirements" is called "Actual electricity power delivered"? Is there also a value available for the "Actual electricity power received"? A cross-reference between the values in the dcoument "Dutch Smart Meter Requirements" and the Domoticz ...
- Monday 21 November 2022 11:48
- Forum: Other questions and discussions
- Topic: Total Electricity usage
- Replies: 4
- Views: 331
Total Electricity usage
Hi, After adding the P1 Smart Meter USB the following devices are shown in the devices overview: 2022-11-21 11_39_02.png This overview shows the usage data is only available per phase while the wiki page https://www.domoticz.com/wiki/Dutch_DSMR_smart_meter_with_P1_port suggests there should also be ...
- Monday 21 November 2022 10:41
- Forum: Other questions and discussions
- Topic: Stable docker image
- Replies: 4
- Views: 288
Stable docker image
Good morning, When pulling and starting the stable Domoticz docker image, the container immediately pulls the latest Domoticz image and probably starts that image. How can I prevent that from happening? It seems quite useless to provide a stable docker image when it immediately replaces itself by ...