I would like to publish lxp/BAxxxxx/inputs/all #160
Replies: 2 comments
-
Hi :)
A way to request this being published on demand or more regularly might be a work in progress for one of the next versions, but for now you can request all the inputs (including
So basically request each set of inputs registers in turn, with a small delay to let things catch up. After publishing the final cmd you should see As I say its a bit messy for now, hopefully it gets improved in a future version, time and motivation permitting ;) |
Beta Was this translation helpful? Give feedback.
-
Hi Chris
Wow! Thank you for the quick response.
I will give this a try! Really appreciate it.
Kind Regards
Christopher
…On Wed, Apr 26, 2023 at 8:39 AM Chris Elsworth ***@***.***> wrote:
Hi :)
lxp/BAxxxxxx/inputs/all is published at the same as inputs/3. And this is
published when lxp-bridge receives the final set of input registers from
the inverter.
A way to request this being published on demand or more regularly might be
a work in progress for one of the next versions, but for now you can
request all the inputs (including all) is to script something like this:
mosquitto_pub -t lxp/cmd/all/read/inputs/1 -m ''
sleep 2
mosquitto_pub -t lxp/cmd/all/read/inputs/2 -m ''
sleep 2
mosquitto_pub -t lxp/cmd/all/read/inputs/3 -m ''
So basically request each set of inputs registers in turn, with a small
delay to let things catch up. After publishing the final cmd you should see
inputs/all appear in MQTT.
As I say its a bit messy for now, hopefully it gets improved in a future
version, time and motivation permitting ;)
—
Reply to this email directly, view it on GitHub
<#160 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL3ANPEL2IOFZ4LZQR7JGIDXDC7L5ANCNFSM6AAAAAAXKQUKT4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Good day
I am quite new to MQQT, I played around a bit and used MQTT Explored to view all packets published. Is there a way to publish lxp/BAxxxxxx/inputs/all as I would Like to add v_ac_r to setup automations in HA.
Beta Was this translation helpful? Give feedback.
All reactions