#Tasmota RFB V2.2 creating devices from received protocols
1 messages · Page 1 of 1 (latest)
Hello @pale jetty,
I don't think so. I created all mine manuallly.
Examples in my config. https://github.com/SirGoodenough/Home-Assistant-Config/tree/master/mqtt/binary_sensor
How to set it up
I use Strategy number 2.
Here are two strategies for receiving payloads published by a Sonoff RF Bridge (flashed with Tasmota firmware). Strategy 1: value_template In this strategy, all sensors are subscribed to the same topic published by the RF Bridge. The topic's structure depends on how you defined it when you configured your RF Bridge. This example will use `tel...
Hi @native torrent , thank you for the post, i allready read it. I tought the is a way / decoder that do this automaticly. The reason i ask, many neighbous have weatherstation and switches (i don't know the brand) where i receive the data from but don't know how to integrate. Example shown below
Look at my config. I have a pyscript to decode, an automationb to collect the sensors, the first generates MQTT broker posts to the right topics, then the mqtt binart sensors or sensors to create the entities. Lots going on, but it has been stable for me since Taras123 wrote that post. You can see my early comments in that post.
I have 2 bridges that both respond to the same triggers if they receive them.
I will read and try to do it like you! Will report 🙂 THANK YOU