Enocean USB300, Connecting to Micropelt MVA 005

Begonnen von zia, 03 April 2019, 13:42:46

Vorheriges Thema - Nächstes Thema

zia

Dear All,

I am currently designing a Home Automation System, I am using RPi3 for micro controller and using USB 300 to connect to MVA 005 Radiator valve.
I have followed the tutorials and mange to run FHEM on my browser. I want some references ideas how can I connect to the Valve using the Enocean USB?
Please share some solutions.


I am following the tutorials.

https://www.enocean.com/fileadmin/redaktion/pdf/white_paper/wp_Raspberry_talks_EnOcean.pdf


BR,
Zia
Tampere, FI.

krikan

#1
Hello!

Zitat von: zia am 03 April 2019, 13:42:46
I am following the tutorials.

https://www.enocean.com/fileadmin/redaktion/pdf/white_paper/wp_Raspberry_talks_EnOcean.pdf
Attention: The mentioned tutorial is a little bit outdated.

Try this, please:

If available, delete all previous FHEM-devices of the MVA005, save and restart FHEM.

Put FHEM in learning mode:
set <IODev> teach <time [s]>
If your IODev is  TCM310_0 then for example:
set  TCM310_0 teach 600

Then press button on MVA005 to teach-in according MVA005-manual

Now FHEM should create the device automatically.

That should be all.

Greetings, Christian

edit: FHEM must be up-to-date. Use the update command in FHEM to get the most recent version.

zia

Hello,

Thank you for your response.
Can you please elaborate your answer? How do FHEM knows that I am trying to connect to a certain device? any device ID etc. ?
Secondly, I am in FHEM > TCM ESP  Where do I put a certain command?

Please check the Picture for response.

BR,
Zia


krikan

Zitat von: zia am 03 April 2019, 16:10:04
How do FHEM knows that I am trying to connect to a certain device? any device ID etc. ?
In learning mode FHEM/TCM-Device is waiting for a teach-in telegram of any device.

You can put any FHEM command in the white command field; right next to FHEM-Logo. First of all you should use the FHEM command
update
and after that
shutdown restart

short english general introductions:
https://wiki.fhem.de/wiki/First_steps_in_FHEM and
https://wiki.fhem.de/wiki/Quick-Start/en

Details about Enocean in FHEM:
https://fhem.de/commandref.html#EnOcean

Greetings, Christian