Will there be a problem writing different datatypes to the same InfluxDB measurement? Currently via other means I have different Measurements with different data in InfluxDB. Temperatures, Humidity, Z-Wave Switch Value and Status, Watts. I guess they all could have the same data structure going to the database as far as the table is concerned, but is there a valid reason for not doing this?
My current structure only includes the Value for all of the above measurements except the Z-Wave Switches which have the HomeSeer Value and Status being reported. I could include both for everything, but that seems like additional data which is not necessary for my reporting. I could change my thinking on the database structure and make no pretext as to having a strong knowledge of such, but my thought was that the query would be more efficient if I was pulling most of the table as opposed to filtering via extended Where statements.
For instance, this is my experimenting with InfluxDB and Grafana dashboard wich I started about a week before the InfluxDB inegration was mentioned with mcsMQTT. (Great timing!) The Yellow/Red items are On/Off status of the HVAC system and Z-Wave Switches. The HVAC system is not a great report because the HomeSeer Ecobee devices for these do not update real time so some (most) of the Fan Status is probably missed.

My current structure only includes the Value for all of the above measurements except the Z-Wave Switches which have the HomeSeer Value and Status being reported. I could include both for everything, but that seems like additional data which is not necessary for my reporting. I could change my thinking on the database structure and make no pretext as to having a strong knowledge of such, but my thought was that the query would be more efficient if I was pulling most of the table as opposed to filtering via extended Where statements.
For instance, this is my experimenting with InfluxDB and Grafana dashboard wich I started about a week before the InfluxDB inegration was mentioned with mcsMQTT. (Great timing!) The Yellow/Red items are On/Off status of the HVAC system and Z-Wave Switches. The HVAC system is not a great report because the HomeSeer Ecobee devices for these do not update real time so some (most) of the Fan Status is probably missed.
Comment