#Thanks. I have 4 BLE sensors connected
1 messages · Page 1 of 1 (latest)
You want the #bluetooth-archived channel
Also... don't share images of text, that's horrible
Please use a code share site to share code or logs, for example:
- https://dpaste.org/ (select YAML for the language, and consider picking a longer expiry)
- http://pastie.org/ (select YAML for the language)
- https://paste.debian.net/ (you guessed it, select YAML as the language)
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.
Thanks. Why do I need the bluetooth channel as the data is now mqtt and can be seen on the mqtt broker?
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
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
I know a lot of people who'll also just ignore such threads completely
anyways, if you post the text, I'll help you
Thanks for the replies. How can I add the text, just post as text?
Read the bot message
Please use a code share site to share code or logs, for example:
- https://dpaste.org/ (select YAML for the language, and consider picking a longer expiry)
- http://pastie.org/ (select YAML for the language)
- https://paste.debian.net/ (you guessed it, select YAML as the language)
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.
Again, in case you missed it
dpaste is the best option IMO
Posting large amounts of text in channel gets unworkable for many reasons
#add bedroom temp sensor
mqtt:
sensor:
name: Bedroom Temperature
unique_id: a4c13880eae8
state_topic: BLED_Gateway/bedroom
device_class: Temperature
unit_of_measurement: "C"
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
Just pay attention to what we say... it's not that hard 😉
If you speak martian and I only speak English, then it is 😀
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"
Thanks, I'll try that. At least I can see where I'm going wrong.
Thank you petro, that works fine. I'm slowly getting to grips with what I need