-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MQTT: Server not configured #69
Comments
Hi, I'm having the same issue. Any update here ? |
I am also having the same issue. new install of the latest HA full OS, installed the MQTT from the addons, setup the MQTT integration, setup another addon that uses this setup (core-mosquitto) and it works fine, but this addon keeps throwing this error. When I look at the logs in MQTT it shows it is connecting, but it doesn’t seem to be working properly. Any ideas? [18:13:18] INFO: Configured'core-mosquitto' mqtt broker. |
Managed to get it working, but it doesn’t seem to do what i expected it to do. I expected it to discover the model of my inverter, but if you let it do this, it seems to not discover the model and throws this error. If you specify the model number exactly, it started fine and no errors about the MQTT server. It appears the model and subsequently the serial number must be discovered before it can publish to MQTT which causes this error. |
I have this issue where no data is sent to MQTT:
My broker is well configured, as I use it for Zigbee2MQTT also.
Any extra config step needed?
2023-12-07 11:33:13 DEBUG Starting new HTTP connection (1): 192.168.1.63:80
2023-12-07 11:33:14 DEBUG http://192.168.1.63:80 "GET /device/getParam?dev_id=1&dev_type=35&dev_code=3351&type=3¶m_addr=5035¶m_num=10¶m_type=1&token=419e2a77-b8c0-458f-b3f5-8615fbdf0d27&lang=en_us&time123456=1701945193 HTTP/1.1" 200 149
2023-12-07 11:33:14 DEBUG HTTP Status code 200
2023-12-07 11:33:14 DEBUG Payload Status code 1
2023-12-07 11:33:14 DEBUG Payload Dict: {'result_code': 1, 'result_msg': 'success', 'result_data': {'param_value': 'FF FF 00 55 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF '}}
2023-12-07 11:33:14 DEBUG Data length: 20
2023-12-07 11:33:14 DEBUG Changing transaction state from 'SENDING' to 'WAITING FOR REPLY'
2023-12-07 11:33:14 DEBUG Modbus payload: ['00', '5b', '00', '00', '00', '17', '01', '03', '14', 'FF', 'FF', '00', '55', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF']
2023-12-07 11:33:14 DEBUG Requested Size: 8, Returned Size: 8
2023-12-07 11:33:14 DEBUG Modbus payload: ['14', 'FF', 'FF', '00', '55', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF', 'FF']
2023-12-07 11:33:14 DEBUG Requested Size: 21, Returned Size: 21
2023-12-07 11:33:14 DEBUG Changing transaction state from 'WAITING FOR REPLY' to 'PROCESSING REPLY'
2023-12-07 11:33:14 DEBUG RECV: 0x0 0x5b 0x0 0x0 0x0 0x17 0x1 0x3 0x14 0xff 0xff 0x0 0x55 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff
2023-12-07 11:33:14 DEBUG Processing: 0x0 0x5b 0x0 0x0 0x0 0x17 0x1 0x3 0x14 0xff 0xff 0x0 0x55 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff
2023-12-07 11:33:14 DEBUG Factory Response[ReadHoldingRegistersResponse: 3]
2023-12-07 11:33:14 DEBUG Adding transaction 91
2023-12-07 11:33:14 DEBUG Getting transaction 91
2023-12-07 11:33:14 DEBUG Changing transaction state from 'PROCESSING REPLY' to 'TRANSACTION_COMPLETE'
2023-12-07 11:33:14 DEBUG Using Inverter Time: 2023-12-7 11:33:12
2023-12-07 11:33:14 INFO Inverter: Successfully scraped in 2.486299 secs
2023-12-07 11:33:14 WARNING MQTT: Server Error; Server not configured
MQTT: Server Error; Server not configured
The text was updated successfully, but these errors were encountered: