Hi All…
Sorry if this has been posted before. Searching, I only found one similar issue back in Dec 2024, but that was to do with current reporting when device was on and Leds were off.
I’ve upgraded one of my WLED devices to 0.15.1 and noticed that not all sensors (entities) are available in Home Assistant.
The main entity is the Estimated Current that I need.
I have deleted the device and entities in HA, rebooted HA to clear up the device, then re-added, but still it shows only 21 out of 24 possible entities that are brought in from adding the device.
If I go to the device and request info from the API (/json/info) it does return the data, so pointing more to WLED HA Integration.
From the JSON, I get this info:
"leds": {
"count": 611,
"pwr": 1360,
"fps": 43,
"maxpwr": 0,
"maxseg": 32,
"bootps": 3,
"seglc": [1],
"lc": 1,
"rgbw": false,
"wv": 0,
"cct": 0
},
The only enitity that is brought into HA from that LEDS block is the LED Count, and not the LED pwr.
I have check other WLED devices on 0.14.4 and the Entities are brought into HA, including the Estimated Current (“pwr” in the Json). Checking the JSON between the versions, it is identical (so keynames have not changed).
I presume Im on the latest WLED HA Integration version (cant find where to find the version for it).
My HA system Versions are:
- Core - 2025.10.4
- Supervisor - 2025.10.0
- Operating System - 16.2
- Frontend - 20251001.4
Also, can you add other entities such as Temperature? My WLED device reports Temperature and it is in the Json as well, labelled as a senor
"sensor": {
"temperature": [27, "°C"
]
},
Thanks,
Rob