But even though the templates work in the template tool, I get unknown in the state for sensor.bom_today_max and sensor.bom_today_min and I donāt understand why!
nope - just not seen it before - but not done much with templating - as you were typing I found a description about - still not entirely sure what its actually doing.
So if either the min or the max is n/a, it will use the statistics sensor to give you the lowest or highest temperature for the past 24 hours.
I guess I could screw around some more with a template to refine the hours from 24 to the number of hours since midnight but it doesnāt seem to be worth the trouble.
Anyone else with this issue āIntegration bom_forecast not found when trying to verify its sensor platform.ā seems to be a problem with Custom Components using HASS.IO v0.93 or higher?
I am in the process off getting my head around HA.
One of the things I want to be able to have is the weather, (I live in Adelaide SA Australia).
Found a few about the BOM, this topic seems to have what I would like, forecast, daily and radar map.
As I am a newbie, can some be able to post the latest working code, and the required folders, to be able to get it working, in both yaml and Lovelace cards
Ok after finally getting this to work I have struck a few issues. Lithgow gets it data from deep within IDN11060. I have had to add IDN11060 to the sensor.py file for it to even look at it and give some data, but itās only giving the generic Sydney info, and thatās absolutely useless here.
Is there any way to read a sub section of a file based on this āparentā area and the locationās name??
Same problem I have living in central Victoria.
As such I wrote another weather component based on the www.willyweather.com.au data (from BoM) that takes readings from nearby weather stations, rather than a single one. That way, all the data is populated.
Look for WillyWeather in these forums if you are interested.
Hi - I upgraded to the HACS version of this integration from one I manually installed. My only change to the config was to add the icon, fire danger and UV.
I use friendly mode, and now I only get only one day sensor (tomorrow).
Based on the error in the logs, I removed the new monitored conditions and it now works. Any suggestions?
Log Details (ERROR)
Thu Dec 05 2019 17:34:59 GMT+1100 (Australian Eastern Daylight Time)
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 275, in async_update_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 309, in _async_write_ha_state
state = self.state
File "/config/custom_components/bom_forecast/sensor.py", line 361, in state
condition, self._index))
File "/config/custom_components/bom_forecast/sensor.py", line 425, in get_reading
_FIND_QUERY.format(index, 'uv_alert')).text
AttributeError: 'NoneType' object has no attribute 'text'
But I still could not figure out how to create that cool looking glance card like the image above? I know I am missing something I just could not figure out what?
Please use the other thread and post your BOM component configuration as well as the FTP component and post your lovelace configuration as well. Canāt really help without much more info.