Find answers, ask questions and become part of the Loxone Community.
Hey everyone. Is it possible to read a json url into loxone? Fo e.g I want to read data from an air quality sensor and just display it into a screen in loxone. Has anyone managed to do this? Thanks.
You can read values from a json file into the miniserver, you need a Virtual Http Input, and in the "Command Recognition" field you use something like \i"FieldName":"\i\v – the \i encapsulate the value to look for in the file, and the \v indicates that the miniserver should take the numeric value following the \v. The value ends up in your Virtual Http Input variable and you can use it however you like from there.
 | Monday | Tuesday | Wednesday | Thursday | Friday |
---|---|---|---|---|---|
0830-0900 | Welcome | Arrival and Exchange | Arrival and Exchange | Arrival and Exchange | Arrival and Exchange |
Unit 1 | Easy Lighting Planning Square meter formulas. Room types, Direct/Indirect |
Automatic Basic Lighting Presence Sensor Air/Tree |
Shading & Automation Controls vs Automation  configuration shading types |
Multiroom Audio System, scaling, simple audio planning |
Media controller IR and RS Protocols, AVR |
Unit 2 | Intuitive Operating Concept Room types & moods |
Presence Optimization Exercises by type of room |
System Protection Functions Storm, frost, privacy, break-in |
Cabling & Configuration Audioserver Extension speaker |
Operating Concept Specific Operating modes, Touch Pure Flex |
Unit 3 | Configuration Room Types Basic Configuration |
Presence Areas Practice P/1-8 |
Optimise Protection Functions Practical exercises by type |
Operation & Connections Line In/Out, SPDIF Signal converter |
Optimise Conference Room Control and programming |
1200 | Lunch Break | Lunch Break | Lunch Break | Lunch Break | Lunch Break & wrap up |
Unit 4 | Lighting Controller In-depth T5/1-8, lC1-4, M+/-, Mix |
Technologies Dali, DMX, PWM |
Weather & Sunshine Weather station & forecasts |
Smart Home Functions TTS, Announcements, Bell |
 |
Unit 5 | Operating Concept Advanced Exercise by type of room |
Daylight Control HCL Practical implementation |
Automatic Sun Position Control Protection types IR/UV/Lux |
HiFi and Ambient Sound Signum and Install 7 |
 |
Unit 6 | Operating Concept Specific     Hotel, Office, Auditorium | Constant Light Control Measurement, control, implementation |
Automatic Sun Position Control Optimization of parameters |
Acoustics & Sound Optimization   Optimize audio planning |  |
Unit 7 | Touch Pure Flex Scrolling text, master brightness |
Signalization via Light Practice example |
Operating Concept Specific Practical examples | Audioserver in combination   Exercises Lan/Tree Turbo |  |
Booking Request for CPD
Please complete the following details as part of your request to book this CPD.
Once we have received your details, we will be in touch to discuss your request further.
From your first enquiry to the finishing touches on your project, Loxone and your Loxone Partner will be with you all the way. Benefit from the experience that we have gained through the realisation of over one hundred thousand projects worldwide to ensure your project exceeds your expectations.
So if i understand it, i have to take the “fieldname”and replace it with ‘active_power_l1_w’. taken from the folowing json.
{“smr_version”:42,”meter_model”:”Landis + Gyr LGBBFFB231096134″,”wifi_ssid”:”ons uus”,”wifi_strength”:100,”total_power_import_t1_kwh”:15824.578,”total_power_import_t2_kwh”:13343.079,”total_power_export_t1_kwh”:625.529,”total_power_export_t2_kwh”:1751.908,”active_power_w”:-1151,”active_power_l1_w”:-246,”active_power_l2_w”:-371,”active_power_l3_w”:-534,”total_gas_m3″:10572.142,”gas_timestamp”:220320160000}
If i want the activ power from L1 displayed in my config?
Found it! Thank you.