bilalhp
bilalhp
@MasterDevX trying to run this on Raspberry Pi 3b+ and also observed that this is not working. Everything seems to compile and run properly, but setup never happens. Either for...
> You can check that via nRF connect, details at the beginning of my comment. > > > I checked it, and there is activity. I can see RSSI value...
This is still an issue.
I think this is easily fixable by adding state_class: measurement to the entities. Also the case for sensor.home_current_wind_speed
https://github.com/jdejaegh/irm-kmi-ha/pull/95 should solve this. Please carefully review the code and test yourself before merging. I have tested it but this is my first commit to any HA component.
A datetime sensor indicating the "next rain" would be great. I will try to create a template sensor using the service call when I have some time, but a native...
@SVANNER this can be a good starting point for you: ``` - trigger: - platform: time_pattern minutes: "/10" - trigger: homeassistant event: start action: - service: irm_kmi.get_forecasts_radar data: {} target:...