Page 1 of 1
Eneco Toon, Domoticz and P1 cable/Zwave
Posted: Wednesday 27 May 2020 16:43
by nosehook
Hi,
I have been looking around for a while, but have not found the answer to my question yet, so I hope someone can help me.
At home, I have a "Toon" by Eneco, including the adapter (
https://www.cd-jackson.com/index.php/zw ... ummary/345).
I'd like to import data into Domoticz and was wondering about 2 things:
1) Is it possible with a P1/USB cable (
http://www.smartmeterdashboard.nl/webshop), connected to the P1 port and directly to my Rpi with Domoticz?
2) Can I get the data via a Z-wave stick (
https://www.robbshop.nl/aeon-labs-usb-a ... nZEALw_wcB), plugged into my RPi with Domoticz?
The main concern is: keeping Toon connected to the plug and making sure I keep my heater functional.
Preferred method would be Z-wave since I have the stick. (and I think Toon is Z-wave compatible, or at least the plug is). How would I couple the stick and plug without frustrating Toon?
I hope someone can help me out (in Dutch maybe for clarity?).
Kind regards,
Freek
Re: Eneco Toon, Domoticz and P1 cable/Zwave
Posted: Wednesday 27 May 2020 16:50
by EdwinK
For 1: I use
this. You might need to get a
splitter if you want both Toon and your Pi to be able to use the data.
Good luck with it
Re: Eneco Toon, Domoticz and P1 cable/Zwave
Posted: Sunday 22 November 2020 8:45
by tlpeter
I ditched the Toon but i want to use the P1 reading and the module is Zwave.
I can include it but this device is not in the manufactures xml file. Anybody done this? I cannot get it to work within Domticz/zwave.
What i have found is this:
Open Z-Wave product file for Quby EN00
Code: Select all
<ManufacturerSpecificData>
<Manufacturer id="0130" name="Quby">
<Product type="0002" id="0001" name="EN00" config="xxxxxxx"/>
</Manufacturer>
</ManufacturerSpecificData>
Open Z-Wave database file for Quby EN00
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<Product xmlns="http://code.google.com/p/open-zwave/">
<!-- Configuration Parameters -->
<CommandClass id="112">
<Value genre="config" instance="1" index=1" value=1" label=Analog gas/heat port mode" units="" size=1" min=0" max=2" type="list">
<Help>Analog gas/heat port mode</Help>
<Item value="0" label="Disabled">
<Item value="1" label="Gas Enabled">
<Item value="2" label="Heat Enabled">
</Value>
<Value genre="config" instance="1" index=2" value=400" label=Analog gas/heat port resolution" units="" size=4" min=120" max=40000" type="int">
<Help>Analog gas/heat port resolution</Help>
</Value>
<Value genre="config" instance="1" index=3" value=1" label=Analog electricity port mode" units="" size=1" min=0" max=2" type="list">
<Help>Analog electricity port mode</Help>
<Item value="0" label="Disabled">
<Item value="1" label="Electricity import enabled">
<Item value="2" label="Electricity export enabled">
</Value>
<Value genre="config" instance="1" index=4" value=400" label=Analog electricity port resolution" units="" size=4" min=120" max=40000" type="int">
<Help>Analog electricity port resolution</Help>
</Value>
<Value genre="config" instance="1" index=5" value=2" label=Digital port mode" units="" size=1" min=0" max=2" type="byte">
<Help>Digital port mode</Help>
</Value>
<Value genre="config" instance="1" index=255" value=0" label=Restart device" units="" size=1" min=0" max=2" type="list">
<Help>Restart device</Help>
<Item value="1" label="Restart entire device">
<Item value="2" label="Restart metering chip">
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="1">
<Group index="1" label="Lifeline" max_associations="5" auto="true" />
</Associations>
</CommandClass>
</Product>
Re: Eneco Toon, Domoticz and P1 cable/Zwave
Posted: Monday 23 November 2020 9:37
by Jasper79
Asked the same question on a different forum few weeks ago and still unanswered so I'll follow this. I have 2 "meteradapters" so can try with one before going live
Re: Eneco Toon, Domoticz and P1 cable/Zwave
Posted: Tuesday 24 November 2020 14:22
by tlpeter
It seems to be the same module as the ED2.0 and there is also a topic about that one with the same conclusion.
Somehow a multichannel is not included in open Z-Wave or something like that.
Code: Select all
Error, Node062, Received a MultiChannelEncap for endpoint 4 for Command Class 61, which we can't find
The only thing I see is gas reading but the node stays unknown.
To be continued.