Added support for smart rain gauge and anemometer#3
Added support for smart rain gauge and anemometer#3sscheib wants to merge 6 commits intopfoo:masterfrom
Conversation
|
Are rain gauge and anemometer modules not providing the ['data_type'] json part allowing for at least some dashboard_data autodiscovery ? I don't own any of them.. For example, internal module provide ['devices']['x']['modules']['x']['data_type'] stating the module provide temperature, CO2 and humidity, which then allow to print(dashboard_data) while looping in data_type I can take a look at it if you provide a complete response json. Don't forget to anonymize it (at least for mail, home_id, _id, city, location as far as i remember)
|
|
They actually do and your approach sounds absolutely reasonable, however I do not have time for it at the moment, hence I provide you the output as you asked for ("sensitive" data has been replaced with "hidden"): |
Signed-off-by: root <root@smarthome-monitoring.home.int.scheib.me>
Hello,
simply added support for the smart rain gauge and the anemometer of Netatmo to both the Python version and the Zabbix template.
The code is otherwise untouched, however the export of the Zabbix template was done using Zabbix 4.4 (yours was 3.x).