Hi all !
I have Blue Connect Go + WiFi Extender.
I know that Extender will get 20 measures/day but don’t push to BlueRiiot App. To have last measure on App, i have to click on Get Mesure on the Extender Button, or i can push extender button.
I try to have this fonctionnality on HA, with this 2 commands on terminal :
mosquitto_pub -h *mqtt_ipaddress*-p *port* -m '' -t 'blueriiot/commands/release_last_unprocessed/*blueconnect_id*' -u '*username*' -P '*password*
or
mosquitto_pub -h *mqtt_ipaddress*-p *port* -m '' -t 'blueriiot/commands/force_sync/*blueconnect_id*' -u '*username*' -P '*password*
This command don’t returns any errors on terminal, but I have no results on measurements updates
Redox exemple, i launched this commands 2 times today, 1 point each 2 hours
Do you know how to get measures from extender ?
BlueRiiot2Mqtt is from @lordmike
Regards