Apollon77 / ioBroker.smartmeter

ioBroker-Adapter to read out Smart-Meter using protocols like SML, D0 and such
MIT License
36 stars 17 forks source link

Support for Sharks 775 (Diehl) #338

Closed flispy closed 1 year ago

flispy commented 1 year ago

Hi,

I would like to receive data from WMZ Sharks 775 over ZVEI. I found documentation for this counter via https://docplayer.org/46052594-Sharky-775-kommunikationsbeschreibung.html and setup the adapter with these mentioned values.

Bildschirmfoto 2022-10-21 um 15 47 33

But in any case I am not able to receive data. In general it works for another power-supply-counter with standard settings. These are my DEBUG outputs from protocol.

Bildschirmfoto 2022-10-21 um 15 49 32

Do you have some idea how we can get it working?

Apollon77 commented 1 year ago

Hm ... the spec states that it is mbus protocol and not D0 or SML ... so the mbus Adaoter would be more your friend. ZVEI is a protocol type I hear for the first time but it seems to be "MBus over optiocal" which is also not supported by Mbus adapter

So effectively you could create a feature request for mbus adapter to implement that but this is very special. Or you switch to 2-wire MBus standard and use MBus adapter with an MBus master devices.

So or so , nothing for smartmeter adapter