Code Monkey home page Code Monkey logo

hysen's Introduction

Python API for controlling Hysen thermostats

The following devices are supported:

  • Hysen Heating Thermostat Controller Interface - device type 0x4EAD
  • Hysen Controller for 2 Pipe Fan Coil Interface - device type 0x4F5B

hysen's People

Contributors

uspass avatar felipediel avatar

Stargazers

Bartalovics Milán avatar  avatar

Watchers

 avatar

Forkers

felipediel milbar

hysen's Issues

Import error

from broadlink.helpers import calculate_crc16 is no longer present.

[...]
  File "<string>", line 1, in <module>
  File "<string>", line 1, in <lambda>
  File "/nix/store/k0z9n599k02hab8qjjp3ljw065iwjcvg-python3-3.9.6/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/nix/store/4zpbnvfx8gi6azw8bdz6wbhvknlybkdi-python3.9-hysen-0.4.11/lib/python3.9/site-packages/hysen/__init__.py", line 3, in <module>
    from .hysenheating import (
  File "/nix/store/4zpbnvfx8gi6azw8bdz6wbhvknlybkdi-python3.9-hysen-0.4.11/lib/python3.9/site-packages/hysen/hysenheating.py", line 6, in <module>
    from .hysendevice import HysenDevice as hysen
  File "/nix/store/4zpbnvfx8gi6azw8bdz6wbhvknlybkdi-python3.9-hysen-0.4.11/lib/python3.9/site-packages/hysen/hysendevice.py", line 5, in <module>
    from broadlink.helpers import calculate_crc16
ImportError: cannot import name 'calculate_crc16' from 'broadlink.helpers' (/nix/store/64l7b1krdsvr9kyy85dym0bgkg642fsb-python3.9-broadlink-0.18.0/lib/python3.9/site-packages/broadlink/helpers.py)

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.