No way to change MQTT of NOAH battery on iOS #144
Replies: 5 comments
|
I´m using the IOS ShinePhone App and managed to change the server several times. No Problems. |
|
Ok I will try that on the weekend! If that is the way to go, we should do a PR to the configuration docs page to include that for iOS users. |
|
Hi, sorry, life got in between me and trying this out.
I do not see any connections in my MQTT server. I also tried it with Port 8883. per_listener_settings true
listener 1883 0.0.0.0
allow_anonymous true
protocol mqtt
listener 8883 0.0.0.0
allow_anonymous true
cafile /certs/ca.pem
certfile /certs/everything.pem
keyfile /certs/key.pem
listener 7006 0.0.0.0
allow_anonymous false
password_file /mosquitto/config/pws.txt
cafile /certs/ca.pem
certfile /certs/everything.pem
keyfile /certs/key.pemDo you know if maybe the Growatt devices ignore the DNS server given by DHCP? |
Yes, at least the NEO firmware indicates that they use a DNS from China Telecom. If you don’t redirect all DNS requests to your firewall, this would circumvent your custom config. |
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone,
I wanted to ask if someone managed to change the MQTT server in the ShinePhone app on iOS?
If not, this should be included in the docs that this is not possible and some other workaround should be found and documented.
Many thanks in advance.
All reactions