Code Monkey home page Code Monkey logo

homie-cpp's Introduction

Hi there, I'm Dominik Thalhammer ๐Ÿ‘‹

  • ๐Ÿ”ญ I'm currently working on a personal project!
  • ๐ŸŒฑ I'm currently learning UI/UX Design for the web and desktop apps
  • ๐Ÿ‘ฏ I'm looking to collaborate with other developers
  • ๐Ÿฅ… 2022 Goals: Give impact to society
  • โš™๏ธ I am a Full-Stack developer with focus on High Performance Microservice Backends

Connect with me:

thalhammer.it Dominik Thalhammer | LinkedIn Thalhammer | Github Thalhammer | Gitlab Thalhammer | Matrix


Languages and Tools:

C++ C C# Lua RPG Typescript Javascript Html 5 CSS 3 gRPC Linux Docker MySQL Git



Thalhammer's Github Stats

Thalhammer's Github Stats

homie-cpp's People

Contributors

jannvck avatar thalhammer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

homie-cpp's Issues

Homie client does not handle property changes after reconnect

When the MQTT connection was interrupted and the homie client reconnects the homie client will publish its ready state again but not handle changes to published properties anymore.

This problem exists because the homie client won't subscribe to the property set topics when reconnecting.
Currently, subscription to property set topics takes place when device information is published, see

this->mqtt.subscribe(base_topic + dev->get_id() + "/+/+/set", 1);

It can be fixed by moving the subscription to the end of the function handling the MQTT connected event.

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.