Tim
Tim
> Hi Tim, I'm very new to this, and think I worked out the initial issue having looked at all the code. ... No worries, we have all been there!...
> ...Indeed I am trying to access the SD card via connection made with Wifimanager. I recommend that you start with the "FSBrowser" example in the ESP32 WebServer examples using...
> FYI - this FSBrowser (unless it's the wrong one I am looking at) seems to be looking at SPIFFS which is the onboard filesystem not the SD card. I...
Still occurs with today's (3 May 2024) versions, namely: Core 2024.5.0 Supervisor 2024.04.4 Operating System 12.2 Frontend 20240501.0 From my log. Note that all sensors' referred to do have unique_id's...
I have found one cause of this. Consider the YAML configuration: ``` sensor: - platform: rest scan_interval: 200 unique_id: rest_test2 resource: "http://date.jsontest.com/" name: test2 value_template: > {{ value_json.date }} -...
> had this issue since 2023 and still in 2024.6.0. in my case its a big problem cause rest api does a lot of thing in our house and so...
> I have this as you suggested, as stated in this comment [#90394 (comment)](https://github.com/home-assistant/core/issues/90394#issuecomment-1828071120) > > In short, the code is: > > ``` > rest: > - resource: xxx...
This issue appears to be the same as "[Rest sensor not updating (non-numeric value: 'None') #99942](https://github.com/home-assistant/core/issues/99942)". As discussed there, the availability template **is** evaluated but not until **after** the state...
> Hello, thank you for the reference to the other issue. Based on the information discussed in #99942, I believe that the current implementation of the availability and value templates...
> This will likely get fixed with this upstream change Thanks @Petro31, it should indeed fix this one.