@NeoX
Why not use the MQTT Gateway? This way, if you move off home assistant, you will still be able to use your sensors. I use one with an Uno and it is working nicely.
Others could answer regarding the PC Gateway.
Karl S
@NeoX
Why not use the MQTT Gateway? This way, if you move off home assistant, you will still be able to use your sensors. I use one with an Uno and it is working nicely.
Others could answer regarding the PC Gateway.
Karl S
@BearWithBeard said in Report in Imperial Units:
...
I feel like I gave you the same answer as above, just differently worded.
Still, I hope this makes it a little bit clearer for you.
Thank you very much for this. What you did in this one is flat out state that MySensors is unit agnostic and does no conversion, etc. The existence of getControllerConfig().isMetric made me think there was more than a setting which said "This network is in a imperial/metric location." Probably because I am not used to coding or examples for both via a setting, but typically see "comment out ___ and uncomment ___ for ___ units." I now understand that this was my error and do agree that the setting is a better solution than I am familiar with. So while you may feel you stated the same, what was missing for me was a that the sensor library was used to control reporting units and not MySensors. Makes sense to me as I was wondering how mixed units might be handled.
Again, thank you very much for explaining this.
Kindest Regards,
Karl S
@BearWithBeard said in Report in Imperial Units:
@Karl-S Welcome!
If I understand you correctly, you only care about imperial units. In this case, simply send imperial units from your sensor nodes to HomeSeer or any other controller of your choice. There is no configuration required.
Thank you for the reply. This is what I would like, so how do I "Simply" send these? Do I need to do conversions via code or can I somehow set the sensor node to do this automatically? When I read the above it sounds as if I can set, configure, the sensor node to read in imperial units. The only reference I have found so far is pre MySensors V2 and it would have me supply the math to do conversions. Not a huge deal, but if the capability exists, I missed it in any documentation (entirely feasible) and I would rather use such.
Karl
Hello,
I am exploring the use of MySensors, and fairly convinced it will suit my needs. I have been looking at things over the past week and found much of what I currently have need for. That said:
If I understand things correctly, the use of Imperial or Metric units is controlled either by a Controller, or the Gateway. I use HomeSeer as my primary controller but the plugin is not being developed farther for the newer HomeSeer V4 interface. As a result I decided to use an MQTT gateway instead of the V3 plugin and the serial gateway. So in essence I do not believe I have a dedicated Controller. So how do I configure my Gateway to use Imperial as opposed to Metric units?
I MAY look at picking up the HomeSeer plugin but it would be my first foray into plugin development for HomeSeer so this is highly doubtful.
Kindest Regrds,
Karl S