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

Dashboard Import Energy #50

Open
egooner opened this issue Jul 13, 2024 · 0 comments
Open

Dashboard Import Energy #50

egooner opened this issue Jul 13, 2024 · 0 comments

Comments

@egooner
Copy link

egooner commented Jul 13, 2024

I have installed GivTCP using Docker Container and can access the Web Dashboard and it gives me all the data I need but the Peak and Off Peak Import figures are all zero!!

I did some digging and noticed that the elements in the js/sensors.js for these are commented out and have no mapping ids.

As an attempt to see what would happen I modified the dashboard _1 in my container so that these commented out sections were uncommented and had a mapping value and this started to show me some data.

{
    id: 'daily_energy_offpeak',
    mapping: 'Energy.Today.Import_Energy_Today_kWh',
    textElementId: 'energy_imported_offpeak_text',
    type: SensorType.Summary,
    formatter: Formatters.roundToOneDecimalPlace
}

Is this just code that is pending work as presumably you need to look at more granular data to get the peak and off peak values.

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

No branches or pull requests

1 participant