fdegier / homebridge-jablotron-alarm

Homebridge plugin for connecting Jablotron JA-100 alarm systems to Homekit.
The Unlicense
26 stars 6 forks source link

Thermometers not working in v3.0 #103

Open Barney241 opened 7 months ago

Barney241 commented 7 months ago

Describe The Problem: after upgrade to v3 the temperature of thermometers is not updated and always stays at 0. i tried both of these properties as segment_id without any luck

"object-device-id": "THM-566680121",
"cloud-entity-id": "COMPONENT_<OBJECT_JA100F:3316669>:40",

even tried the old naming THERMOMETER_40

Logs: states logs

{
      "object-device-id": "THM-566680121",
      "temperature": 49.9,
      "last-temperature-time": "2024-02-03T12:22:14+0100"
}

thermo logs

{
      "object-device-id": "THM-566680121",
      "cloud-entity-id": "COMPONENT_<OBJECT_JA100F:3316669>:40",
      "name": "xxx",
      "can-control": false,
      "can-show-graph": true,
      "unit": "°C",
      "type": "THERMOMETER"
 }

Environment:

fdegier commented 7 months ago

Thanks for reporting, unfortunately I do not have any thermometers to test. Would you be willing to add me to your Jablotron account to test it? Otherwise we'll need to wait for someone else to add it.

Barney241 commented 7 months ago

wouldnt it be enough if i sent you the new response of jablotron?

fdegier commented 7 months ago

We can give that a try but since I do not have any thermometers in my setup it's pretty difficult to test. Are you comfortable with NodeJS? You can easily run the plugin in local development mode and add the functionality if you have access to the thermometers.

misncz commented 7 months ago

@fdegier I plan to test thermometers and fix whatever issues I find. Unfortunstely I was busy with ither things and couldn’t have a look earlier when you finished upgrade

@Barney241 I’m going to test it and fix if needed

fdegier commented 7 months ago

@fdegier I plan to test thermometers and fix whatever issues I find. Unfortunstely I was busy with ither things and couldn’t have a look earlier when you finished upgrade

@Barney241 I’m going to test it and fix if needed

Thanks @misncz for adding the thermometers.

Are there any other bugs? I'm not aware of them other than the default Jablotron shenanigans

Barney241 commented 7 months ago

@fdegier I plan to test thermometers and fix whatever issues I find. Unfortunstely I was busy with ither things and couldn’t have a look earlier when you finished upgrade

@Barney241 I’m going to test it and fix if needed

Thanks

weizenmanncom commented 2 months ago

Hi guys, I have the same issue.

I'm not very familiar with coding, but I could provide you access to 2 thermometers. Please let me know if I can contribute here.