Open ilgio opened 5 days ago
I added this:
platformio_options: build_flags: "-std=gnu++17" build_unflags: "-std=gnu++11"
filled out correctly, but does not receive any sensor data
https://pastebin.com/4hB665yp
Regarding the missing optional
, hmm, looks like ESPHome still uses older C++. My current guess would be I'm using ESP-IDF framework and it maybe uses newer C++ so I'm not running into that issue, but don't really know now. Anyway yeah, the build flags should work fine.
For the not receiving any data, can you enable debug and see if there's any communication?
logger:
level: DEBUG
wowww… I inverted pin TX with RX now I see some sensors…
I have to find the command to switch from wood to pellet
I need this option:
and some sensors don't work.. and above all what doesn't work is the pump which always remains OFF even when it is on
I inverted pin TX with RX
haha classic :) glad you've got something working!
what doesn't work is the pump
It's very possible your board either doesn't report the state, or reports it on a different datapoint. I'm afraid I'm no help with this Tiemme stuff, I don't have any deeper knowledge about them. I only know when I send something I usually get something back.
Haven't checked the HA forum for a while, but if you haven't yet, I suggest try to ask maxgu there.