-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
frequency
, gain
, frequency_offset
not detailed in readme - how to calculate?
#26
Comments
Hi @charlietomo These additional parameters were added by a contributor, and I confess I didnt get the time to update the readme. "protocol": 44, Also I made a little hard coded addition to the rtl2mqtt script to auto discover the sensor in HA. |
Thanks @james-fry
As an aside what kind of aerial are you using in order to receive CurrentCost data? |
@charlietomo this is a full log from my addon:
Seems that something is causing that error/warning on the final line in your log:
Try un-commenting the line in the script:
When I googled the error it seems its coming from the RTL SDR code rather than rtl_433: Regarding aerial, I use the crappy magnetic one that came with my DVB dongle. |
@james-fry thanks for the tip re uncommenting
I did that and saw that actually the MQTT topic it was posting to was When I subscribe to
I have one house meter (the clamp connected to the main box) and three IAM plug sockets that give me individual power readings of the relevant socket. The only power reading I am getting is from Thanks again for the help it has got me significant progress. Edit: tweaked in related to understanding |
There is another issue thread regarding supporting multiple devices: I only have the one currentcost device (clamp). IIRC that transmitter has three inputs, so I assume I would also see power1 and power2 if I was using three clamps (for three phase supply?) Regarding debugging, one way is to create a script that does nothing (e.g. sleep loop) and then connect to the container (e.g. via command line, or via portainer addon). you can then launch rtl_433 manually |
Thanks - I will investigate that other thread in more detail.
|
homeassistant/# topics are used for MQTT discovery in ARM
|
to find out frequency offset google kalibrate rtl-sdr |
Hi, I start the addon and the full log is `
The Mosquitto broker addon config is"
And in config.yaml i added: I then go to integrations, set the MQTT integration and wait... and wait... but it does not get populated with anything :( Please tell me what am i doing wrong. PS: i can not seem to get the formatting right also :( |
This looks a great add-on and is my first foray into SDR, so I may be missing something basic. I bought an SDR specifically to use with currentcost.
When I follow the setup instructions it asks for
protocol": 44
- I have set this to 44 as indicated for current cost.The following are not mentioned in the readme:
frequency
,gain
,frequency_offset
and I am not sure what is required here.I suspect I need to use the SDR device on another computer in order to scan and then find some details? I tried SSH into the docker container running on hassos, and ran
rtl_433 -G
but it looks like it can't get access to the SDR because it is already in use.Any instruction appreciated.
The text was updated successfully, but these errors were encountered: