NODON SmartPlug ASP-2-1-11 kein Verbrauch

Begonnen von BerndDA, 06 März 2018, 13:01:27

Vorheriges Thema - Nächstes Thema

Sammy51

Sorry - it seem nobody who postet within this specific forum page so far has a solution.
We also dont know if it is a fhem or a nodon problem.
We returned our plugs a bought different ones (so far I dont have a measuring one but I am going to buy z-wafe or homematic
----------------------------------------------------------------
PI3b FHEM@Buster | Homematic via HMLAN | Phillips HUE/Zigbee | EnoCean via USB300 | Z-Wave via USB | Sonos | AlexaConnector

In Schublade (Anwendungstipps?): Raspy 1 | HM-Raspi-Modul | USB-Serial Adapter

krikan

Zitat von: Sammy51 am 11 Juli 2018, 21:44:30
Sorry - it seem nobody who postet within this specific forum page so far has a solution.
We also dont know if it is a fhem or a nodon problem.

claudio hat selbst die Lösung gefunden und sie per (unauffälligem) Edit im Beitrag ergänzt:
Zitat von: claudio am 08 Juli 2018, 23:04:09
ps: I managed to get it running.

in fhem I write :
set <your device def> measurement report query auto
set <your device def> measurement mode power
set <your device def> measurement unit W

then, I got new readings, one energy0 and one power0. If I activate the energy mode like in the given commands, I get updated reading with realtime Watts consumption of the device connected to the plug as well as live power in the event log.

the plug send updated data only when value changes.

Damit weder Nodon noch FHEM Problem.  :)

Gruß, Christian

BerndDA

Hey Claudio,

thats great you made it work!
Unfortunately it doesn't seem to work for me. Still no automatic power readings update...
Could you please post your device internals?
So I can check for differences in cofiguration.

Thanks!
Bernd

claudio

Zitat von: BerndDA am 21 Juli 2018, 23:27:27
Hey Claudio,

thats great you made it work!
Unfortunately it doesn't seem to work for me. Still no automatic power readings update...
Could you please post your device internals?
So I can check for differences in cofiguration.

Thanks!
Bernd

Hi !
here is my listing (I just replaced private ids by xxxxxxx):

ZitatInternals:
   DEF        xxxxxxxx
   IODev      TCM_ESP3_0
   LASTInputDev TCM_ESP3_0
   MSGCNT     54
   NAME       EnO_xxxxxxxx
   NR         91
   NTFY_ORDER 50-EnO_xxxxxxxx
   STATE      on
   TCM_ESP3_0_DestinationID xxxxxxxx
   TCM_ESP3_0_MSGCNT 54
   TCM_ESP3_0_PacketType 1
   TCM_ESP3_0_RSSI -82
   TCM_ESP3_0_ReceivingQuality good
   TCM_ESP3_0_RepeatingCounter 0
   TCM_ESP3_0_SubTelNum 3
   TCM_ESP3_0_TIME 2018-07-23 18:13:00
   TYPE       EnOcean
   READINGS:
     2018-07-22 21:48:56   channel0        on
     2018-07-22 21:48:56   dim             100
     2018-07-22 21:48:56   dim0            100
     2018-07-09 00:31:26   energy0         0.044
     2018-07-09 00:31:26   energyUnit0     KWh
     2018-07-22 21:48:56   error0          not_supported
     2018-07-22 21:48:56   localControl0   enabled
     2018-07-09 00:32:30   measurementDelta 0
     2018-07-09 00:32:30   measurementMode power
     2018-07-09 00:32:30   measurementReport query
     2018-07-09 00:32:30   measurementReset not_active
     2018-07-09 00:32:30   measurementUnit Ws
     2018-07-22 21:48:56   overCurrentOff0 ready
     2018-07-23 18:13:00   power0          0
     2018-07-22 21:48:56   powerFailure0   disabled
     2018-07-22 21:48:56   powerFailureDetection0 not_detected
     2018-07-23 18:13:00   powerUnit0      W
     2018-07-09 00:32:30   responseTimeMax 10
     2018-07-09 00:32:30   responseTimeMin 1
     2018-07-22 21:48:56   state           on
     2018-06-22 20:28:47   teach           UTE teach-in accepted EEP D2-01-0B Manufacturer: ID-RF
   helper:
Attributes:
   IODev      TCM_ESP3_0
   alias      Pcc nodon
   comMode    biDir
   defaultChannel 0
   devChannel 0
   eep        D2-01-0B
   manufID    046
   room       EnOcean
   subDef     xxxxxxxx
   subType    actuator.01
   teachMethod UTE

BerndDA

Hey Claudio,

thank you very much.
I dont know what exactly made it work in the end. But after i sent "set measurment unit Ws" the device suddenly started sending energy values.
After "set measurement unit W" the power0 reading was updated.
So it works for me as well.

Thanks again!
Bernd

AthlonFX

Hallo,

ich hatte dasselbe Problem mit der MSP-2-1-11. Die Befehle von claudio haben auch hier funktioniert. Nach dem Absetzen der Befehle hat es bei mir aber noch ein shutdown restart benötigt.

Viele Grüße
AthlonFX


Hello claudio,

I had the same problem with the MSP-2-1-11. After sending the commands you mentioned in a previous post and a "shutdown restart" I'm getting readings.

Thank you very much
AthlonFX
Raspberry Pi Zero W; EnOcean Pi; Eltako TF-4FT; NodOn MSP-2-1-11

Wassilis

Hi,

I tried the same procedure and managed to get the energy measurement working. Energy0 reading gets generated and changes depending on load. However, I was not able to get the power0 parameter being generated.

Any ideas how to make this work?

BR,
Wassili

AthlonFX

#22
Zitat von: claudio am 08 Juli 2018, 23:04:09
Hello

I've the same problem with my nodon ASP-2-1-01, I could switch it on and off but I don't get the metering data from the smart plug. Is this a problem with fhem or a a configuration issue ?

When I click "get EnO_xxxxxxxx measurement" in the fhem device page, I get a dialog saying : "measurement   wrong, choose 0...30|all|input energy|power"

ps: I managed to get it running.

in fhem I write :
set <your device def> measurement report query auto
set <your device def> measurement mode power
set <your device def> measurement unit W

then, I got new readings, one energy0 and one power0. If I activate the energy mode like in the given commands, I get updated reading with realtime Watts consumption of the device connected to the plug as well as live power in the event log.

the plug send updated data only when value changes.

(englische Version)
Hello,
I just added another NodOn MSP-2-1-11. The teach-in worked flawlessly, but not getting the measurement working. By trial-and-error I found out that there are 2 modes for measurementReport:

query for manual queries like

  • get <your device def> all energy for energy readings
  • get <your device def> all power for power readings
auto for automatically reporting. This is the setting you need for the svg graphs.

To get the automatic power readings which are needed for the SVG graph, the following commands are needed:
set <your device def> measurement mode power
set <your device def> measurement unit W
set <your device def> measurement report auto


To get automatic energy readings, the commands are:
set <your device def> measurement mode energy
set <your device def> measurement unit Ws
set <your device def> measurement report auto


automatic power readings and automatic energy readings can be both activated at the same time.


(German version)
Hallo,
ich habe einen weiteren NodOn MSP-2-1-11 hinzugefügt, das teach-in hat problemlos funktioniert, die Aktivierung der Messwerte allerdings nicht. Ich habe durch Ausprobieren herausgefunden, dass es zwei Einstellungen für measurementReport gibt:

query für manuelle Abfragen wie
  • get <your device def> all energy für verbrauchte Energie in Ws
  • get <your device def> all power für aktuelle Leistung in W
auto für automatische Übertragung der Messwerte. Dies ist die Einstellung, die man für den SVG-Graphen benötigt.

Um automatisch Messwerte der aktuellen Leistung in W übertragen zu bekommen, sind folgende Befehle einzugeben:
set <your device def> measurement mode power
set <your device def> measurement unit W
set <your device def> measurement report auto


Um automatisch Messwerte der verbrauchten Energie in Ws übertragen zu bekommen, sind folgende Befehle einzugeben:
set <your device def> measurement mode energy
set <your device def> measurement unit Ws
set <your device def> measurement report auto


Sowohl die aktuelle Leistung als auch die verbrachte Energie können nebeneinander automatisch übertragen werden.

Gruß / regards
AthlonFX
Raspberry Pi Zero W; EnOcean Pi; Eltako TF-4FT; NodOn MSP-2-1-11