Nodon ASP-2-1-00

Begonnen von bend94, 02 Januar 2017, 14:22:41

Vorheriges Thema - Nächstes Thema

bend94

Hi

My configuration is raspberry with USB300 EnOcean Controler

I bought a smart plug NOD_ASP-2-1-00  Nodon

It has been discover by FHEM

if i press the button on the plug it self i can see events like
fhem> 2017-01-02 14:14:34 EnOcean EnO_VLD_0185B076 0460E4
fhem> 2017-01-02 14:14:35 EnOcean EnO_VLD_0185B076 046080

Now how to active my plug from FHEM ? set command ?

fhem> list EnO_VLD_0185B076
Internals:
   DEF        0185B076
   IODev      TCM310
   LASTInputDev TCM310
   MSGCNT     6
   NAME       EnO_VLD_0185B076
   NR         22
   STATE      046080
   TCM310_DestinationID FFFFFFFF
   TCM310_MSGCNT 6
   TCM310_PacketType 1
   TCM310_RSSI -91
   TCM310_SecurityLevel 0
   TCM310_SubTelNum 1
   TCM310_TIME 2017-01-02 14:14:35
   TYPE       EnOcean
   Readings:
     2017-01-02 14:14:35   state           046080
Attributes:
   room       EnOcean
   subDef     FF000000
   subType    VLD
   webCmd     on:off:dim


please help
thanks

Wassermann52

Hello,

I checked the Website http://nodon.fr/en/enocean/enocean-smart-plug_3-1 and found the information that your Device should supports EEP – D2-01-0A (if you have the plug without metering function).

Looking at your config I miss the attribute for teach-in  as well as the EEP attribute.
I am not sure if you have made the initial teach in for the smart plug to your TCM controller. If you haven't done so, please read the manual of your plug-in a figure out how to start the teach-in procedure. Once you have started the procedure, set your TCM in teach mode ( SET [TCMdevicename] TEACH 30 ) and then your FHEM should detect the device properly and also set the attribute for teach-in and EEP properly.

About your question "who to activate your plug from FHEM:

Looking at the webcmd, you see already that FHEM suggest the commands ON, OFF and DIM.
So I assume that if you enter the command
SET EnO_VLD_0185B076 ON
will switch the plug on. But prerequisite for this is that the teach-in has took place properly and that the teach-telegram from the plug to the TCM controller transferred the proper EEP informations.

bye

bend94

Hi

Thanks for your help very usefull
Now all is working.

Two things to consider :

1/ I missed that my FHEM was not uptodate (i used this command to do so : update)
2/ I wasn't aware that i has to do a : set TCM310 teach 30   in order to add devices

Now your are right i have eep parameter in the definition (see below)

fhem> list EnO_0185B076
Internals:
   CFGFN
   DEF        0185B076
   IODev      TCM310
   NAME       EnO_0185B076
   NR         28
   NTFY_ORDER 50-EnO_0185B076
   STATE      ???
   TYPE       EnOcean
   Readings:
     2017-01-03 20:18:59   teach           UTE teach-in accepted EEP D2-01-0B Manufacturer: ID-RF
   Helper:
Attributes:
   IODev      TCM310
   comMode    biDir
   defaultChannel 0
   devChannel 1
   eep        D2-01-0B
   manufID    046
   room       EnOcean
   subDef     FF9B2201
   subType    actuator.01
   teachMethod UTE


Thanks a lots