tunguskar
tunguskar
hm I had a look on this example, maybe I'm the noob too big. There is also a schedule tag with a time. This, in my case, hast to be...
```yaml - platform: luxtronik sensors: - group: calculations id: ID_WEB_Einst_BWS_akt friendly_name: Temperatur Warmwasser Soll icon: mdi:thermometer ```
```yaml luxtronik: host: 192.168.1.xx port: 8889 ```
I saw that already this failed  the error message says on the enum that on the enum there is a missing tag name. Currently Im using the last version...
When I do it like this my example compiles 
> Broker broker; No, the first error is this 
> > Broker broker; > > No, the first error is this  Sorry for the German, it says `Syntax error`
> > > Broker broker; > > > > > > No, the first error is this  > > Sorry for the German, it says `Syntax error` 
> From the error lines it look like you are compiling for C++11 or above. > > It seems to be having a problem with the template function definition:- >...
> Ubuntu 22.04 clang version 15.0.7 > > I've tried to run the complete unit test set for ETL 20.38.5, and the demo code above, but I get no errors....