pdobrien3

Results 77 comments of pdobrien3

I get your point. Although it would seem like if it was a firmware issue, there would be several issues found through a google search. The only thing I can...

Thank you for your last comment. I used it in my communications with HS. I seem to have gotten some traction. From Homeseer: It looks like this is an error...

I gave homeseer support this link to report their findings.

After re-interviewing, device information is lost: `Unknown manufacturer 0xXXXX | 0xXXXX | Unknown product 0xXXXX `

[zwavejs_2024-06-06.log](https://github.com/user-attachments/files/15613124/zwavejs_2024-06-06.log)

exclusion, factory reset, and inclusion fixed the issue. Thanks !!!

@WilldabeastHA, what file is mentioned in the error message? The error message i got when turning on debug: true provided everything i needed to fix the file locally. I am...

this is my working code: ``` @callback # type: ignore[misc] def _state_message_received(self, msg: ReceiveMessage) -> None: """Handle a new received MQTT state message.""" self._attr_is_recording = msg.payload.encode("utf-8") == "ON" self.async_write_ha_state() @callback...

I am in no way smart when it comes to coding. I enabled debug: true in beta, restarted, and got the error message. i made changes according to the error...