Giter VIP home page Giter VIP logo

Comments (3)

norberts1 avatar norberts1 commented on August 18, 2024

I noticed that rpi3 is added to the topic when using homeassistant.

This rpi3 addon is the name of your RPi and added in front of the root-topic per default.
The resulting topic is then like this one: rpi3/hometop/ht/hc1_Tdesired.
In some cases it is useful to have this information to separate topics send by different machines.
But in most cases it is unused and not required and should be disabled per default.

To disable this addon modify that mqtt-configuration file used by ht_collgate.py and ht_2hassio.py.
You have to restart that processes again.

config-file: ~/HT3/sw/etc/config/mqtt_client_cfg.xml
modification:
<mqtt_client>
....
<device_id></device_id>
....
</mqtt_client>

Please check this modification on your system with that following command (for Fxyz controllers):
mosquitto_pub -d -h <host IP-Adr.> -t set/hometop/ht/hc1_Tdesired -m "21.5,heizen"
or for Cxyz controllers:
mosquitto_pub -d -h <host IP-Adr.> -t set/hometop/ht/hc1_Tdesired -m "21.5,comfort2"

Also you can enable the debug-mode for mqtt-messages with:
< logging>
.....
< loglevel>DEBUG</ loglevel>
</ logging>

I'll disable this topic-addon per default and check it again in my heater-system together with homeassistant.

from hometop_ht3.

toams avatar toams commented on August 18, 2024

Thanks for your quick response. Removing localhost from <device_id> made it work. If I have some more questions in the future, what is the best way to ask them? I noticed the German Mikrocontroller forums, but I don't speak German.

Thanks again for your time and keep up the good work!

from hometop_ht3.

norberts1 avatar norberts1 commented on August 18, 2024

@toams

If I have some more questions in the future, what is the best way to ask them?

I'll think this is the right place here located by the project using English language.
If you have a new topic (also for questions) then you can open a new issue.

from hometop_ht3.

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.