I'm trying to work with this smartplug on my raspberry.
I have a USB-300 key which is recognized and I can see when I press an EnOcean Switch. So this part is working.
I've bought the Permundo Psc-234 smartplug which can measure electricity and can be remotely controlled.
The very detailled datasheet is here:
http://www.greenelectric.eu/content/per ... PSC234.pdf
In Domoticz setup, I allow new Hardware for 5 Minutes, then I press on the touch button for 5 seconds (red led goes on), I release the button, and press again for 2-3 seconds (that's the procedure to put the device in the Teach-in mode).
Here's the log file:
Code: Select all
2015-07-04 14:58:40.799 New sensors allowed for 5 minutes...
2015-07-04 14:58:54.354 EnOcean: 01 (0D/07) D4 A0 FF 33 00 09 01 D2 01 91 37 11 00 01 FF FF FF FF 5C 00
2015-07-04 14:58:54.354 EnOcean: destination: 0xffffffff
RSSI: 8
2015-07-04 14:58:54.354 EnOcean: Unhandled RORG (d4)
2015-07-04 14:58:55.092 EnOcean: 01 (0A/07) A5 48 08 33 80 01 91 37 11 00 01 FF FF FF FF 5B 00
2015-07-04 14:58:55.093 EnOcean: destination: 0xffffffff
RSSI: 9
2015-07-04 14:58:55.093 EnOcean: 4BS data: Sender id: 0x01913711 Status: 00 Data: 33
2015-07-04 14:58:55.093 EnOcean: 4BS, Teach-in diagram: Sender_ID: 0x01913711
Manufacturer: 0x33 (>>Unkown... Please report!<<)
Profile: 0x12
Type: 0x01 (AMR.Electricity)
I understand that I could use Fhem as a gateway, but before digging this way, I'd like to know if an easier integration is possible.
Thanks