-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SmartMUC ZDUE sagemcom fka. Dr.Neuhaus #214
Comments
I need way more information on how to get the SML ... if it is then official SML thats no issue, but I need exact info on getting it. The document states on page 193 that SML can be requested via TCP ... but no info on any user/password Can you maybe access that directly with telnet? |
I have used jSML in the past to get directly OBIS numbers from the current Consumption direct from the muc.
in the library https://www.openmuc.org/sml/download/ of jsml is also the source for the SML_PublicOpenReq class. Oh and one thing, this works here very well ! I just search the open-sml lib that you import in smartmeter-obis and there the user/password is allready existing in the openRequest ;) |
Ooohhh, so that device wants to have an SML request string. Interesting, this is new. All other smartmeters with SML I know so far send SML every 2-5s out and noone needs to request something. In fact the library we use have the message also implemented (https://github.com/Apollon77/OpenSML/blob/master/lib/messages/SmlPublicOpenRequest.js) but I think not really used so far :-) So it is compiling such a request as SML and then it is sending to the TCP port and getting an SML as response? Ok, thats a bit more effort to implement and especially test without having such a device :-( I put it on my list but can take some time |
That is more as I have expected ;) I can definatly support you by testing it with my Device. The MUC collects from external RF-M-BUS meters the data and collects it in an internal memory. As I am not so familiar with the OBIS Numbers I did a reingeneering of a TCPSession where I gather the actual Values of the meters. I can provide you with the relevant IDs, as I said I have allready read out the actual values. Thanks for your support ... |
In fact it could help to see a SML message created by that jSML library so that I can compare it to what my creates - and alsoa copy of an response SML, then I can do a dry run too and most likely it is easier then. YOu can send that to me as email to iobroker@fischer-ka.de |
Sorry, I had lost this topic out of scope and just get faced by that topic again, may I be able to send you the SML trace anyway? |
Have fun ... Attach here if possible ... |
Here the export from the SML Req/Res hope it shows the Info where to put the User and Password ;) |
Hi Apollon77, I allready know a lot about my numbers so here is what I did in the past :
the List REsponse is the actual value and the Profile REsponse is a list of the last 30 min with secondly measurements I would be happy if you can use this to integrate into your code that a lot of people can ask to get direct access tu the MUC they have allready in their homes :) |
just to my curiousity, is there any update ? |
Did not had any time for it so far. Thumbs up in first post help to see how many users are interested ... |
I try to connect to a SmartMuc that is installed by my EnergyProvider and the MUC is connected to all primary Energy sources.
This Device is collecting data in so called Mirrors or Data Collectors.
here a Link to the Device: https://www.sagemcom.com/V02/fileadmin/user_upload/Energy/Dr.Neuhaus/Support/ZDUE-MUC/Doc_communs/ZDUE-MUC_Anwenderhandbuch_V2_5.pdf
I also have access to the Device via the Propriatary software and also tried to connect to the device by a Java Source.
I tried the jSQL by OpenMuc and got a connection but wasn't able to understand the requested SML Fragments.
https://www.openmuc.org/sml/
The reason why I reach out to you is that this Device is available by IP via a User (Ethernet) interface and habe Authentication ( User and Password ) configured. So I suspect that it might be easy to adapt your Module for IObroker to support credentials as well.
Hope this is a nobrainer for you and not huge effort.
Thanks in advance
The text was updated successfully, but these errors were encountered: