3.1.1 • Published 2 years ago

node-red-contrib-valetudo v3.1.1

Weekly downloads
18
License
Apache-2.0
Repository
github
Last release
2 years ago

node-red-contrib-valetudo

Valetudo is a self-contained control webinterface for rooted xiaomi vacuum robots.

valetudo-map-png

A node to convert Valetudo map_data to a png image which can be send to a dashboard template node.

Supports:

  • JSON string map from Valetudo >= 0.6.0
  • deflated JSON string map from Valetudo >= 2021.01.0b0 (optionally base64 encoded)
  • V2 Maps from Valetudo >= 2021.12.0

Input should be an mqtt node from valetudo map_data topic, e.g. valetudo/robot/map_data.

Output is an png image as buffer which can be send (base64 encoded) to a dashboard template node.

Sample flow: sample flow

HTML for template node:

<div>
    <img src="data:image/png;base64,{{msg.payload}}" style="width: 100%;height: auto" />
</div>
3.1.1

2 years ago

3.1.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.3.1

3 years ago

2.3.0

3 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago