Mrten
Mrten
This does not compile ``` error: base operand of '->' has non-pointer type 'SoftwareSerial' 90 | if (sensorSerial->available()) { | ^~ SerialCom.h:93:55: error: base operand of '->' has non-pointer type...
I have the same and I was suspecting that my tradfri hub is somehow having troubles. No logs yet.
can confirm this
`IPTABLES_CMD="/sbin""/iptables -w"` works, though.
You should run `bash -x firehol start` of course... Pretty much impossible to help you here like this, try looking at line 12163 (or whatever it is currently) to see...
I'm also seeing this when building the .deb from the PPA. The first time everything is OK, but after a `./debian/rules clean` I need a2x.
Stumbled over this, but the stackoverflow answer has been changed: > ANSWER EDITED AGAIN 21.03.2022: > > In the current version of the spec, using calc (or var) in media...
confirming for 2021.11.4, will upgrade to 2012.12.0 later ```ValueError: Template error: int got invalid input 'unknown' when rendering template '{{ states('sensor.invalid_entityid') | default(0) | int }}```
```{{ states('sensor.invalid_entityid') | int(default=1) }}``` gives the expected result, though
Should be in the documentation somewhere, thanks for writing it out.