Giter Club home page Giter Club logo

amshan's People

Contributors

ruant avatar toreamun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

amshan's Issues

PEP 585 type annotations

Use PEP 585 type annotations. This can be enabled starting in 3.7 with from future import annotations.

Namespace conflict between "pyserial" and "serial"

You should remove "serial" from the requirements.txt, because "pyserial-asyncio" is based on "pyserial" and not "serial".

Otherwise the installation using "pip install -r requirements.txt" could end up in a namespace conflict between "pyserial" and "serial" like here: espressif/esptool#269

This happened on my Raspberry Pi when installing your project using "pip install -r requirements.txt".
I got the error "... object has no attribute 'serial_for_url'", because it uses "serial" instead of "pyserial"
After removing "serial" from the requirements.txt and setting up the venv completely new (without "serial") it works!

Regards and thanks for your work on this,
Daniel.

Allow P1 telegram with incomplete ident

Some meters (Kamstrup) seems to send ident line without manufacturer specific identification. This is not by the standard, but must ble allowed to parse Kamstrup.

datetime parsed from COSEM date-time has wrong timezone direction

The time zone offset offset of datetime parsed from COMSEM date-time has wrong direction. A deviation of e.g. -60 becomes -01:00, but should be +01:00.

Spec:

deviation: interpreted as long
range -720...+720 in minutes of local time to UTC
0x8000 = not specified
Deviation highbyte and deviation lowbyte represent the 2 bytes of the long.

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.