Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Iskra IE.x meters specification #126

Merged
merged 2 commits into from
Feb 12, 2023

Conversation

jchevalier7
Copy link

@jchevalier7 jchevalier7 commented Feb 9, 2023

Hey!
In Belgium they are deploying the new Iskra IE.5 and IE.7 meter which is not following yet the Belgian specification and I created the new 'ISKRA_IE' class.

Take note that the checksum is disabled in the code as the checksum sent by the meter is wrong, probably because the data is not complete yet.

Python tests are created and passing.
Tested with a P1 to USB cable and data are correctly read from the telegram.

@jchevalier7 jchevalier7 changed the title Feat/iskra ie Add Iskra IE.x meters specification Feb 9, 2023
@ndokter ndokter merged commit 6fb2ad3 into ndokter:master Feb 12, 2023
@ndokter
Copy link
Owner

ndokter commented Feb 12, 2023

Thank you for your contribution!

@3djc
Copy link

3djc commented Apr 5, 2023

@ndokter , could you let us know if this PR is included in 1.2.0 release ? The date it was merged would suggest that yes, but release notes do not mention it

@3djc
Copy link

3djc commented Apr 5, 2023

Responding to self, it seems included, result of test run localy

EQUIPMENT_IDENTIFIER_GAS: 89547619 [None]
P1_MESSAGE_TIMESTAMP: 2023-04-05T07:58:03+00:00 [None]
ELECTRICITY_USED_TARIFF_1: 18.370 [kWh]
ELECTRICITY_USED_TARIFF_2: 43.912 [kWh]
ELECTRICITY_DELIVERED_TARIFF_1: 126.308 [kWh]
ELECTRICITY_DELIVERED_TARIFF_2: 3.603 [kWh]
ELECTRICITY_ACTIVE_TARIFF: 0001 [None]
CURRENT_ELECTRICITY_USAGE: 0.000 [kW]
CURRENT_ELECTRICITY_DELIVERY: 0.445 [kW]
INSTANTANEOUS_ACTIVE_POWER_L1_POSITIVE: 0.000 [kW]
INSTANTANEOUS_ACTIVE_POWER_L2_POSITIVE: 0.000 [kW]
INSTANTANEOUS_ACTIVE_POWER_L3_POSITIVE: 0.000 [kW]
INSTANTANEOUS_ACTIVE_POWER_L1_NEGATIVE: 0.363 [kW]
INSTANTANEOUS_ACTIVE_POWER_L2_NEGATIVE: 0.000 [kW]
INSTANTANEOUS_ACTIVE_POWER_L3_NEGATIVE: 0.079 [kW]
INSTANTANEOUS_VOLTAGE_L1: 238.7 [V]
INSTANTANEOUS_VOLTAGE_L2: 0.0 [V]
INSTANTANEOUS_VOLTAGE_L3: 242.2 [V]
INSTANTANEOUS_CURRENT_L1: 4 [A]
INSTANTANEOUS_CURRENT_L2: 0 [A]
INSTANTANEOUS_CURRENT_L3: 1 [A]
ACTUAL_SWITCH_POSITION: 1 [None]
TEXT_MESSAGE: None [None]
EQUIPMENT_IDENTIFIER: None [None]
MBUS DEVICE (channel 1)
EQUIPMENT_IDENTIFIER: None [None]

@ndokter
Copy link
Owner

ndokter commented Apr 5, 2023

@ndokter , could you let us know if this PR is included in 1.2.0 release ? The date it was merged would suggest that yes, but release notes do not mention it

Hi thanks for mentioning it. I have added it, and another addition, to the release notes of v1.2.0!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants