Search found 13 matches
- Sunday 24 January 2021 22:19
- Forum: Suggestions
- Topic: P1 Smart Meter: add management of 3 phases Ampere data
- Replies: 0
- Views: 245
P1 Smart Meter: add management of 3 phases Ampere data
Hello, I'm looking to have a new features integrated within Domoticz, but as not a developper, I cannot do more that simply requesting for it instead of using GitHub... I have already opened the following issue on github: https://github.com/domoticz/domoticz/issues/4433 I have find out recently that ...
- Thursday 05 November 2020 19:48
- Forum: Suggestions
- Topic: 3-phase Ampere devices P1 Smart Meter
- Replies: 4
- Views: 831
Re: 3-phase Ampere devices P1 Smart Meter
An issue has been opened in GitHub to cover this enhancement: https://github.com/domoticz/domoticz/issues/4433
- Tuesday 03 November 2020 12:12
- Forum: Suggestions
- Topic: 3-phase Ampere devices P1 Smart Meter
- Replies: 4
- Views: 831
Re: 3-phase Ampere devices P1 Smart Meter
@FireWizard When looking here below on page 9 and 10 (https://energieverbrauchimblick.be/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdG9CIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--51373b461e44c6a2ec8e3acd910594d1b70d525a/e-MUCS_P1_Ed_1_4%20(1)%20(1).pdf?disposition=attachment ...
- Monday 02 November 2020 22:04
- Forum: Suggestions
- Topic: 3-phase Ampere devices P1 Smart Meter
- Replies: 4
- Views: 831
3-phase Ampere devices P1 Smart Meter
I just would like to know if the following 3 IDs (Ampere per phase) being part of P1 Smart Meter could be integrated within Domoticz as per the following post: https://www.domoticz.com/forum/viewtopic.php?f=14&t=34255 1-0:31.7.0(003.58*A) 1-0:51.7.0(004.85*A) 1-0:71.7.0(003.93*A) Ideally, Ampere for ...
- Saturday 31 October 2020 21:24
- Forum: Utility
- Topic: P1 with 3 phase. Development needed.
- Replies: 15
- Views: 5641
Re: P1 with 3 phase. Development needed.
Same request (more development) has been also requested through viewtopic.php?f=14&t=34255 as ampere per phase is avalaible now in mA and no more rounded to A.
- Monday 19 October 2020 21:37
- Forum: Utility
- Topic: No device for each (3) phase Ampere with P1 Smart Meter (connected to Soconia T211 3 phase - Belgium)
- Replies: 1
- Views: 625
No device for each (3) phase Ampere with P1 Smart Meter (connected to Soconia T211 3 phase - Belgium)
Hello, I'm running Domoticz Version: 2020.2 Build Hash: b63341bc0 Compile Date: 2020-04-26 13:47:55 dzVents Version: 3.0.2 Python Version: 3.7.3 (default, Jul 25 2020, 13:03:44) [GCC 8.3.0] Information from my P1 Smart Meter contains the following 3 Ampere values but adding the Hardware to domoticz ...
- Sunday 30 August 2020 15:36
- Forum: Python
- Topic: Python plugin: modbus TCP - return negative values when the solar system return 0
- Replies: 1
- Views: 1224
Re: Python plugin: modbus TCP - return negative values when the solar system return 0
Hello, I have got the same problem as yours. The negative value you have is due to the fact than your solar system produce « 0 » and instead of sending « 0 » to Domoticz, it send an hexa value « 0x8000 0000 »; it corresponds in signed decimal to « -2147483648 ». This code corresponds to the NaN (not ...
- Sunday 23 August 2020 20:56
- Forum: Utility
- Topic: No Ampere graph with P1 Smart Meter (connected to Soconia T211 3 phase - Belgium)
- Replies: 9
- Views: 1765
Re: No Ampere graph with P1 Smart Meter (connected to Soconia T211 3 phase - Belgium)
Here the complete script to publish AmperMax value in a dashboard based on virtual device (idx 54). In my schema here upper, only Ampers from flow 2 (in orange bullet with number 2) has to be considered (=incoming Ampers). Outgoing Ampers (generated by my solar energy system and sent to external ...
- Sunday 23 August 2020 16:44
- Forum: Utility
- Topic: No Ampere graph with P1 Smart Meter (connected to Soconia T211 3 phase - Belgium)
- Replies: 9
- Views: 1765
Re: No Ampere graph with P1 Smart Meter (connected to Soconia T211 3 phase - Belgium)
To store the maximum Ampere I have created a user variable called 'AmpereMax' ( Setup > More options < User variables --> type is 'Float') and added the following lines at the end of the lua script: local AmpereMaxVariable = domoticz.variables('AmpereMax').value -- change to name of your variable if ...
- Sunday 23 August 2020 13:35
- Forum: Utility
- Topic: No Ampere graph with P1 Smart Meter (connected to Soconia T211 3 phase - Belgium)
- Replies: 9
- Views: 1765
Re: No Ampere graph with P1 Smart Meter (connected to Soconia T211 3 phase - Belgium)
To get Amper consumed per second I have create lua script 'Ampere.lua' in /home/pi/domoticz/scripts/dzVents/scripts: (depending on what you are looking for, you can adapt it accordingly) return { on = { devices = { 'compteur - power' }}, -- 'name' or id of your P1 device logging = {level = domoticz ...
- Friday 14 August 2020 16:12
- Forum: Utility
- Topic: No Ampere graph with P1 Smart Meter (connected to Soconia T211 3 phase - Belgium)
- Replies: 9
- Views: 1765
Re: No Ampere graph with P1 Smart Meter (connected to Soconia T211 3 phase - Belgium)
Ok, please find here below the full picture of what I'm looking for Domoticz - schema.png The objective is so to sum Ampers for Flow 1 and Flow 2 in my schema (see orange bullets) My observations are: - SBFSpot can only be triggered every minutes @the best - SBFSpot Ampers are not precise enough ...
- Saturday 08 August 2020 17:38
- Forum: Utility
- Topic: No Ampere graph with P1 Smart Meter (connected to Soconia T211 3 phase - Belgium)
- Replies: 9
- Views: 1765
Re: No Ampere graph with P1 Smart Meter (connected to Soconia T211 3 phase - Belgium)
P1 Smart Meter USB generates KWh graphs but no Ampere graphs. No Ampere data seem to be integrated within Domoticz DB. Is indeed not integrated. As amperage is a function of Watt and Voltage it would be quite easy to create virtual sensors and use a script to calculate an approximate amperage ...
- Friday 07 August 2020 22:58
- Forum: Utility
- Topic: No Ampere graph with P1 Smart Meter (connected to Soconia T211 3 phase - Belgium)
- Replies: 9
- Views: 1765
No Ampere graph with P1 Smart Meter (connected to Soconia T211 3 phase - Belgium)
I’m running Domoticz V2020.2 (c)2012-2020 GizMoCuz Build Hash: b63341bc0, Date: 2020-04-26 13:47:55 P1 Smart Meter USB generates KWh graphs but no Ampere graphs. Data are effectivelly sent from my Soconia T211 (3 phase) to my PI: # cat /dev/ttyUSB0 /FLU5\253769484_A 0-0:96.1.4(50213) 0-0:96.1.1(3 ...