#Thanks. I have 4 BLE sensors connected

1 messages · Page 1 of 1 (latest)

tired forum
#

Also... don't share images of text, that's horrible

calm havenBOT
#

Please use a code share site to share code or logs, for example:

Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.

river scarab
#

Thanks. Why do I need the bluetooth channel as the data is now mqtt and can be seen on the mqtt broker?

tired forum
#

Ah, wasn't clear that was the problem - but then I didn't look at the images of text

#

Ain't nobody got time for that

#

Share them as in the bot message

wheat socket
#

not to mention, I'm not going to write out all that text from an image to correct any issues that you have

#

that's the main reason image sharing is disabled in these channels

tired forum
#

I know a lot of people who'll also just ignore such threads completely

wheat socket
#

anyways, if you post the text, I'll help you

river scarab
#

Thanks for the replies. How can I add the text, just post as text?

tired forum
#

Read the bot message

calm havenBOT
#

Please use a code share site to share code or logs, for example:

Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.

tired forum
#

Again, in case you missed it

wheat socket
#

dpaste is the best option IMO

tired forum
#

Posting large amounts of text in channel gets unworkable for many reasons

river scarab
#

#add bedroom temp sensor
mqtt:
sensor:
name: Bedroom Temperature
unique_id: a4c13880eae8
state_topic: BLED_Gateway/bedroom
device_class: Temperature
unit_of_measurement: "C"

wheat socket
#

Kevin, if you use dpaste, you don't have to worry about poor text formatting

#

please use dpaste.

#

and please post the information in the topics

river scarab
#

Sorry I'm getting totally confused and having numerous senior moments 🤣

tired forum
#

Just pay attention to what we say... it's not that hard 😉

river scarab
wheat socket
#
mqtt:
  - sensor:
     - name: Bedroom Temperature
       unique_id: a4c13880eae8
       state_topic: tele/BLED_Gateway/bedroom
       device_class: Temperature
       value_template: "{{ value_json.Temperature }}"
       unit_of_measurement: "°C"
river scarab
#

Thank you petro, that works fine. I'm slowly getting to grips with what I need