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

Added RPI Check and new related properties #29

Merged
merged 4 commits into from
Jan 21, 2024
Merged

Added RPI Check and new related properties #29

merged 4 commits into from
Jan 21, 2024

Conversation

faanskit
Copy link
Owner

No description provided.

pycheckwatt/__init__.py Show resolved Hide resolved
pycheckwatt/__init__.py Show resolved Hide resolved
def meter_status_date(self):
"""Property for Meter Status Date."""
if self.meter_data is not None:
if "Date" in self.meter_data:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

StatusDate?
image

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Detta är vad jag får ut från /asset/status

{
    "Label": "producing",
    "Date": "2024-01-21T06:48:05.000+01:00",
    "ValueW": 3600.0,
    "Client": "emsrouterV4",
    "Version": "2.3.26"
}

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kan du @flopp999 kolla igen så jag inte missat något

pycheckwatt/__init__.py Outdated Show resolved Hide resolved
pycheckwatt/__init__.py Outdated Show resolved Hide resolved
pycheckwatt/__init__.py Outdated Show resolved Hide resolved
pycheckwatt/__init__.py Outdated Show resolved Hide resolved
@faanskit faanskit merged commit e2d0908 into master Jan 21, 2024
3 checks passed
@faanskit faanskit deleted the dev branch January 21, 2024 11:18
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