Commit Graph

24 Commits

Author SHA1 Message Date
Christian W. Zuckschwerdt
ef2d37cf51 Change old battery keys to battery_ok (#1737) 2021-06-12 12:05:07 +02:00
Christian W. Zuckschwerdt
fcde342163 Remove Oregon brand key 2021-06-07 14:27:39 +02:00
Marcel Ritter
cd243f2f14 Add pressure_kPa key for HA (#1712) 2021-05-07 11:06:49 +02:00
Joe Gross
836bf75631 Add option to set force_update for all sensors (#1695) 2021-04-27 20:25:04 +02:00
culliard
6de72adab7 Fix mqtt retain on hass script (#1602) 2021-01-26 05:22:42 +01:00
soaringswine
539e2c9fd1 Removed invalid "weather" device_class (#1548)
HASS does not have a device_class of "weather" and thus will fail to autodiscover any entities with that set: voluptuous.error.MultipleInvalid: value is not allowed for dictionary value @ data['device_class'] 
Please see related comment in PR #1390 and https://www.home-assistant.io/docs/configuration/customizing-devices/#device-class
2020-12-15 08:09:56 +01:00
rct
4f47e3d879 Add arguments and docs to Home Assistant MQTT auto discovery script (#1546) 2020-11-06 19:50:30 +01:00
Christian W. Zuckschwerdt
23c78063c6 minor: style fixes 2020-07-31 11:03:41 +02:00
DagBertelsen
5a80e0fefb Fix Home Assistant MQTT auto discovery (#1390)
* Added support for setting MQTT username and password
  - Setting MQTT_USERNAME to None will disable username and password for mqtt
* Added config for Oregon wind and rain sensor.
  - Note, the device_class 'weather' is not supported in
    Home Assistant see: https://www.home-assistant.io/integrations/sensor/
* Oregon sensors use both channel and id so the instance
  variable will now support either one of them or both.
* Home Assistant will only allow edit of discovered
  sensors in GUI if they have a unique_id set.
* Identifiers in the 'device' seems to be use to group
  sensors in one group in home assistant
* Manufacturer in the 'device' is required to create a
  group of sensors in Home Assistant.
2020-07-27 09:31:17 +02:00
Christian W. Zuckschwerdt
cc7c3f181b Add custom data processor example 2020-06-14 20:14:45 +02:00
Max Lock
177fb6bd7d Enhance MQTT Home Assistant example (#1357) 2020-05-14 15:40:05 +02:00
Christian W. Zuckschwerdt
e310efe05c minor: example py cleanup 2020-05-05 14:21:25 +02:00
Wilmer van der Gaast
e9fbb92c2e Add Prometheus/OpenMetrics relay example (#1371) 2020-05-04 14:13:17 +02:00
Christian W. Zuckschwerdt
44d2af5e27 Add native Sigrok writer (#1297) 2020-02-07 12:54:13 +01:00
Benjamin Larsson
668c1e692f wmbus: add script for converting wmbus json to rtlwmbus format 2020-01-08 18:37:42 +01:00
Christian W. Zuckschwerdt
a9de8888bc Add more input format validation 2019-11-07 15:26:12 +01:00
Christian W. Zuckschwerdt
620ca8c0fd Cleanup minor 2019-11-01 08:32:28 +01:00
Christian W. Zuckschwerdt
b94676ff56 Add InfluxDB relay example script 2019-10-30 11:50:55 +01:00
Christian W. Zuckschwerdt
660bfc3f50 Cleanup minor 2019-10-30 09:55:22 +01:00
Christian W. Zuckschwerdt
83efce4455 Add RRD example script 2019-09-02 13:29:25 +02:00
Christian W. Zuckschwerdt
6b6b89321b Update README formats 2019-04-25 12:14:51 +02:00
Christian W. Zuckschwerdt
9ec9f84160 Fix doc typo 2019-04-21 08:53:18 +02:00
Christian W. Zuckschwerdt
6da880ff1b Add MQTT output (#1016) 2019-04-03 12:40:28 +02:00
Christian W. Zuckschwerdt
9ae2db7e38 Add bridge/relay example scripts 2019-03-19 15:05:22 +01:00