Thomas Dietrich

Results 77 issues of Thomas Dietrich

Hello there, according to https://docs.helium.com/api/blockchain/hotspots ![grafik](https://user-images.githubusercontent.com/2870104/165393806-82ffe5bb-53b0-457a-8425-1ef49347c34c.png) Does this also apply to this library, i.e. will the property `Hotspot.activity` be deprecated or malfunctioning in a few days? Thanks!

Hey there, I'm experiencing an issue with missed rain data. Example for measurements reported to the observer driver: ``` GET /weatherstation/updateweatherstation.php?ID=xxx&PASSWORD=xxx&indoortempf=75.2&tempf=71.4&dewptf=61.2&windchillf=71.4&indoorhumidity=62&humidity=70&windspeedmph=0.9&windgustmph=2.2&winddir=34&absbaromin=29.543&baromin=29.723&rainin=0.000&dailyrainin=0.193&weeklyrainin=0.331&monthlyrainin=1.311&solarradiation=234.15&UV=2&dateutc=2022-07-30%2011:19:48&softwaretype=EasyWeatherV1.5.9&action=updateraw&realtime=1&rtfreq=5 GET /weatherstation/updateweatherstation.php?ID=xxx&PASSWORD=xxx &indoortempf=75.2 &tempf=71.4 &dewptf=61.2 &windchillf=71.4 &indoorhumidity=62 &humidity=70 &windspeedmph=0.9...

Would you be willing to accept a PR with changes to enable Home Assistant auto discovery? Out of coincidence I saw that the fork by @anastas78 already has an implementation...

With weewx.conf: ``` [[MQTT]] ... aggregation = individual, aggregate ``` I'm seeing the issue below. I know it's the default but still wanted to report the error. Best! ``` weewx_1...

Fixes #21 For testing in Home Assistant: ```yaml mqtt: sensor: - name: weather_station_winddir unique_id: uniqueid__weather_winddir icon: mdi:wind-turbine state_topic: "weather/windDir" value_template: "{{ value | round(0) }}" availability_topic: "weather/lwt" unit_of_measurement: "°" ```

Hello, this addon does not seem to implement the concept of MQTT "last will and testament". Is there any specific reason for it? I would otherwise be interested to provide...

Hey guys, I did not use the template as this is purely a documentation related "feature request". I want to suggest adding a best practice article about the problem with...

category: documentation
state: need implementing