-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for smart rain gauge and anemometer #3
base: master
Are you sure you want to change the base?
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"): |
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).