ThaNerd
(Turbo Tronix)
July 20, 2022, 6:15pm
1
I am doing the following:
- platform: max6675
id: maintemp
name: "BBQ Main"
cs_pin: GPIO5
accuracy_decimals: 0
device_class: "temperature"
state_class: "measurement"
unit_of_measurement: "°C"
update_interval: 5s
filters:
- lambda: 'return x + id(bbq_adj).state;'
This is to adjust the maintemp by adding a value derived from bbq_adj. It works bu as soon as I add the same logic to my other sensors the whole thing stops connecting to my wifi.
Here is the full code:
https://github.com/TurboTronix/BBQ-Meter/blob/main/esphome.yaml
ThaNerd
(Turbo Tronix)
July 22, 2022, 12:16pm
3
1 Like
ThaNerd
(Turbo Tronix)
July 24, 2022, 12:30am
5
No, i ended up changing the code, was another issue causing this.
nickrout
(Nick Rout)
July 24, 2022, 12:34am
6
I was just commenting that you pointed to your code then appear to have deleted it fron github.
ThaNerd
(Turbo Tronix)
July 24, 2022, 12:35am
7
The link was dead cuz i renamed the file from .txt to .yaml so looked like it was deleted but it was actually always there…
nickrout
(Nick Rout)
July 24, 2022, 12:42am
8
There isn’t even a visible repo named BBQ-Meter on your github. Perhaps you didn’t make it public?
ThaNerd
(Turbo Tronix)
July 24, 2022, 12:46am
9
Oh, I’m not very familiar with Github sharing so will need to check it out.
Fixed now.