Xyclade
(Mike de Waard)
September 23, 2022, 10:04am
1
In firmware update 1.5.0+ of the Youless Sensor for the LS120, a set of additional sensors and values have become available:
https://www.youless.nl/blogpost/items/ls120-fw150.html
Currently it seems that the integration does not support these new values yet, though it would be very interesting to have them available. The additional sensors are highlighted in below image.
Jur.wouw
(Jurgen van de Wouw)
September 27, 2022, 2:23pm
2
Here also! I would really like to have the separated data by phase now that they are available in Youless. Adding voltage, power and current per phase would be great.
Xyclade
(Mike de Waard)
October 7, 2022, 7:19pm
3
The new details seem to be available under /f (for example 192.168.1.10/f )
riemers
(Erik-Jan Riemers)
October 27, 2022, 7:13am
4
1 Like
Edwin_D
(Edwin D.)
October 27, 2022, 1:46pm
5
For those too impatient to wait for it, I put in the code for a rest sensor to get at the values without using the integration:
For those too exited to wait, who have the new firmware and and who have not set a password to access their Youless: You can place this in you sensors.yaml file. Don’t forget to put in the right IP adress for the resource parameter:
- platform: rest
name: Youless phases
scan_interval: 12
resource: http://192.168.1.123/f
headers:
User-Agent: Home Assistant
Content-Type: application/json
method: GET
json_attributes:
- tr
- i1
- i2
- i3
- v1
- v2
- v…
1 Like