I'm trying to run your project on kubernetes. As your image is only arm64, i try using this one from this PR: 5a0724a
I almost succeed to run the image but I want to be sure that it's running well.
/usr/local/lib/python3.12/html/parser.py:171: XMLParsedAsHTMLWarning: It looks like you're parsing an XML document using an HTML parser. If this really is an HTML document (maybe it's XHTML?), you can ignore o │
│ k = self.parse_starttag(i) │
│ 2024-09-09 11:40:00,976 INFO: Logging to file: /config/enoceanmqtt.log │
│ 2024-09-09 11:40:00,976 INFO: Loading config file /config/enoceanmqtt.conf │
│ 2024-09-09 11:40:01,022 INFO: Selected overlay : Home Assistant │
│ 2024-09-09 11:40:01,490 INFO: Mapping file correctly read: /app/HA_enoceanmqtt/overlays/homeassistant/mapping.yaml │
│ 2024-09-09 11:40:01,491 INFO: Device database /config/devices.db correctly read/created │
│ 2024-09-09 11:40:01,491 INFO: Authenticating: enocean2mqtt │
│ 2024-09-09 11:40:01,497 INFO: SerialCommunicator started │
│ 2024-09-09 11:40:01,498 INFO: Auto Teach-in is disabled │
│ 2024-09-09 11:40:01,500 WARNING: Replacing Packet.optional with default value. │
│ 2024-09-09 11:40:01,508 INFO: Succesfully connected to MQTT broker. │
│ 2024-09-09 11:40:01,522 INFO: Device homeassistant/rocker_1 (UID: F60202_BABECAFE_NONE / EEP: F6-02-02) updated on device database │
│ 2024-09-09 11:40:01,532 INFO: Device homeassistant/smoke_detector (UID: A50205_ABADC0DE_NONE / EEP: A5-02-05) updated on device database │
│ 2024-09-09 11:40:01,541 INFO: Device homeassistant/shutter (UID: D20500_12345678_NONE / EEP: D2-05-00) updated on device database │
│ 2024-09-09 11:40:01,553 INFO: Device homeassistant/pilotwire (UID: D2010C_DEADBEEF_NONE / EEP: D2-01-0C) updated on device database │
│ 2024-09-09 11:40:01,599 INFO: Sending packet │
│ 2024-09-09 11:40:02,553 INFO: Waiting for device base ID │
│ 2024-09-09 11:40:03,554 INFO: Waiting for device base ID │
│ 2024-09-09 11:40:04,554 INFO: Waiting for device base ID │
│ 2024-09-09 11:40:05,555 INFO: Waiting for device base ID │
│ 2024-09-09 11:40:06,555 INFO: Waiting for device base ID │
│ 2024-09-09 11:40:07,556 INFO: Waiting for device base ID │
│ 2024-09-09 11:40:08,556 INFO: Waiting for device base ID │
│ 2024-09-09 11:40:09,557 INFO: Waiting for device base ID │
│ 2024-09-09 11:40:10,557 INFO: Waiting for device base ID │
│ 2024-09-09 11:40:11,558 INFO: Waiting for device base ID
### Additional information
_No response_
The problem
Hi,
I'm trying to run your project on kubernetes. As your image is only arm64, i try using this one from this PR: 5a0724a
I almost succeed to run the image but I want to be sure that it's running well.
I finished to have "│ 2024-09-09 11:40:07,556 INFO: Waiting for device base ID "
If a contact sensor is activated, may I see it on log?
What type of installation are you running?
Standalone
What version of HA_enoceanmqtt has the issue?
0.1.28
What was the last working version of HA_enoceanmqtt?
No response
What type of Home Assitant installation are you running?
Home Assistant Container
Anything in the logs that might be useful to solve the issue? (Strongly recommended if applicable)