Thomas Dietrich
Thomas Dietrich
Hello there, according to https://docs.helium.com/api/blockchain/hotspots  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...
https://github.com/bank2ynab/bank2ynab/blob/323e843bdde8e2ee5e49b21aa69646c8da0c07c6/bank2ynab/dataframe_handler.py#L415-L441 Hey @nocalla, can we discuss the use of `clean_strings` for the Memo field as well as for the Payee field? Imho it does not make sense. Is any of...
### Pull Request Checklist - [x] I have created an issue prior to creating this pull request - [x] I have provided a detailed description and motivation regarding the change...
It now runs through up until the actual connection:  I restricted the user on the server to only allow tunneling. This is the relevant section out of the `authorized_keys`:...