Replies: 1 comment
-
There is a
If an entity is writable the ESPHome node does listen on the dedicated If you don't like retained messages you could force the sensor to be published periodically if you apply a heartbeat filter:
Keep in mind this will lead to a lot of noise on your broker. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I use esphome without home assistant and found the proper mqtt-message in the discussion posts
to turn on/off charging (publish ON/OFF to .../jk-bms_charging/command)
Is there a way to also get the current state of the charging or discharge switch via mqtt-message ?
While esphome sends out all kinds of other information on the BMS regularly via mqtt the current status of the charging switch only seems to get sent on a status change.
Beta Was this translation helpful? Give feedback.
All reactions