mongoose-os-apps / shelly-homekit

Apple HomeKit firmware for Shelly's
Other
1.76k stars 128 forks source link

Expose internal temperature as a HomeKit temperature sensor #384

Closed marmod closed 1 week ago

marmod commented 3 years ago

Hi

it is possible to read internal temperature?? if yes, how to do it

simonfield76 commented 3 years ago

With the Shelly 2.5 you can see the internal temperature only via web interface but at the moment it seems not possible to expose it to HomeKit

rojer commented 3 years ago

indeed, you can see it via web interface (and not just for 2.5) but not in homekit. not a bad idea to expose it as a temperature sensor, perhaps off by default.

andyblac commented 3 years ago

indeed, you can see it via web interface (and not just for 2.5) but not in homekit. not a bad idea to expose it as a temperature sensor, perhaps off by default.

off as default ye, personally i do not see this being of any use as a sensor in homekit.

rojer commented 3 years ago

agree, probably not useful to a wide audience, hence off by default.

marmod commented 3 years ago

roy how did you read temp inside shelly???? it is possible in the same way read tem in original firmware

marmod commented 3 years ago

ok I found it

marmod commented 3 years ago

thx

pivale commented 3 years ago

I would say that the shelly will rarely display internal temp = ambient temp, and it can be misleading and even triggering automations when not supposed to. Enclosed in walls or any other space, the temperature will rise, specially on load. Can't really see a benefit on having this since it won't be accurate...

Dabr422 commented 3 years ago

I agree that the use for the internal temperature sensor is limited. But some Shelly devices also support connection of external temp sensors in stock mode. Maybe it would be a good idea to add that feature. I can see use for such setup.

andyblac commented 3 years ago

I agree that the use for the internal temperature sensor is limited. But some Shelly devices also support connection of external temp sensors in stock mode. Maybe it would be a good idea to add that feature. I can see use for such setup.

that already has a issue submitted. https://github.com/mongoose-os-apps/shelly-homekit/issues/186

timoschilling commented 2 years ago

I would say that the shelly will rarely display internal temp = ambient temp, and it can be misleading and even triggering automations when not supposed to. Enclosed in walls or any other space, the temperature will rise, specially on load. Can't really see a benefit on having this since it won't be accurate...

I see it in the same way. @rojer do you still thinks a good feature? I expect too many bug reports. For real temperature measuring is implemented since #874

rojer commented 2 years ago

not useful as ambient temperature sensor but could be useful as a way to monitor device's own health.

kloibs commented 2 years ago

Hey all, also would be curious for this to be possible…. Similar how a Shelly installed in an outlet can display current power usage in the Eve app.

Thought potentially the same for the internal operating temp. Cheers!