adding temperature sensors #98
Unanswered
Edhall1044
asked this question in
Q&A
Replies: 4 comments 3 replies
-
Hi there is an example here |
Beta Was this translation helpful? Give feedback.
0 replies
-
you have to put the sensor in text sensor exemple
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I've done this and the sensor isn't showing up. At first it wouldn't
compile, after I worked out the spaces, it at least does that
I may try a different one to see if it makes a difference.
…On Sat, Oct 19, 2024, 11:34 youkorr ***@***.***> wrote:
and the rest of the tutorial is on the page
https://github.com/BigBobbas/ESP32-S3-Box3-Custom-ESPHome/blob/main/instructions/make%20it%20your%20own.md
—
Reply to this email directly, view it on GitHub
<#98 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALILZAEIOQBIOPFUNFI7MILZ4KC2XAVCNFSM6AAAAABQHP6WKOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJZGIYTKMI>
.
You are receiving this because you authored the thread.Message ID:
<BigBobbas/ESP32-S3-Box3-Custom-ESPHome/repo-discussions/98/comments/10992151
@github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
- platform: touchscreen
page_id: climate_page
id: climate1
internal: true
x_min: 5
x_max: 105
y_min: 90
y_max: 170
on_click:
min_length: 10ms
max_length: 500ms
then:
- lambda: |-
it.printf(40, 120, id(my_font3), white, "%.f",
id(out_hum).state);
- component.update: s3_box_lcd
error message
Compiling .pioenvs/the-new-jarvis-22/src/main.o
/config/esphome/the-new-jarvis-22.yaml:
In lambda function: /config/esphome/the-new-jarvis-22.yaml:2599:7: error:
'it' was not declared in this scope it.printf(40, 120, id(my_font3), white,
"%.f", id(out_hum).state); ^ /config/esphome/the-new-jarvis-22.yaml:2599:7:
note: suggested alternative: 'int' it.printf(40, 120, id(my_font3), white,
"%.f", id(out_hum).state); ^ int ***
[.pioenvs/the-new-jarvis-22/src/main.o] Error 1
any ideas?
Thanks
…On Sat, Oct 19, 2024 at 6:18 PM BigBobbas ***@***.***> wrote:
If you view the logs for the device from the ESPHome dashboard , do you
see your temperature sensor appearing with it's current reading?
if you could paste in a message the parts of the config that you have
changed and I can take a look.
Thanks
Rob
—
Reply to this email directly, view it on GitHub
<#98 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALILZAEHDXMTL6K3VRWF2PDZ4LSEZAVCNFSM6AAAAABQHP6WKOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJZGM3DGMQ>
.
You are receiving this because you authored the thread.Message ID:
<BigBobbas/ESP32-S3-Box3-Custom-ESPHome/repo-discussions/98/comments/10993632
@github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can I get an example of how to add a temperature sensor? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions