someone tried to read data from Siemens OZW672? Despite the virtual input can not, because they can not text values.
Siemens OZW672
Einklappen
X
-
Hello,
The OZW672 is a Webserver for Heatingssystems by Siemens, http://www.buildingtechnologies.siem...zw672_001.aspx
It can be able in Brotje or another Heating System´s with LPB/BSB Bus developed by Siemens.
You Need a OZW672 API for Correct Adress to Read the Data.
Search on Google by Keyword OZW672-API show many FEHM Treats.
Good Luck
Sorry for the bad English Scool for many many years ago ;-)
Bisheriger Stand des Smart Homes
Loxone Hardware: 1xMS,1x1-wireExt, 1xRelaisext., 1xAirExt., 1Ext.
Loxberry auf Raspberry Pi 3 für MSBackup, Weather4Loxone.
Iobroker, Grafana mit InfluxDB für Statistiken auf Gigabyte Brix für die Anbindung an eine Wolf CGB - 2.Kommentar
-
My English is too bad :-). API is not a problem, I have a manual siemens. I do not know how to get to PicoC.
API works like this:
Request example
http://192.168.251.1/api/auth/login.json?user=HansMuster&pwd=MyPassword
Response body in XML:
<Service>
<SessionId>0bc991a1-04eb-4a7c-8371-4ab648ec8a88</SessionId>
<Result>...</Result>
</Service>
Request example:
http://192.168.251.1/api/menutree/read_datapoint.json?SessionId=0bc991a1-04eb-4a7c-8371-
4ab648ec8a88&Id=878
Response body in XML:
<Service>
<Data>
<Type>Numeric</Type>,
<Value>28.0</Value>
<Unit>°C</Unit>
<EnumValue>10</EnumValue>
</Data>
<Result>...</Result>
</Service>
SessionId changes after each login.
Kommentar
-
I have the same Problem with Wolf Heater and ISM8i Modul, SPS Programming i can do but not C#, Perl, XML, or any other Web based Programming Language :-(
Hallo werte Loxberry Gemeinde, Ich gehöre nun seit ca. einem Monat zu den Loxonauten. Projekt ist ein Einfamilienhaus mit hauptsächlicher ERR/IRR,
I must create a TCP/IP Objectserver for my RasPi (Loxberry) to grab the Data into a Database or XML.Bisheriger Stand des Smart Homes
Loxone Hardware: 1xMS,1x1-wireExt, 1xRelaisext., 1xAirExt., 1Ext.
Loxberry auf Raspberry Pi 3 für MSBackup, Weather4Loxone.
Iobroker, Grafana mit InfluxDB für Statistiken auf Gigabyte Brix für die Anbindung an eine Wolf CGB - 2.Kommentar
-
Bisheriger Stand des Smart Homes
Loxone Hardware: 1xMS,1x1-wireExt, 1xRelaisext., 1xAirExt., 1Ext.
Loxberry auf Raspberry Pi 3 für MSBackup, Weather4Loxone.
Iobroker, Grafana mit InfluxDB für Statistiken auf Gigabyte Brix für die Anbindung an eine Wolf CGB - 2.Kommentar
Kommentar