alexryd / node-shellies

Handles communication with Shelly devices
MIT License
35 stars 13 forks source link

powerFactor for Shelly EM #12

Closed jghaanstra closed 3 years ago

jghaanstra commented 3 years ago

The Shelly EM also reports the reactive power. Is this also available under the coap protocol and if so, could this be added to the shellies library?

alexryd commented 3 years ago

According to the documentation the Shelly EM doesn't expose powerFactor over CoAP. You can run shellies description <ip-address> with the IP address of an EM to get a list of its properties and see if the documentation is correct.

jghaanstra commented 3 years ago

I dont own a Shellly EM myself. I'll ask Allterco Robotics if the coap documentation is correct. It's available in the REST API so it seems strange it would not be available in CoAP.

jghaanstra commented 3 years ago

According to Allterco Robotics it's not available because there is no room in the CoAP package to add this attribute. I'm closing this for now.