You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi !
I want to implement InfluxDB/Telegraf communication using a MorningStarCorp's Solar Charger that uses FLOAT16 (!!) data types. Up to now, I need to pass through LabVIEW routines mainly to perform this FLOAT16-FLOAT32 conversions.
@dfousek can you please test PR #12340 and let me know if this fixes your problem!? You may want to use the binary built by CI which will be available after all tests passed...
Use Case
Hi !
I want to implement InfluxDB/Telegraf communication using a MorningStarCorp's Solar Charger that uses FLOAT16 (!!) data types. Up to now, I need to pass through LabVIEW routines mainly to perform this FLOAT16-FLOAT32 conversions.
Having searched a bit, it appears that is is not uncommon and indeed there is also a standard for it (IEEE 754) https://en.wikipedia.org/wiki/Half-precision_floating-point_format
Note that at the end of the MorningStar document, there are conversion code examples (C, Javascript)
I would very much appreciate this addition to Telegraf/Modbus
Thanks in advance
Dimitri
technical-doc-prostar-mppt-modbus-specification-en.pdf
Expected behavior
Introduce FLOAT16 data type
Actual behavior
No equivalent data type
Additional info
Stick to: IEEE 754 floating numbers format.
https://en.wikipedia.org/wiki/Half-precision_floating-point_format
The text was updated successfully, but these errors were encountered: