freeathome icon indicating copy to clipboard operation
freeathome copied to clipboard

Smoke Detector

Open David-Butzek opened this issue 1 year ago • 47 comments

Hello, is it possible to integrate the smoke detectors?

David-Butzek avatar Dec 24 '23 09:12 David-Butzek

Hello, that should be possible. Can you make a dump of your free@home configuration as described in section 1 of debugging?

jheling avatar Jan 01 '24 18:01 jheling

Good morning, I hope this is the correct data

David-Butzek avatar Jan 04 '24 04:01 David-Butzek

Hello, i was expecting something else. In the readme for this integration is also a debug section. Here is described how to make a dump of the free@ home configuration. This can be done in home assistant. The result is an xml file that is more detailed than the pdf you sent.

jheling avatar Jan 04 '24 17:01 jheling

freeathome_dump_192.168.178.20_2024_01_04_22_41_31.zip

sorry, misunderstood. But now it should be fine

David-Butzek avatar Jan 04 '24 21:01 David-Butzek

yes, this is ok, now i have to find some time

jheling avatar Jan 19 '24 18:01 jheling

Could you try if #178 works for you?

jheling avatar Jan 29 '24 19:01 jheling

Good morning, unfortunately #178 doesn't work

David-Butzek avatar Jan 31 '24 04:01 David-Butzek

ok, do you see any new binary smoke detectors / co detectors in your home assistant?

jheling avatar Jan 31 '24 06:01 jheling

No

David-Butzek avatar Feb 01 '24 06:02 David-Butzek

Are there any errors in the home assistant log?

jheling avatar Feb 01 '24 07:02 jheling

where can I find the log file?

David-Butzek avatar Feb 02 '24 04:02 David-Butzek

Uploading home-assistant_2024-02-02T04-49-19.540Z.log… Must be that, right?

David-Butzek avatar Feb 02 '24 04:02 David-Butzek

I have some trouble with opening the log

jheling avatar Feb 02 '24 08:02 jheling

Uploading home-assistant_2024-02-02T20-25-22.658Z.log…

David-Butzek avatar Feb 02 '24 20:02 David-Butzek

Uploading home-assistant_2024-02-02T20-25-22.658Z 2(1).log…

David-Butzek avatar Feb 02 '24 20:02 David-Butzek

better? The time I made the changes, the interface didn't work

David-Butzek avatar Feb 02 '24 20:02 David-Butzek

no, when i click the log, the page reloads. A save link as does also not work. It looks like you 'Commented' the message before the upload was complete, all the last logs show the text uploading. Maybe zipping the log works better?

jheling avatar Feb 02 '24 22:02 jheling

Alright now

David-Butzek avatar Feb 03 '24 07:02 David-Butzek

If i look at the log the whole freeathome integration doesn't seem to work. It looks similar to issue #172 . First try to restart Home Assistant. If the lines with 'slixmpp.exceptions.IqTimeout' still appear in the logging, then maybe you should reinstall the integration.

jheling avatar Feb 03 '24 08:02 jheling

free@home is working again. why does home assistant show 2x free@home?

David-Butzek avatar Feb 03 '24 10:02 David-Butzek

This has probably to do with ip4 and ip6. See #176 for more information. Now you have free@home working again, do you see new binary sensors or an error regarding binary sensors in the logging?

jheling avatar Feb 04 '24 08:02 jheling

free@home works without any problems. There are no new sensors or devices. I also tried #178 again but only 13 devices and 26 devices are shown

David-Butzek avatar Feb 05 '24 04:02 David-Butzek

If there are less devices found with #178, there should be at least one error in the log. I have also made some changes to #178

jheling avatar Feb 07 '24 18:02 jheling

I have made. Unfortunately Freeathome doesn't work

David-Butzek avatar Feb 08 '24 04:02 David-Butzek

Thank you for the logs unfortunately, they did not help me for finding out what goes wrong.

When I look at the freeathome dump you made there are 4 smoke sensors and 3 CO sensors in your system. They have the following serial ids: Smoke detectors serial: E11260372669, E11260372668, E11260372678, E11260372649 CO detector serial: E11253502774, E11253502887, E11253502753

Could you adjust the logging level in your configuration.yaml like this? :

logger: default: warning logs: custom_components.freeathome: info

After changing the configuration.yaml you should restart home assistant. This should show extra information in the logfile like: add device FahBinarySensor ABB700C8605D/ch0003 Sensoreinheit 2-fach R (Hal), datapoints {1: 'odp0000', 2: 'odp0004', 3: 'odp0005', 16: 'odp0001', 32: 'odp0002', 33: 'odp0003', 40: 'odp0007'}, parameters {} I expect that those sensor serial ids will show up in the logging and give me some extra information.

jheling avatar Feb 08 '24 19:02 jheling

If I enter that into my yaml I can't have it checked before restarting

logger: default: warning logs: custom_components.freeathome: info

David-Butzek avatar Feb 09 '24 04:02 David-Butzek