
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
This is a utility package to interact with an Orange and Rockland Utility smart energy meter
Oru calls the APIs of the Orange and Rockland Utility smart energy meter to return the latest meter read value and unit of measurement.
It requires the oru.com credentials (email, password, MFA type, MFA secret) and the account id and meter number. MFA type can be either Security Question or TOTP (e.g. Google Authenticator). For MFA Security Question, to set up your MFA secret (answer), log ingto oru.com, go to your profile and reset your 2FA method. When setting up 2FA again, there will be option to say you do not have texting on your phone. Select this and you should be able to use a security question instead. For MFA TOTP, choose Google Authenticator, choose a device type and when presented with the QR code, click on "Can't scan?". It should provide you with the MFA secret. The account id and meter number can be found on your Orange and Rockland Utility bill.
Example usage::
from oru import Meter
meter = Meter(
email="myemail@email.com",
password="myorupassword",
mfa_type="TOTP",
mfa_secret="myorumfasecret",
account_id="cd754d65-5380-11e8-2307-2656615779bf",
meter_id="703437804")
value, unit_of_measurement = event_loop.run_until_complete(meter.last_read())
FAQs
Python client for Orange and Rockland Utility smart energy meters
We found that oru demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.