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 iNode Energy Meter support #755

Merged

Conversation

nemoo2580
Copy link
Contributor

iNode Energy Meter is a wireless energy monitor manufactured by a Polish company ELSAT.

iNode EM bluetooth advertisement is identified by the first two bytes of manufacturerdata (9082, 9282, 9482, 9682 - 4 values, because bit 1 and 2 have an aditional special meaning, not needed for this integration).

Sensor parameters:

  • iNodeEM-power - average power consumed in a minute
  • iNodeEM-energy - total energy from electricity meter
  • iNodeEM-batt - battery percentage

@1technophile 1technophile added this to the v0.9.5 milestone Sep 2, 2020
@1technophile
Copy link
Owner

I think this device covers the need of #208

@1technophile
Copy link
Owner

Hi @nemoo2580,

Do you would like to rebase your PR or do you prefer that I do it?

@nemoo2580 nemoo2580 force-pushed the feature/iNodeEMSupport branch from 2ef51ff to e1d16c5 Compare September 3, 2020 14:31
@nemoo2580
Copy link
Contributor Author

nemoo2580 commented Sep 3, 2020

Hi @nemoo2580,

Do you would like to rebase your PR or do you prefer that I do it?

Rebased.

@nemoo2580 nemoo2580 force-pushed the feature/iNodeEMSupport branch from e1d16c5 to bb986a1 Compare September 3, 2020 14:52
@nemoo2580 nemoo2580 force-pushed the feature/iNodeEMSupport branch from bb986a1 to acf3b55 Compare September 3, 2020 19:42
@1technophile 1technophile merged commit caad5dd into 1technophile:development Sep 3, 2020
@1technophile
Copy link
Owner

Thanks!

@1technophile
Copy link
Owner

@nemoo2580 could you share some data samples from these devices (manufacturerdata and corresponding measure) so that we can integrate this into some unit tests?

@nemoo2580
Copy link
Contributor Author

@nemoo2580 could you share some data samples from these devices (manufacturerdata and corresponding measure) so that we can integrate this into some unit tests?

I don't have this device at the moment, but I have found some test data:
"manufacturerdata": "90826300f0cf0000c409a20080", "battery": 80, "power": 2376, "energy": 21.2928
"manufacturerdata": "9082dd0061b80000c409a00080", "battery": 80, "power": 5304.00, "energy": 18.88

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.

2 participants