Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQTT sending commands not working #64

Open
Vortecsz opened this issue Jul 30, 2023 · 1 comment
Open

MQTT sending commands not working #64

Vortecsz opened this issue Jul 30, 2023 · 1 comment

Comments

@Vortecsz
Copy link

Vortecsz commented Jul 30, 2023

Hello guys.
When i try to send a command trough mqtt i can't get it to work;

service: mqtt.publish
data:
topic: ALTHERMA/command/mode_01
payload: "17"

The pyHPSU is running like this;
pyHPSU.py -a -o MQTT

If i do like that it changes it
pyHPSU.py -c mode_01:17

@evildad
Copy link

evildad commented Aug 3, 2023

I think you missed the following part:
--mqtt_daemon set up an mqtt daemon that subscribe to a command topic and executes received command on HPSU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants