b3nn0 / hassio-addon-ism7mqtt

HomeAssistant Addon for running ism7mqtt to fetch data from Wolf heaters
Apache License 2.0
18 stars 3 forks source link

Addon stopped working #57

Open AnathosN opened 4 weeks ago

AnathosN commented 4 weeks ago

No data is updated since June 1st. Restart/rebuild had no effect.

Error log:

Starting ism7mqtt --hass-id=WolfLink --interval=60 --ipAddress=192.168.0.112 -t /config/ism7-parameters-WolfLink.json Jun 03 13:37:44 System.InvalidOperationException: There is an error in XML document (1, 78). Jun 03 13:37:44 ---> System.Xml.XmlException: '', hexadecimal value 0x01, is an invalid character. Line 1, position 78. Jun 03 13:37:44 at System.Xml.XmlTextReaderImpl.Throw(Exception e) Jun 03 13:37:44 at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) Jun 03 13:37:44 at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr) Jun 03 13:37:44 at System.Xml.XmlTextReaderImpl.ParseAttributes() Jun 03 13:37:44 at System.Xml.XmlTextReaderImpl.ParseElement() Jun 03 13:37:44 at System.Xml.XmlTextReaderImpl.ParseDocumentContent() Jun 03 13:37:44 at System.Xml.XmlTextReaderImpl.Read() Jun 03 13:37:44 at System.Xml.XmlReader.MoveToContent() Jun 03 13:37:44 at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderLoginResp.Read4_directlogonresponse()

I tried removing the ism7-parameters-WolfLink.json

Different error:

Setting up ism7mqtt WolfLink 192.168.0.112 Removing legacy retained topics for WolfLink ... Creating initial configuration /config/ism7-parameters-WolfLink.json Jun 03 13:44:53 2024-06-03 13:44:53.1358|INFO|LuCon.WebPortal.StandaloneService.NetworkConnector|Try IP-resolve for host:192.168.0.112 Jun 03 13:44:53 2024-06-03 13:44:53.1607|INFO|LuCon.WebPortal.StandaloneService.NetworkConnector|Try connect destination server -> 192.168.0.112:9092, Timeout:60000 ms Jun 03 13:44:54 2024-06-03 13:44:54.7459|INFO|LuCon.SocketServer.SocketServerBase.GatewayContext|<GW:-1,0> Written XML, bytes:118, msg:<?xml version="1.0" encoding="utf-8"?> Jun 03 13:44:54 Jun 03 13:44:54 **** Jun 03 13:44:54 Jun 03 13:44:54 2024-06-03 13:44:54.9119|INFO|LuCon.WebPortal.StandaloneService.NetworkConnector|Got XML msg:<?xml version="1.0" encoding="utf-8"?> Jun 03 13:44:54 Jun 03 13:44:54 WolfLink Jun 03 13:44:54 682719db543f

Jun 03 13:44:54 2024-06-03T13:55:58 Jun 03 13:44:54 300.10.1.300.300.1 Jun 03 13:44:54 3.0 Jun 03 13:44:54 WOLFLink Jun 03 13:44:54 Jun 03 13:44:54 2024-06-03 13:44:54.9260|ERROR|LuCon.WebPortal.StandaloneService.NetworkConnector|DoConnect Unhandled exception. LuCon.Common.Declarations.BusinessServiceException: Die Verbindung zur Anlage kann nicht hergestellt werden. Aktualisieren Sie die Anlagenliste und versuchen Sie es nochmal. at LuCon.WebPortal.StandaloneService.NetworkConnector.DoConnect(String server, IPAddress localIp, Int32 port, String password, IStreamHandler streamHandler) at ism7config.Program.Main(String[] args) in /app/ism7config/Program.cs:line 120 at ism7config.Program.

(String[] args) /run.sh: line 26: 154 Aborted (core dumped) /app/ism7config -t $parameters 155 Done | ts s6-rc: info: service legacy-services: stopping s6-rc: info: service legacy-services successfully stopped

Seems it cannot connect to the ISM any longer, nothing was changed from my side and it was working for several month before. On the website of the ISM it flips from Connecting to SSL authentication to Not connect. Any ideas?

zivillian commented 4 weeks ago

Jun 03 13:37:44 ---> System.Xml.XmlException: '�', hexadecimal value 0x01, is an invalid character. Line 1, position 78.

This looks like your ism is sending invalid data. Have you tried to powercycle your heating? Does the official app still work?

tealc commented 4 weeks ago

Same error here. Powercycling the heating worked.