Code Monkey home page Code Monkey logo

iobroker.discovergy's People

Contributors

alcalzone avatar apollon77 avatar dependabot-preview[bot] avatar dependabot[bot] avatar dutchmannl avatar greenkeeper[bot] avatar sbeh avatar yazgoo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

iobroker.discovergy's Issues

Please add your adapter to ioBroker.discovery

I am an automatic service from ioBroker that searches adapters and makes suggestions.

I noticed that your adapter is not integrated in the ioBroker.discovery. Using the Discovery adapter, ioBroker can automatically find devices or suggest services to the user for installation. If possible I would live to see your adapter added there.

Some adapters have already been added and you can use them as blueprints. See: https://github.com/ioBroker/ioBroker.discovery You need to fork this project and then create a PR for your adapter to be added.

Basically the plugins can do HTTP calls, UDP discovery, MDNS, UPNP and will iterate over all devices found by IP scan and check local serial ports. If you want you can also add new discovery methods but please try to do that with at least dependencies as possible.

Then create one file under lib/adapters for your adapter to implement the detection and proposal of an instance to the user.

On questions, the other developers will support in the forum or via GitHub issues too.

If no detection is possible, simply close this issue and I won't bother you again. ;-)

Thanks,
your automatic adapter checker.

An in-range update of eslint is breaking the build 🚨

The devDependency eslint was updated from 6.2.1 to 6.2.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v6.2.2
  • 0e0b784 Upgrade: espree@^6.1.1 (#12158) (Kevin Partington)
  • 04e859f Sponsors: Sync README with website (ESLint Jenkins)
  • 34783d1 Sponsors: Sync README with website (ESLint Jenkins)
  • b809e72 Docs: Update README team and sponsors (ESLint Jenkins)
Commits

The new version differs by 6 commits.

  • ca658fb 6.2.2
  • 3ed9f76 Build: changelog update for 6.2.2
  • 0e0b784 Upgrade: espree@^6.1.1 (#12158)
  • 04e859f Sponsors: Sync README with website
  • 34783d1 Sponsors: Sync README with website
  • b809e72 Docs: Update README team and sponsors

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/request is breaking the build 🚨

The devDependency @types/request was updated from 2.48.2 to 2.48.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/request is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Please check ioBroker.discovergy with js-controller 2.0

Hi,

the new js-controller 2.0 will come into latest repository in the next days and we want to make sure that all adapters are working well. We already did a 2 weeks Beta test and so some adapter were aleady checked and some needed slight adjustments.

You can find more information in ioBroker/ioBroker.js-controller#482 and in the ioBroker Forum. If you have more technical questions please write in the referenced issue or in the Developer thread please. General questions are best in the genral thread.

Please update your systems to js-controller 2.0 and check your adapter.

Please close this issue once you have checked your adapter or received successfull reports from users.

Thank you very much for your support. Please contact us in the other Threads or Forum on any question.

An in-range update of eslint is breaking the build 🚨

The devDependency eslint was updated from 5.14.1 to 5.15.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v5.15.0
  • 4088c6c Build: Remove path.resolve in webpack build (#11462) (Kevin Partington)
  • ec59ec0 New: add rule "prefer-named-capture-group" (fixes #11381) (#11392) (Pig Fang)
  • a44f750 Upgrade: [email protected] (#11461) (Teddy Katz)
  • d3ce611 Sponsors: Sync README with website (ESLint Jenkins)
  • ee88475 Chore: add utils for rule tests (#11453) (薛定谔的猫)
  • d4824e4 Sponsors: Sync README with website (ESLint Jenkins)
  • 6489518 Fix: no-extra-parens crash when code is "((let))" (#11444) (Teddy Katz)
  • 9d20de2 Sponsors: Sync README with website (ESLint Jenkins)
  • 3f14de4 Sponsors: Sync README with website (ESLint Jenkins)
  • 3d6c770 Sponsors: Sync README with website (ESLint Jenkins)
  • de5cbc5 Update: remove invalid defaults from core rules (fixes #11415) (#11427) (Teddy Katz)
  • eb0650b Build: fix linting errors on master (#11428) (Teddy Katz)
  • 5018378 Chore: enable require-unicode-regexp on ESLint codebase (#11422) (Teddy Katz)
  • f6ba633 Chore: lint all files in the repo at the same time (#11425) (Teddy Katz)
  • 8f3d717 Docs: Add non-attending TSC member info (#11411) (Nicholas C. Zakas)
  • ce0777d Docs: use more common spelling (#11417) (薛定谔的猫)
  • b9aabe3 Chore: run fuzzer along with unit tests (#11404) (Teddy Katz)
  • db0c5e2 Build: switch from browserify to webpack (fixes #11366) (#11398) (Pig Fang)
Commits

The new version differs by 22 commits.

  • b00a5e9 5.15.0
  • c3aebb1 Build: changelog update for 5.15.0
  • 4088c6c Build: Remove path.resolve in webpack build (#11462)
  • ec59ec0 New: add rule "prefer-named-capture-group" (fixes #11381) (#11392)
  • a44f750 Upgrade: [email protected] (#11461)
  • 341140f Revert "Chore: remove devDependency common-tags (#11455)" (#11460)
  • d3ce611 Sponsors: Sync README with website
  • aaba636 Chore: remove devDependency common-tags (#11455)
  • ee88475 Chore: add utils for rule tests (#11453)
  • d4824e4 Sponsors: Sync README with website
  • 6489518 Fix: no-extra-parens crash when code is "((let))" (#11444)
  • 9d20de2 Sponsors: Sync README with website
  • 3f14de4 Sponsors: Sync README with website
  • 3d6c770 Sponsors: Sync README with website
  • de5cbc5 Update: remove invalid defaults from core rules (fixes #11415) (#11427)

There are 22 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

kWh für den aktuellen Monat

Hi,

der Adapter zeigt mir derweil alle wichtigen Daten an.
Was mir persönlich fehlt ist die Anzeige der kWh nur für den aktuellen Monat.
So kann man einfacher seine Kostenberechnung starten.

Gruß

log file errors

undefined2019-09-22 10:27:26.544 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter

2019-09-22 10:27:26.544 - error: discovergy.0 Send this information to developer : manufacturerId : ESY
2019-09-22 10:27:26.544 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter
2019-09-22 10:27:26.544 - error: discovergy.0 Send this information to developer : fullSerialNumber :
2019-09-22 10:27:26.545 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter
2019-09-22 10:27:26.545 - error: discovergy.0 Send this information to developer : loadProfileType : SLP
2019-09-22 10:27:29.577 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter
2019-09-22 10:27:29.578 - error: discovergy.0 Send this information to developer : manufacturerId : ESY
2019-09-22 10:27:29.578 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter
2019-09-22 10:27:29.578 - error: discovergy.0 Send this information to developer : fullSerialNumber :
2019-09-22 10:27:29.578 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter
2019-09-22 10:27:29.578 - error: discovergy.0 Send this information to developer : loadProfileType : SLP
2019-09-22 10:27:32.548 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter
2019-09-22 10:27:32.548 - error: discovergy.0 Send this information to developer : manufacturerId : ESY
2019-09-22 10:27:32.548 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter
2019-09-22 10:27:32.548 - error: discovergy.0 Send this information to developer : fullSerialNumber :
2019-09-22 10:27:32.548 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter
2019-09-22 10:27:32.548 - error: discovergy.0 Send this information to developer : loadProfileType : SLP
2019-09-22 10:27:35.584 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter
2019-09-22 10:27:35.584 - error: discovergy.0 Send this information to developer : manufacturerId : ESY
2019-09-22 10:27:35.584 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter
2019-09-22 10:27:35.585 - error: discovergy.0 Send this information to developer : fullSerialNumber :
2019-09-22 10:27:35.585 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter
2019-09-22 10:27:35.585 - error: discovergy.0 Send this information to developer : loadProfileType : SLP
2019-09-22 10:27:37.551 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter
2019-09-22 10:27:37.552 - error: discovergy.0 Send this information to developer : manufacturerId : ESY
2019-09-22 10:27:37.552 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter
2019-09-22 10:27:37.552 - error: discovergy.0 Send this information to developer : fullSerialNumber :
2019-09-22 10:27:37.552 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter
2019-09-22 10:27:37.552 - error: discovergy.0 Send this information to developer : loadProfileType : SLP
2019-09-22 10:27:38.587 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter
2019-09-22 10:27:38.588 - error: discovergy.0 Send this information to developer : manufacturerId : ESY
2019-09-22 10:27:38.588 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter
2019-09-22 10:27:38.588 - error: discovergy.0 Send this information to developer : fullSerialNumber :
2019-09-22 10:27:38.588 - error: discovergy.0 Information received from Discovergy which is not yet part of this adapter
2019-09-22 10:27:38.589 - error: discovergy.0 Send this information to developer : loadProfileType : SLP

manufacturerId : ESY fullSerialNumber : 1ESY1161230000 loadProfileType : SLP

I've edited the last 4 digits of the serial to 0 (zero).
Copied fro the Logfile:

2020-02-15 15:03:31.644 - �[31merror�[39m: discovergy.0 (5069) Information received from Discovergy which is not yet part of this adapter 2020-02-15 15:03:31.646 - �[31merror�[39m: discovergy.0 (5069) Send this information to developer : manufacturerId : ESY 2020-02-15 15:03:31.648 - �[31merror�[39m: discovergy.0 (5069) Information received from Discovergy which is not yet part of this adapter 2020-02-15 15:03:31.650 - �[31merror�[39m: discovergy.0 (5069) Send this information to developer : fullSerialNumber : 1ESY1161230000 2020-02-15 15:03:31.652 - �[31merror�[39m: discovergy.0 (5069) Information received from Discovergy which is not yet part of

esy

An in-range update of @types/sinon is breaking the build 🚨

The devDependency @types/sinon was updated from 7.0.10 to 7.0.11.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/sinon is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Issue: Connection failed

I'm on v0.4.0 and i get always "Connection failed" errors in my log.
Data vom Discovergy is ok and the adapter gets the measurement-data as well.
Can you please check this. It blow's up my log :(

Alten Zähler ausblenden

Hallo,

ich habe von Discovergy zwei Zähler und hatte vorher auch schon einen, der ausgebaut worden ist. Der alte Zähler liefert natürlich keine aktuellen Daten mehr, ist aber grundsätzlich sichtbar (z.B. im Web-Portal), damit ich die historischen Daten sehen kann.

In dem Adapter ist er auch sichtbar und wird deshalb zyklisch mit abgefragt. Dies erzeugt dann immer eine Fehlermeldung im Log: "(1433) Error retrieving information for : 60009385"

Deshalb ist mein Wunsch, konfigurieren zu können, welche Zähler abgefragt werden sollen und welche nicht.

Übrigens: ich finde den Adapter super!

An in-range update of mocha is breaking the build 🚨

The devDependency mocha was updated from 6.0.2 to 6.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

mocha is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v6.1.0

6.1.0 / 2019-04-07

🔒 Security Fixes

  • #3845: Update dependency "js-yaml" to v3.13.0 per npm security advisory (@plroebuck)

🎉 Enhancements

  • #3766: Make reporter constructor support optional options parameter (@plroebuck)
  • #3760: Add support for config files with .jsonc extension (@sstephant)

📠 Deprecations

These are soft-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha:

🐛 Fixes

  • #3829: Use cwd-relative pathname to load config file (@plroebuck)
  • #3745: Fix async calls of this.skip() in "before each" hooks (@juergba)
  • #3669: Enable --allow-uncaught for uncaught exceptions thrown inside hooks (@givanse)

and some regressions:

📖 Documentation

🔩 Other

  • #3830: Replace dependency "findup-sync" with "find-up" for faster startup (@cspotcode)
  • #3799: Update devDependencies to fix many npm vulnerabilities (@XhmikosR)
Commits

The new version differs by 28 commits.

  • f4fc95a Release v6.1.0
  • bd29dbd update CHANGELOG for v6.1.0 [ci skip]
  • aaf2b72 Use cwd-relative pathname to load config file (#3829)
  • b079d24 upgrade deps as per npm audit fix; closes #3854
  • e87c689 Deprecate this.skip() for "after all" hooks (#3719)
  • 81cfa90 Copy Suite property "root" when cloning; closes #3847 (#3848)
  • 8aa2fc4 Fix issue 3714, hide pound icon showing on hover header on docs page (#3850)
  • 586bf78 Update JS-YAML to address security issue (#3845)
  • d1024a3 Update doc examples "tests.html" (#3811)
  • 1d570e0 Delete "/docs/example/chai.js"
  • ade8b90 runner.js: "self.test" undefined in Browser (#3835)
  • 0098147 Replace findup-sync with find-up for faster startup (#3830)
  • d5ba121 Remove "package" flag from sample config file because it can only be passes as CLI arg (#3793)
  • a3089ad update package-lock
  • 75430ec Upgrade yargs-parser dependency to avoid loading 2 copies of yargs

There are 28 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Information received from Discovergy which is not yet part of this adapter

As requested in the readme file, here are the details from my log.
I hope, it'll help.

2019-09-14 23:59:52.750 - �[31merror�[39m: discovergy.0 Information received from Discovergy which is not yet part of this adapter 2019-09-14 23:59:52.750 - �[31merror�[39m: discovergy.0 Send this information to developer : loadProfileType : SLP 2019-09-14 23:59:55.734 - �[31merror�[39m: discovergy.0 Information received from Discovergy which is not yet part of this adapter 2019-09-14 23:59:55.734 - �[31merror�[39m: discovergy.0 Send this information to developer : manufacturerId : ESY 2019-09-14 23:59:55.734 - �[31merror�[39m: discovergy.0 Information received from Discovergy which is not yet part of this adapter 2019-09-14 23:59:55.734 - �[31merror�[39m: discovergy.0 Send this information to developer : fullSerialNumber : 2019-09-14 23:59:55.734 - �[31merror�[39m: discovergy.0 Information received from Discovergy which is not yet part of this adapter 2019-09-14 23:59:55.734 - �[31merror�[39m: discovergy.0 Send this information to developer : loadProfileType : SLP 2019-09-14 23:59:55.736 - �[31merror�[39m: discovergy.0 Information received from Discovergy which is not yet part of this adapter 2019-09-14 23:59:55.736 - �[31merror�[39m: discovergy.0 Send this information to developer : manufacturerId : ESY 2019-09-14 23:59:55.736 - �[31merror�[39m: discovergy.0 Information received from Discovergy which is not yet part of this adapter 2019-09-14 23:59:55.736 - �[31merror�[39m: discovergy.0 Send this information to developer : fullSerialNumber : 1ESY1161229853

An in-range update of @types/chai is breaking the build 🚨

The devDependency @types/chai was updated from 4.2.0 to 4.2.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/chai is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/node is breaking the build 🚨

The devDependency @types/node was updated from 11.12.1 to 11.12.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Adapter unable to connect if password contains special characters

I had a password for Discovergy containing characters like @ \ # etc. The adapter complains:
discovergy.0 (7708) Connection_Failed at meter indication run, check your credentials !

After changing to a password with numbers and alphabetical characters only logon was possible.

An in-range update of sinon is breaking the build 🚨

The devDependency sinon was updated from 7.2.5 to 7.2.6.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

sinon is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 6 commits.

  • 0468cd4 Update docs/changelog.md and set new release id in docs/_config.yml
  • 7f2c8c2 Add release documentation for v7.2.6
  • 36b99b3 7.2.6
  • 1fc586e Update CHANGELOG.md and AUTHORS for new release
  • c8758fd Upgrade @sinonjs/formatio
  • e24daed Set fake.lastArg to last argument regardless of type

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Momentanwert jetziger Abgabe stimmt nicht

Hi!

image

Hier scheint in der aktuellen Version etwas verrutscht zu sein.

Der Wert "Momentanwert jetzige Abgabe" stimmt nicht (sieht aus als sei es der Abnahmewert * 1000),

An in-range update of @types/sinon is breaking the build 🚨

The devDependency @types/sinon was updated from 7.0.8 to 7.0.9.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/sinon is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

(1094) Information received from Discovergy which is not yet part of this adapter

using Awattar with Discovergy Meter, I receive constant error messages like this:

discovergy.0 | 2019-12-01 19:28:46.034 | error | (1094) Send this information to developer : loadProfileType : SLP
discovergy.0 | 2019-12-01 19:28:46.034 | error | (1094) Information received from Discovergy which is not yet part of this adapter
discovergy.0 | 2019-12-01 19:28:46.033 | error | (1094) Send this information to developer : fullSerialNumber : 1ESY116xxxxxxx

Verify compatibility with new Api design

Liebe/r API Nutzer/in,
aufgrund einer Fehlerbehebung in unserem Visualisierungsportal, ergeben sich folgende Änderung in unserer API-Schnittstelle, worüber wir Sie hiermit informieren möchten:

Bisher wurden Produktionszähler bzw. in einigen Fällen auch die Produktionsrichtung des Zweirichtungszählers in unserer API mit dem Label „energy“ gekennzeichnet, was in einigen Fällen dazu geführt hat, dass diese „versehentlich“ als Bezugszähler ausgewertet bzw. gehalten wurden. Nach Konsolidierung dieser Inkonsistenz sind jetzt Produktionszähler und Produktionsrichtung des Zweirichtungszählers in unserer API als „energyOut“ bezeichnet und ihre Messwerte müssen dementsprechend mit diesem Feldwert weiter verarbeitet werden.

Obwohl diese Maßnahme die Logik und Stabilität unserer API verstärkt, kann diese Änderung dazu führen, dass Ihre auf unserer API basierende Anwendung seit einigen Tagen eventuell nicht so funktioniert, wie ursprünglich von Ihnen eingerichtet. Wenn dies bei Ihnen der Fall ist, prüfen Sie bitte, ob Sie von dieser Änderung betroffen sind.

Wir bitten Sie, diese Unannehmlichkeiten zu entschuldigen.

Bei Fragen zu unserer API senden Sie uns bitte eine Nachricht an [email protected]. Für allgemeine Support-Fragen stehen wir Ihnen unter der Nummer +49 6221 7787 353 oder per E-Mail unter [email protected] zur Verfügung. Wir werden uns bemühen, Ihr Anliegen schnellstmöglich zu bearbeiten.

Herzliche Grüße
Ihr Discovergy Team

An in-range update of @types/node is breaking the build 🚨

The devDependency @types/node was updated from 11.9.6 to 11.10.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Idee Awattar Hourly Tarif intigieren.

Hallo,
ich glaube es gibt einige hier die bei Awattar Kunde sind.
Der Tarif Hourly da aktuell ist.
Endpreis setzt sich aus Börenpreis + zusammen.
Gesamtpreis 19,91 + EPEX Spot DE + 0,250

Der EPEX Börsentarif kommt über die API. https://www.awattar.de/services/api

Ich bin dazu Programmier leihe, aber für einen Profi wohl kein Problem.

Wäre das möglich?

Dann könnte man es über VIS anzeigen lassen.

cu Detlef

Send this information to developer : voltage1229100

discovergy.0	2018-12-05 21:17:02.678	error	Information received from Discovergy which is not yet part of this adapter
discovergy.0	2018-12-05 21:17:02.677	error	Send this information to developer : power1312370
discovergy.0	2018-12-05 21:17:02.677	error	Information received from Discovergy which is not yet part of this adapter
discovergy.0	2018-12-05 21:17:02.676	error	Send this information to developer : power333610
discovergy.0	2018-12-05 21:17:02.668	error	Information received from Discovergy which is not yet part of this adapter
discovergy.0	2018-12-05 21:17:02.665	error	Send this information to developer : voltage3229500
discovergy.0	2018-12-05 21:17:02.665	error	Information received from Discovergy which is not yet part of this adapter
discovergy.0	2018-12-05 21:17:02.665	error	Send this information to developer : voltage2230100
discovergy.0	2018-12-05 21:17:02.665	error	Information received from Discovergy which is not yet part of this adapter
discovergy.0	2018-12-05 21:17:02.664	error	Send this information to developer : voltage1229100
discovergy.0	2018-12-05 21:17:02.662	error	Information received from Discovergy which is not yet part of this adapter
discovergy.0	2018-12-05 21:17:02.659	info	query result of meter : {"time":1544041022095,"values":{"energyOut":2208756000,"energy2":0,"energy1":0,"voltage1":229100,"voltage2":230100,"voltage3":229500,"energyOut1":0,"power":372860,"energyOut2":
discovergy.0	2018-12-05 21:16:59.711	error	Send this information to developer : power227060
discovergy.0	2018-12-05 21:16:59.711	error	Information received from Discovergy which is not yet part of this adapter
discovergy.0	2018-12-05 21:16:59.710	error	Send this information to developer : power1324140
discovergy.0	2018-12-05 21:16:59.709	error	Information received from Discovergy which is not yet part of this adapter
discovergy.0	2018-12-05 21:16:59.709	error	Send this information to developer : power333610
discovergy.0	2018-12-05 21:16:59.708	error	Information received from Discovergy which is not yet part of this adapter
discovergy.0	2018-12-05 21:16:59.708	error	Send this information to developer : voltage3229400
discovergy.0	2018-12-05 21:16:59.707	error	Information received from Discovergy which is not yet part of this adapter
discovergy.0	2018-12-05 21:16:59.704	error	Send this information to developer : voltage2230100
discovergy.0	2018-12-05 21:16:59.704	error	Information received from Discovergy which is not yet part of this adapter
discovergy.0	2018-12-05 21:16:59.703	error	Send this information to developer : voltage1228900
discovergy.0	2018-12-05 21:16:59.703	error	Information received from Discovergy which is not yet part of this adapter
discovergy.0	2018-12-05 21:16:59.701	info	query result of meter : {"time":1544041019095,"values":{"energyOut":2208756000,"energy2":0,"energy1":0,"voltage1":228900,"voltage2":230100,"voltage3":229400,"energyOut1":0,"power":384810,"energyOut2":
discovergy.0	2018-12-05 21:16:56.757	error	Send this information to developer : power227000
discovergy.0	2018-12-05 21:16:56.756	error	Information received from Discovergy which is not yet part of this adapter
discovergy.0	2018-12-05 21:16:56.750	error	Send this information to developer : power1324430
discovergy.0	2018-12-05 21:16:56.749	error	Information received from Discovergy which is not yet part of this adapter
discovergy.0	2018-12-05 21:16:56.748	error	Send this information to developer : power333820
discovergy.0	2018-12-05 21:16:56.745	error	Information received from Discovergy which is not yet part of this adapter
discovergy.0	2018-12-05 21:16:56.744	error	Send this information to developer : voltage3229300
discovergy.0	2018-12-05 21:16:56.742	error	Information received from Discovergy which is not yet part of this adapter
discovergy.0	2018-12-05 21:16:56.740	error	Send this information to developer : voltage2230100
discovergy.0	2018-12-05 21:16:56.736	error	Information received from Discovergy which is not yet part of this adapter
discovergy.0	2018-12-05 21:16:56.731	error	Send this information to developer : voltage1229100
discovergy.0	2018-12-05 21:16:56.728	error	Information received from Discovergy which is not yet part of this adapter
Intel NUC Celeron, Xiaomi Gateway, Fritzbox 7590, XS1```

An in-range update of @types/chai is breaking the build 🚨

The devDependency @types/chai was updated from 4.2.6 to 4.2.7.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/chai is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Bei zwei von drei Zähler keine aktuellen Daten

Hallo,
zuerst ein großes Kompliment für den Adapter!
Ich habe dabei aber ein Problem. Es sind bei mir drei Zählerverbaut, die alle von dem Adapter erkannt werden. Die Basisdaten werden zu allen drei Zählern angezeigt.
Allerdinge werden in den den Objekten nur die aktuellen Werte eines Zählers geschrieben.
Was viellecht noch hilft. Bei den Zählern die keine aktuelle Anzeige haben handelt es sich um Zweirichtungszähler, bei dem angezeigten um einen Einrichtungszähler.
Wo könnte der Fehler liegen?

First a big compliment for the adapter!
I have a problem with that. There are three power-meter built in, all of which are recognized by the adapter. The basic data is displayed for all three power-meter.
However, in the objects only the current values of a power-meter are written.
What else helps. The counters which have no current display are bidirectional power-meter, the one displayed is a device counter.
Where could the mistake lie?

one_hour

Hallo,
es soll über die API abfragbar sein, also genau der Watt Wert der in der aktuellen Stunde verbraucht wurde.
Also 7 bis 8 Uhr 212 Watt, 8 bis 9 Uhr 1231 Watt etc...

Hier die Info von Disconvergy
"ja, kann man. Wenn es genau Stunden sein sollen, dann bitte als Resolution “ONE_HOUR” nehmen und den API Endpunkt “/readings” verwenden."

Kannst du das als Datenpunkt mit einbauen?

cu Deta

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.discovergy

  • [E201] Bluefox was not found in the collaborators on NPM!. Please execute in adapter directory: "npm owner add bluefox iobroker.discovergy"

I have also found warnings that may be fixed if possible.

  • [W113] Adapter should support compact mode

Thanks,
your automatic adapter checker.

ESY Stromzähler Information received wich is not part of this adapter

discovergy.0 | 2020-01-12 14:34:34.555 | error | (32383) Send this information to developer : loadProfileType : SLP
-- | -- | -- | --
discovergy.0 | 2020-01-12 14:34:34.555 | error | (32383) Information received from Discovergy which is not yet part of this adapter
discovergy.0 | 2020-01-12 14:34:34.554 | error | (32383) Send this information to developer : fullSerialNumber : xxx
discovergy.0 | 2020-01-12 14:34:34.554 | error | (32383) Information received from Discovergy which is not yet part of this adapter
discovergy.0 | 2020-01-12 14:34:34.554 | error | (32383) Send this information to developer : manufacturerId : ESY
discovergy.0 | 2020-01-12 14:34:34.553 | error | (32383) Information received from Discovergy which is not yet part of this adapter

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.discovergy

I have also found warnings that may be fixed if possible.

  • [W113] Adapter should support compact mode

Thanks,
your automatic adapter checker.

An in-range update of sinon is breaking the build 🚨

The devDependency sinon was updated from 7.4.1 to 7.4.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

sinon is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 18 commits.

  • 3dd59a5 Update docs/changelog.md and set new release id in docs/_config.yml
  • 5419db2 Add release documentation for v7.4.2
  • d163383 7.4.2
  • ad553d1 Update CHANGELOG.md and AUTHORS for new release
  • bbe6f5e Upgrade nise to latest
  • 78a676f Update @sinonjs/samsam to latest
  • 157b537 Restore sinon.createStubInstance() behaviour (#2073)
  • 766cae4 Merge pull request #2076 from sinonjs/github-workflow
  • 261c4cd renamed step
  • 8525f4d trying built-in coveralls support
  • cf0f402 added coveralls (via npx)
  • 88cf7a9 added code coverage
  • e716d8d Upgrade eslint to latest
  • 4e7bcef Bump eslint-utils from 1.3.1 to 1.4.2
  • 2b1b2df Fix Typo in migration 6 and updated migration docs for migration from… (#2074)

There are 18 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.discovergy

  • [E201] Bluefox was not found in the collaborators on NPM!. Please execute in adapter directory: "npm owner add bluefox iobroker.discovergy"

I have also found warnings that may be fixed if possible.

  • [W113] Adapter should support compact mode

Thanks,
your automatic adapter checker.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.