Skip to content

How to control the BMS via mqtt only (without HA) #197

Answered by syssi
pato-loco asked this question in Q&A
Discussion options

You must be logged in to vote

Some example commands to control the different entity types:

mosquitto_pub -t 'basement-btle-gateway/button/button_entity_id_example/command' -m 'PRESS'
mosquitto_pub -t 'basement-btle-gateway/switch/switch_entity_id_example/command' -m 'ON'    # Supported values: ON, OFF, TOGGLE
mosquitto_pub -t 'basement-btle-gateway/number/number_entity_id_example/command' -m 10
mosquitto_pub -t 'basement-btle-gateway/select/select_entity_id_example/command' -m 'option1'

Replies: 7 comments 50 replies

Comment options

You must be logged in to vote
10 replies
@meccip
Comment options

@syssi
Comment options

syssi Nov 9, 2022
Maintainer

@pato-loco
Comment options

@meccip
Comment options

@syssi
Comment options

syssi Nov 9, 2022
Maintainer

Answer selected by pato-loco
Comment options

You must be logged in to vote
19 replies
@syssi
Comment options

@syssi
Comment options

@riker65
Comment options

@syssi
Comment options

@riker65
Comment options

Comment options

You must be logged in to vote
2 replies
@syssi
Comment options

@syssi
Comment options

Comment options

You must be logged in to vote
1 reply
@syssi
Comment options

Comment options

You must be logged in to vote
11 replies
@eMindFfM
Comment options

@syssi
Comment options

@syssi
Comment options

@eMindFfM
Comment options

@eMindFfM
Comment options

Comment options

You must be logged in to vote
1 reply
@syssi
Comment options

Comment options

You must be logged in to vote
6 replies
@BobbyDD
Comment options

@syssi
Comment options

@BobbyDD
Comment options

@syssi
Comment options

@BobbyDD
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants