-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
realtime Cloud-MQTT data no longer stored by influxdb adapter #618
Comments
This is more a InfluxDB question ... maybe debounce times or such set higher then the data updat intervals? Check the influxdb settings |
Please enable tuya debug log and show log from receiving such data |
For example when heatpump fan speed of fan1 is changed which is datapoint 116 these are the debug messages for it: tuya.0 As soon as i put in my credentials for Cloud MQTT the tuya adapter pulls the live data and then no more data is written to the influxdb. when a value is updated timestamps are missing: |
Ok I see ... they are not providing a timestamp ... grmppff I fix it |
I´ve set up an account at tuya IOT platform and have Cloud-MQTT with real time updates of the values now.
I can see the values change every few seconds in iobroker.
Only problem is that the data is no longer stored by the influxdb adapter.
In the past i pulled the data from cloud every 60s by the adapter. the datapoints got a timestamp and influxdb adapter worte the values to the db
Now since i have realtime update iobroker shows no more timestamp, just the changing values for the objects but they should be stored by influxb.
I think i need to change some settings but don´t know what.
Can you help?
The text was updated successfully, but these errors were encountered: