Replies: 4 comments 3 replies
|
It can be done, but I am not familiar with HA and MQTT. An open source project which does similar thing would definitely help. |
0 replies
|
If you want an example, you can check on BSB-LAN : https://docs.bsb-lan.de/ . It uses MQTT to send informations about some heaters to Home Assistant, using MQTT. |
0 replies
|
Is it ok with the link I gave ? Another idea, with the STA mode, the OTA could be easier or even automatic. |
0 replies
|
I took a look at it, might be implemented, but it is going to take some time. There are some things I need to finish first, but I'll get back to this. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Currently, the bridge is set in AP mode. That's a good choice by default. Do you think it would be possible to add a STA mode to, where the bridge connects to a WiFi Access point and get an IP address by DHCP ?
The idea behind that is for the bridge to connect to a MQTT server and maybe send informations about the car. It would be great to automatically get informations like the number of kilometers. I get this idea from this video : https://www.youtube.com/watch?v=3JW3J4_Ukrs .
The bridge doesn't have to always be connected of course. But maybe set a wake up every hour or so, send the data and go back to sleep.
What do you think ?
All reactions