wutu / pimatic-mqtt

MQTT plugin for Pimatic
https://pimatic.org/plugins/pimatic-mqtt/
GNU Affero General Public License v3.0
9 stars 13 forks source link

Message Map #25

Closed timpur closed 7 years ago

timpur commented 7 years ago

Is it possible to use message maps for converting string to numbers. example i want to convert "true" to 1 and still be able to use the type "number" thus these values can be logged in pimatic db and graphed ?

this would be useful in a lot of other situations :)

Tim.

wutu commented 7 years ago

Hi Tim. Now it is possible. https://github.com/wutu/pimatic-mqtt/commit/9d1c95fce144aca080cb053bd50b84ca228a779b

timpur commented 7 years ago

:). Thanks