Hello!
Yesterday I got my new 3D Printer… A Prusa Core One.
What I already found out:
When I authenticate with user and password under http://ip-address/api/v1/status I can see the status of it in JSON format.
So I can see:
job | |
---|---|
id | 4 |
progress | 90.00JS:90 |
time_remaining | 660 |
time_printing | 6745 |
storage | |
path | /usb/ |
name | usb |
read_only | false |
printer | |
state | PRINTING |
temp_bed | 60.0JS:60 |
target_bed | 60.0JS:60 |
temp_nozzle | 230.1 |
target_nozzle | 230.0JS:230 |
axis_z | 28.1 |
flow | 100 |
speed | 100 |
fan_hotend | 2793 |
fan_print | 5614 |
How can I get these informations into OpenHAB?
Tried with HTTP Binding but status still is “Unknown”…
Hope you can help. Sorry… I’m new to the topic “getting informations out of a JSON-URL”
Best regards
Tobias