GithubHelp home page GithubHelp logo

Comments (4)

DomiStyle avatar DomiStyle commented on June 26, 2024

If your packet starts with 68 FA FA 68 it may be supported but it's unlikely since every provider has to do their own thing.

from esphome-dlms-meter.

Kurisutian avatar Kurisutian commented on June 26, 2024

Thanks for the information. Stupid question as this is my first encounter with something that was not working out of the box: What do I need to do to just get the packet(s)? I did not yet find out how to simply pass anything to the logs and be able to get further information from there. I checked the manual(s) from the link I posted but how do I actually parse the sensor data so I can compare or kinda use them? πŸ™ˆ

from esphome-dlms-meter.

DomiStyle avatar DomiStyle commented on June 26, 2024

If you already have an ESP with ESPHome connected you can just set the logger component to VERBOSE and you should see incoming data on your UART port.

from esphome-dlms-meter.

bzed avatar bzed commented on June 26, 2024

From my own experience of implementing a smart meter gateway prototype for one of the companies mentioned in this github repository: the mbus implementation always seemed to be well done. when you manage to decrypt the data, its usually no issue to parse it anymore - but different meters use different sensor types/ids or worse, their own idea of how the data should be represented (endianess, data type, .....)

https://m-bus.com/ or the documentation of the meter is helpful there. Supporting other meters should not be hard, but it might need some coding to support new/other sensors.

from esphome-dlms-meter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.