Need help understanding how to config
Closed this issue · 7 comments
Describe Your Problem:
Tyringe to use the plugin for my new Goodwe But oblygt gets 0 on everything.
guess im missing out on how to configure it?
I just added the ip and left the rest on dafault…
Can you help me?
Regards
/Peter
Logs:
Show the Homebridge logs here, remove any sensitive information.
Plugin Config:
Show your Homebridge config.json here, remove any sensitive information.
Screenshots:
Environment:
- Plugin Version:
- Homebridge Version:
- Node.js Version:
- NPM Version:
- Operating System:
Hi @PeterAndreasson, Sure I can try to understand your issue. Could you provide any more information, as you've not included in your initial request. Thanks.
Here is my config and some log output.
Im running on a Rpi..
Config:
{
"localIps": [
{
"localIp": "192.168.1.29",
"port": "8899",
"timeout": 1000,
"options": "0x7f0375940049d5c2"
}
],
"SFKLocation": "/usr/bin/sfk",
"showCurrentPowerLevel": true,
"showDayTotal": true,
"showInternalTemperature": true,
"platform": "HomebridgeGoodWeInverter"
}
],
From the log
value Internal Temp C 0
[03/07/2023, 17:05:10] [HomebridgeGoodWeInverter] New value Current Production W 0
[03/07/2023, 17:05:10] [HomebridgeGoodWeInverter] New value Day Production Wh 0
[03/07/2023, 17:05:10] [HomebridgeGoodWeInverter] New value Internal Temp C 0
[03/07/2023, 17:05:20] [HomebridgeGoodWeInverter] New value Current Production W 0
[03/07/2023, 17:05:20] [HomebridgeGoodWeInverter] New value Day Production Wh 0
[03/07/2023, 17:05:20] [HomebridgeGoodWeInverter] New value Internal Temp C 0
[03/07/2023, 17:05:30] [HomebridgeGoodWeInverter] New value Current Production W 0
[03/07/2023, 17:05:30] [HomebridgeGoodWeInverter] New value Day Production Wh 0
[03/07/2023, 17:05:30] [HomebridgeGoodWeInverter] New value Internal Temp C 0
[03/07/2023, 17:05:40] [HomebridgeGoodWeInverter] New value Current Production W 0
[03/07/2023, 17:05:40] [HomebridgeGoodWeInverter] New value Day Production Wh 0
[03/07/2023, 17:05:40] [HomebridgeGoodWeInverter] New value Internal Temp C 0
Could you tell me what the output of this says on the box where homebridge is installed please:
/usr/bin/sfk 192.168.1.29 8899 -listen -noerror -timeout=1000 0x7f0375940049d5c2 -pure +xed "/[eol]//"
I get:
bash: /usr/bin/sfk: No such file or directory
I get:
bash: /usr/bin/sfk: No such file or directory
In that case please revert to the readme how to setup sfk.
Yep ive missed that little thing :)
Thanks for the support!
@PeterAndreasson you are welcome, good luck setting up!