diff --git a/TeslaSolarCharger/Client/Components/ModbusUrlCreationComponent.razor b/TeslaSolarCharger/Client/Components/ModbusUrlCreationComponent.razor index 8b4d5f09e..2ce8b219a 100644 --- a/TeslaSolarCharger/Client/Components/ModbusUrlCreationComponent.razor +++ b/TeslaSolarCharger/Client/Components/ModbusUrlCreationComponent.razor @@ -166,7 +166,6 @@ { ModbusUrl = "http://modbusplugin/api/Modbus/GetTypedValue?unitIdentifier=3&startingAddress=&quantity=&ipAddress=&port=502&factor=1&connectDelaySeconds=1&timeoutSeconds=2&modbusValueType=0&modbusRegisterType=0"; } - ModbusUrl = "http://modbusplugin/api/Modbus/GetTypedValue?unitIdentifier=3&startingAddress=30775&quantity=2&ipAddress=192.168.1.28&port=502&connectDelaySeconds=0&timeoutSeconds=1&modbusValueType=Float&modbusRegisterType=InputRegister"; if (!string.IsNullOrEmpty(ModbusUrl) && ModbusUrl.StartsWith("http://modbusplugin/api/Modbus/")) { var uri = new Uri(ModbusUrl);