Ankündigung

Einklappen
Keine Ankündigung bisher.

OpenKNX Probleme beim OAM-Sensormudule selber kompilieren

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    OpenKNX Probleme beim OAM-Sensormudule selber kompilieren

    Hallo,

    ich versuche nach dem beschriebenen Schema im OpenKNX Wiki das Projekt "OAM-Sensormodule" bei mir selber zu kompilieren.
    Leider tauchen dort einige Probleme auf, die ich ohne tieferes Wissen nicht selber gelöst bekomme:
    1. Wie hier beschreiben, habe ich folgende Befehle in der Powershell ausgeführt:
      Code:
      	git clone https://github.com/OpenKNX/OAM-SensorModule.git
      	​cd OAM-LogicModule/restore
      	./Restore-Dependencies-Branch.ps1
      Dabei tritt bereits das erste Problem auf: es wird versucht, das Projekt https://github.com/OpenKNX/OFM-OneWireModule.git zu laden.
      Dieses gibt es nicht (mehr?!)
    2. Als nächstes soll die .knxprod und die knxprod.h erstellt werden.
      Laut Wiki über die Visual Studio Code Funktion Task->OpenKNXproducer
      Dieses schlägt mit folgenden Fehlermeldungen fehl:
      Code:
      	- Calculated InlineData for Versioning: 0000A011B700
      	- RegistrationVersion is: 0001/1183
      	- ReplacesVersions entry is: 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 136 135 134 133 132 131 130 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 6 5
      	
      	Sanity checks...
      	- Id-Homogeneity... OK
      	- Id-Uniqueness... OK
      	- ParameterType-Id-Syntax... OK
      	- Id-R_Suffix-Uniqueness... OK
      	- RefId-Integrity... OK
      	- ParamRefId-Integrity... OK
      	- AllocatorRefId-Integrity... OK
      	- BaseValue-Integrity... OK
      	- BaseOffset-Integrity... OK
      	- TextParameterRefId-Integrity... OK
      	- SourceParamRefRef-Integrity... OK
      	- TargetParamRefRef-Integrity... OK
      	- ParameterType-Integrity... OK
      	- Union-Integrity... OK
      	- Parameter-Name-Uniqueness... OK
      	- Parameter-Value-Integrity...
      	--> MinInclusive of Parameter LOG_f1E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f1E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f1E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f1E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f1I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f1I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f1I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f1I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f1OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f1OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f1OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f1OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f1OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f1OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f1OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f1OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f2E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f2E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f2E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f2E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f2I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f2I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f2I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f2I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f2OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f2OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f2OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f2OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f2OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f2OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f2OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f2OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f3E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f3E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f3E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f3E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f3I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f3I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f3I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f3I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f3OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f3OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f3OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f3OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f3OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f3OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f3OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f3OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f4E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f4E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f4E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f4E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f4I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f4I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f4I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f4I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f4OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f4OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f4OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f4OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f4OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f4OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f4OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f4OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f5E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f5E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f5E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f5E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f5I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f5I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f5I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f5I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f5OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f5OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f5OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f5OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f5OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f5OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f5OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f5OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f6E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f6E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f6E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f6E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f6I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f6I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f6I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f6I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f6OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f6OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f6OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f6OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f6OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f6OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f6OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f6OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f7E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f7E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f7E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f7E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f7I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f7I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f7I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f7I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f7OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f7OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f7OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f7OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f7OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f7OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f7OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f7OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f8E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f8E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f8E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f8E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f8I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f8I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f8I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f8I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f8OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f8OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f8OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f8OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f8OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f8OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f8OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f8OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f9E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f9E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f9E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f9E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f9I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f9I1FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f9I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MaxInclusive of Parameter LOG_f9I2FunctionRel cannot be converted to a number, value is '-%N-1%'
      	--> MinInclusive of Parameter LOG_f9OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f9OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f9OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f9OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f9OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f9OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MinInclusive of Parameter LOG_f9OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	--> MaxInclusive of Parameter LOG_f9OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
      	- ParameterRef-Value-Integrity... OK
      	- ComObject-Name-Uniqueness... OK
      	- ComObject-Number-Uniqueness... OK
      	- RefId-Id-Comparison... OK
      	- RefId-RefRef-Comparison... OK
      	- Id-Namespace... OK
      	- Id-Format... OK
      	- Serial number... OK
      	- HelpContext-Ids... OK
      	- Icon-Ids... OK
      	- Baggage-File-Existence... OK
      	- Application data... OK
      	- Memory size... OK
      	- Unused config entries... OK
      	- Not replaced config entries...
      	--> WARN 002: The value -%N-1% of attribute minInclusive in node TypeNumber might be an unreplaced config entry
      	--> WARN 002: The value %N-1% of attribute maxInclusive in node TypeNumber might be an unreplaced config entry
      	--> WARN 002: The value -%MaxKoNumber-1% of attribute minInclusive in node TypeNumber might be an unreplaced config entry
      	--> WARN 002: The value %MaxKoNumber-1% of attribute maxInclusive in node TypeNumber might be an unreplaced config entry
      	- Integrity of script methods... OK
      	- Further messages during document processing...
      	--> You need to >>> INCREASE YOUR <<< ETS ApplicationVersion and manually synchronize op:verify of the SENS Module to ModuleVersion 4.1, see https://github.com/OpenKNX/OpenKNX/wiki/Versionierung-von-Modulen-(OFM)
      	
      	Writing debug file to src/Sensormodul.debug.xml
      	Unchanged header file include/knxprod.h, not written to disk
      	--> Skipping creation of src/Sensormodul.knxprod due to check errors! <--​
    3. Da die knxprod.h ja aber ertstellt wurde, sollte der Code ja eigentlich kompilierbar sein.
      Leider bricht dieses mit den folgenden Meldung ab:
      Code:
      	Processing release_PresenceMultiSensor_ABSmartHouse (platform: https://github.com/maxgerhardt/platform-raspberrypi.git#2d44502; board: rpipico; framework: arduino)  
      	----------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option
      	CONFIGURATION: https://docs.platformio.org/page/boards/raspberrypi/rpipico.html
      	PLATFORM: Raspberry Pi RP2040 (1.14.0+sha.2d44502) > Pico
      	HARDWARE: RP2040 133MHz, 256KB RAM, 16MB Flash
      	DEBUG: Current (jlink) External (blackmagic, cmsis-dap, jlink, picoprobe, raspberrypi-swd)
      	PACKAGES:
      	- framework-arduinopico @ 1.40101.0 (4.1.1)
      	- tool-picotool-rp2040-earlephilhower @ 5.140200.240929 (14.2.0)
      	- toolchain-rp2040-earlephilhower @ 5.140200.240929 (14.2.0)
      	Flash size: 16.00MB
      	Sketch size: 1.00MB
      	Filesystem size: 15.00MB
      	PSRAM size: 0.00MB
      	Maximium Sketch size: 1048576 EEPROM start: 0x10fff000 Filesystem start: 0x10100000 Filesystem end: 0x10fff000
      	LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
      	LDF Modes: Finder ~ deep+, Compatibility ~ soft
      	Found 90 compatible libraries
      	Scanning dependencies...
      	Dependency Graph
      	|-- OFM-LogicModule @ 3.5.2
      	|-- knx @ 2.1.2
      	|-- OGM-Common @ 1.2.0
      	|-- Adafruit SleepyDog Library @ 1.6.5
      	|-- Wire @ 1.0
      	|-- OFM-PresenceModule @ 3.6.2
      	|-- OGM-SensorDevices @ 4.0.0
      	|-- OFM-SensorModule @ 4.1.6
      	|-- OFM-FileTransferModule @ 0.1.0
      	|-- FastCRC @ 1.41.0
      	|-- LittleFS @ 0.1.0
      	|-- OFM-BinaryInput @ 0.2.0
      	|-- OFM-VirtualButton @ 0.5.0
      	Building in release mode
      	Build Versions
      	
      	Read OpenKNX Module version and build defines:
      	MODULE_LogicModule: 3.5.2+9a1cfe1 (OFM-LogicModule)
      	MODULE_Common: 1.2.0+9f24e6e (OGM-Common)
      	MODULE_PresenceModule: 3.6.2+0480f19 (OFM-PresenceModule)
      	MODULE_SensorDevices: 4.0.0+a2c27b2 (OGM-SensorDevices)
      	MODULE_SmartMF: a64279e (OFM-SmartMF)
      	MODULE_SensorModule: 4.1.6+c942486 (OFM-SensorModule)
      	MODULE_FileTransferModule: 0.1.0+2669301 (OFM-FileTransferModule)
      	MODULE_BinaryInput: 0.2.0+9fd5ad1 (OFM-BinaryInput)
      	MODULE_VirtualButton: 0.5.0+e39365e (OFM-VirtualButton)
      	
      	Linking .pio\build\release_PresenceMultiSensor_ABSmartHouse\firmware.elf
      	C:/Users/xxx/.platformio/packages/toolchain-rp2040-earlephilhower/bin/../lib/gcc/arm-none-eabi/14.2.0/../../../../arm-none-eabi/bin/ld.exe: .pio\build\release_PresenceMultiSensor_ABSmartHouse\lib00b\libOGM-SensorDevices.a(SensorFactory.cpp.o): in function `_ZN13SensorDevices9newSensorEh11MeasureTypeP7TwoWire':
      	SensorFactory.cpp:(.text._ZN13SensorDevices9newSensorEh11MeasureTypeP7TwoWire+0xc6): undefined reference to `_ZN14SensorMR24xxB1C1EtP7TwoWire'
      	C:/Users/xxx/.platformio/packages/toolchain-rp2040-earlephilhower/bin/../lib/gcc/arm-none-eabi/14.2.0/../../../../arm-none-eabi/bin/ld.exe: SensorFactory.cpp:(.text._ZN13SensorDevices9newSensorEh11MeasureTypeP7TwoWire+0xec): undefined reference to `_ZN15SensorHLKLD2420C1EtP7TwoWire'
      	C:/Users/xxx/.platformio/packages/toolchain-rp2040-earlephilhower/bin/../lib/gcc/arm-none-eabi/14.2.0/../../../../arm-none-eabi/bin/ld.exe: .pio\build\release_PresenceMultiSensor_ABSmartHouse\lib3b1\libOFM-PresenceModule.a(Presence.cpp.o): in function `_ZN8Presence9savePowerEv':
      	Presence.cpp:(.text._ZN8Presence9savePowerEv+0x32): undefined reference to `_ZN15SensorHLKLD242011switchPowerEb'
      	C:/Users/xxx/.platformio/packages/toolchain-rp2040-earlephilhower/bin/../lib/gcc/arm-none-eabi/14.2.0/../../../../arm-none-eabi/bin/ld.exe: .pio\build\release_PresenceMultiSensor_ABSmartHouse\lib3b1\libOFM-PresenceModule.a(Presence.cpp.o): in function `_ZN8Presence12restorePowerEv':
      	Presence.cpp:(.text._ZN8Presence12restorePowerEv+0x34): undefined reference to `_ZN15SensorHLKLD242011switchPowerEb'
      	C:/Users/xxx/.platformio/packages/toolchain-rp2040-earlephilhower/bin/../lib/gcc/arm-none-eabi/14.2.0/../../../../arm-none-eabi/bin/ld.exe: .pio\build\release_PresenceMultiSensor_ABSmartHouse\lib3b1\libOFM-PresenceModule.a(Presence.cpp.o): in function `_ZN8Presence8showHelpEv':
      	Presence.cpp:(.text._ZN8Presence8showHelpEv+0x70): undefined reference to `_ZN15SensorHLKLD24208showHelpEv'
      	C:/Users/xxx/.platformio/packages/toolchain-rp2040-earlephilhower/bin/../lib/gcc/arm-none-eabi/14.2.0/../../../../arm-none-eabi/bin/ld.exe: .pio\build\release_PresenceMultiSensor_ABSmartHouse\lib3b1\libOFM-PresenceModule.a(Presence.cpp.o): in function `_ZN8Presence23processFunctionPropertyEhhhPhS0_Rh':
      	Presence.cpp:(.text._ZN8Presence23processFunctionPropertyEhhhPhS0_Rh+0x60): undefined reference to `_ZN15SensorHLKLD242022handleFunctionPropertyEPhS0_Rh'
      	C:/Users/xxx/.platformio/packages/toolchain-rp2040-earlephilhower/bin/../lib/gcc/arm-none-eabi/14.2.0/../../../../arm-none-eabi/bin/ld.exe: .pio\build\release_PresenceMultiSensor_ABSmartHouse\lib3b1\libOFM-PresenceModule.a(Presence.cpp.o): in function `_ZN8Presence14processCommandENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb':
      	Presence.cpp:(.text._ZN8Presence14processCommandENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb+0x190): undefined reference to `_ZN15SensorHLKLD242014processCommandENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb'
      	C:/Users/xxx/.platformio/packages/toolchain-rp2040-earlephilhower/bin/../lib/gcc/arm-none-eabi/14.2.0/../../../../arm-none-eabi/bin/ld.exe: .pio\build\release_PresenceMultiSensor_ABSmartHouse\lib3b1\libOFM-PresenceModule.a(Presence.cpp.o): in function `_ZN8Presence12startSensorsEv':
      	Presence.cpp:(.text._ZN8Presence12startSensorsEv+0x1cc): undefined reference to `_ZN14SensorMR24xxB123defaultSensorParametersEah'
      	C:/Users/xxx/.platformio/packages/toolchain-rp2040-earlephilhower/bin/../lib/gcc/arm-none-eabi/14.2.0/../../../../arm-none-eabi/bin/ld.exe: .pio\build\release_PresenceMultiSensor_ABSmartHouse\lib3b1\libOFM-PresenceModule.a(Presence.cpp.o): in function `_ZN8Presence14processInputKoER11GroupObject':
      	Presence.cpp:(.text._ZN8Presence14processInputKoER11GroupObject+0xbc): undefined reference to `_ZN15SensorHLKLD242016rebootSensorHardEv'
      	C:/Users/xxx/.platformio/packages/toolchain-rp2040-earlephilhower/bin/../lib/gcc/arm-none-eabi/14.2.0/../../../../arm-none-eabi/bin/ld.exe: Presence.cpp:(.text._ZN8Presence14processInputKoER11GroupObject+0x1bc): undefined reference to `_ZN15SensorHLKLD242016forceCalibrationEv'
      	C:/Users/xxx/.platformio/packages/toolchain-rp2040-earlephilhower/bin/../lib/gcc/arm-none-eabi/14.2.0/../../../../arm-none-eabi/bin/ld.exe: Presence.cpp:(.text._ZN8Presence14processInputKoER11GroupObject+0x220): undefined reference to `_ZN14SensorMR24xxB111sendCommandEha'
      	C:/Users/xxx/.platformio/packages/toolchain-rp2040-earlephilhower/bin/../lib/gcc/arm-none-eabi/14.2.0/../../../../arm-none-eabi/bin/ld.exe: .pio\build\release_PresenceMultiSensor_ABSmartHouse\lib3b1\libOFM-PresenceModule.a(Presence.cpp.o): in function `_ZN8Presence23processHardwarePresenceEv':
      	Presence.cpp:(.text._ZN8Presence23processHardwarePresenceEv+0x446): undefined reference to `_ZN14SensorMR24xxB120decodePresenceResultEhRbRhS1_S1_'
      	collect2.exe: error: ld returned 1 exit status
      	*** [.pio\build\release_PresenceMultiSensor_ABSmartHouse\firmware.elf] Error 1
      	==================================================================== [FAILED] Took 32.68 seconds ====================================================================
      	
      	Environment                               Status    Duration
      	----------------------------------------  --------  ------------
      	release_PresenceMultiSensor_ABSmartHouse  FAILED    00:00:32.684
      	=============================================================== 1 failed, 0 succeeded in 00:00:32.684 ===============================================================  ​

    Es wäre schön wenn mir geholfen wird und eventuell kann dieser Bericht ja auf dem Wiki Ersteller helfen, die Anleitung zu verbessern bzw. auf den neusten Stand zu bringen.


    Grüße,
    Olli

    #2
    Hallo Olli,

    bezüglich dem KNXProd Problem, kann ich dir evtl helfen:

    https://github.com/OpenKNX/OAM-Senso...ul.conf.xml#L9
    https://github.com/OpenKNX/OFM-Senso...ibrary.json#L3

    Die Versionsnummern in src/xxx.conf.xml müssen mit den Versionsnummern in den /Libs/.... übereinstimmen


    Das "Problem" hatte ich bei dem Sen-UP1 Modul auch

    Kommentar


      #3
      Zitat von olterion Beitrag anzeigen
      Dabei tritt bereits das erste Problem auf: es wird versucht, das Projekt https://github.com/OpenKNX/OFM-OneWireModule.git zu laden.
      Dieses gibt es nicht (mehr?!)
      Das gibt es wahrscheinlich NOCH nicht öffentlich.. Da der Umbau auf das OneWire OFM noch im Gang ist. Und da eh kein OW drin ist.. Interne Klärung angestoßen..

      zu 2.
      Hast du denn die entsprechenden Warning gelesen und versucht zu verstehen?
      Du hast versucht den Entwicklerstand zu bauen, der ist nicht "fix" sondern variabel..
      Da muss man eben was tun. Was, steht in den warnings.
      Zitat von olterion Beitrag anzeigen
      --> You need to >>> INCREASE YOUR <<< ETS ApplicationVersion and manually synchronize op:verify of the SENS Module to ModuleVersion 4.1, see https://github.com/OpenKNX/OpenKNX/w...n-Modulen-(OFM)
      Bau doch erstmal per Restore-Dependencies.ps1 (ohne Branch) das exakte Release nach, bevor du dich an die Kür wagst.
      OpenKNX www.openknx.de | NanoBCU und OpenKNX-HW verfügbar

      Kommentar


        #4
        Hallo,

        vielen Dank für die schnellen Antworten.

        Ich habe nun das release 4.0.2 des OAM-Sensormodule ausgecheckt und das Script Restore-Dependencies.ps1 ausgeführt.
        Der Fehler mit der nicht passenden ETS Application Version ist tatsächlich verschwunden, der Rest leider nicht.
        Die .knxprod lässt sich leider nicht erstellen:
        Code:
        OpenKNXproducer 3.3.4.0
        Processing xml file src/Sensormodul.xml
        Processing include src/Sensormodul.xml
        Generate: Using default generation procedure
        Processing include Sensormodul-VirtualButton.link.xml
        Processing include ../lib/OGM-Common/src/Common.share.xml
        Processing include Common.script.js
        Processing include ../../OFM-ConfigTransfer/src/ConfigTransfer.share.xml
        Processing include ConfigTransfer.script.js
        Processing include ../lib/OFM-SensorModule/src/Sensormodul.share.xml
        Processing include Sensormodul.parts.xml
        Processing include ../lib/OFM-PresenceModule/src/PMmodul.share.xml
        Processing include PMModul.hlk-table-row-device.parts.xml
        Processing include PMModul.hlk-table-row-abs.parts.xml
        Processing include PMModul.hlk-table-row-rel.parts.xml
        Processing include PMModul.hlk-memory.parts.xml
        Processing include PMmodul.script.js
        Processing include PMmodul.templ.xml
        Processing include PMModul.parts.xml
        Processing include ../lib/OFM-VirtualButton/src/VirtualButton.share.xml
        Processing include VirtualButton.templ.xml
        Processing include ../lib/OFM-BinaryInput/src/BinaryInputChannel.share.xml
        Processing include BinaryInputChannel.templ.xml
        Processing include ../lib/OFM-LogicModule/src/Logikmodul.share.xml
        Processing include Logikmodul.userformula.part.xml
        Processing include Logikmodul.script.js
        Processing include Logikmodul.overview-intko.templ.xml
        Processing include Logikmodul.templ.xml
        Processing include Logikmodul.input-e1-e2.part.xml
        Processing include Logikmodul.input-intko.part.xml
        Processing merged file...
        - ApplicationNumber: A011 (40977), ApplicationVersion: 183, old ID is: %AID%, new (calculated) ID is: M-00FA_A-A011-B7-0000
        - Calculated InlineData for Versioning: 0000A011B700
        - RegistrationVersion is: 0001/1183
        - ReplacesVersions entry is: 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 136
        135 134 133 132 131 130 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 6 5
        
        Sanity checks...
        - Id-Homogeneity... OK
        - Id-Uniqueness... OK
        - ParameterType-Id-Syntax... OK
        - Id-R_Suffix-Uniqueness... OK
        - RefId-Integrity... OK
        - ParamRefId-Integrity... OK
        - AllocatorRefId-Integrity... OK
        - BaseValue-Integrity... OK
        - BaseOffset-Integrity... OK
        - TextParameterRefId-Integrity... OK
        - SourceParamRefRef-Integrity... OK
        - TargetParamRefRef-Integrity... OK
        - ParameterType-Integrity... OK
        - Union-Integrity... OK
        - Parameter-Name-Uniqueness... OK
        - Parameter-Value-Integrity...
          --> MinInclusive of Parameter LOG_f1E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f1E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f1E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f1E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f1I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f1I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f1I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f1I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f1OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f1OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f1OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f1OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f1OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f1OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f1OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f1OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f2E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f2E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f2E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f2E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f2I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f2I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f2I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f2I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f2OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f2OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f2OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f2OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f2OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f2OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f2OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f2OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f3E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f3E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f3E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f3E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f3I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f3I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f3I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f3I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f3OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f3OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f3OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f3OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f3OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f3OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f3OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f3OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f4E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f4E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f4E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f4E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f4I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f4I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f4I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f4I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f4OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f4OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f4OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f4OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f4OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f4OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f4OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f4OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f5E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f5E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f5E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f5E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f5I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f5I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f5I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f5I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f5OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f5OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f5OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f5OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f5OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f5OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f5OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f5OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f6E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f6E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f6E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f6E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f6I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f6I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f6I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f6I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f6OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f6OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f6OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f6OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f6OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f6OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f6OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f6OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f7E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f7E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f7E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f7E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f7I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f7I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f7I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f7I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f7OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f7OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f7OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f7OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f7OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f7OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f7OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f7OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f8E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f8E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f8E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f8E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f8I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f8I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f8I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f8I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f8OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f8OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f8OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f8OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f8OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f8OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f8OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f8OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f9E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f9E1OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f9E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f9E2OtherKORel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f9I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f9I1FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f9I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MaxInclusive of Parameter LOG_f9I2FunctionRel cannot be converted to a number, value is '-%N-1%'
          --> MinInclusive of Parameter LOG_f9OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f9OOnKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f9OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f9OOnKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f9OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f9OOffKONumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MinInclusive of Parameter LOG_f9OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
          --> MaxInclusive of Parameter LOG_f9OOffKOSendNumberRel cannot be converted to a number, value is '-%MaxKoNumber-1%'
        - ParameterRef-Value-Integrity... OK
        - ComObject-Name-Uniqueness... OK
        - ComObject-Number-Uniqueness... OK
        - RefId-Id-Comparison... OK
        - RefId-RefRef-Comparison... OK
        - Id-Namespace... OK
        - Id-Format... OK
        - Serial number... OK
        - HelpContext-Ids... OK
        - Icon-Ids... OK
        - Baggage-File-Existence... OK
        - Application data... OK
        - Memory size... OK
        - Unused config entries... OK
        - Not replaced config entries...
          --> WARN 002: The value -%N-1% of attribute minInclusive in node TypeNumber might be an unreplaced config entry
          --> WARN 002: The value %N-1% of attribute maxInclusive in node TypeNumber might be an unreplaced config entry
          --> WARN 002: The value -%MaxKoNumber-1% of attribute minInclusive in node TypeNumber might be an unreplaced config entry
          --> WARN 002: The value %MaxKoNumber-1% of attribute maxInclusive in node TypeNumber might be an unreplaced config entry
        - Integrity of script methods... OK
        - Further messages during document processing... NONE
        
        Writing debug file to src/Sensormodul.debug.xml
        Writing header file to include/knxprod.h
        --> Skipping creation of src/Sensormodul.knxprod due to check errors! <--​
        Die Kompilierung des Codes ist nun allerdings möglich, vielen Dank für die Hinweise!

        Grüße,
        Olli

        Kommentar


          #5
          welche openprocuder version nutzt du den?
          OpenKNX www.openknx.de | OpenKNX-Wiki (Beta)

          Kommentar


            #6
            Zitat von olterion Beitrag anzeigen
            OpenKNXproducer 3.3.4.0
            steht doch da ^^
            OpenKNX www.openknx.de | NanoBCU und OpenKNX-HW verfügbar

            Kommentar


              #7
              Bitte nutze den aktuellen Producer 3.4.1.

              Den Rest schaue ich, wenn ich wieder zu Hause bin.

              Gruß, Waldemar
              OpenKNX www.openknx.de

              Kommentar


                #8
                Ja, der Producer 3.4.1 hat die Abhilfe gebracht.
                Nun kann auch die knxprod erfolgreich gebaut werden.
                Vielen Dank für die Hilfe!

                Kommentar

                Lädt...
                X