-
Notifications
You must be signed in to change notification settings - Fork 94
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
config.json hosts section not working with MAC address #266
Comments
You can use the IP or the MAC, so, if you are using a static IP, set up with the static ip, and dont set the MAC, and when you send the IR command, use |
Thank you! Actually that's what I am using now - but just found out the bug with regards to the mac address while playing with the configurations earlier :) |
Ok. Thanks for the report. Hope @kiwi-cam can fix it. |
And @kiwi-cam while you are at it, I spotted another error in the documentation. A missing comma behind
Many thanks for keeping it up to date for the RM4 Pro too! Really appreciate your work! |
- [Improvement] Set node-persist to ignore parse errors to stop crashing the plugin on read errors - [Improvement] Sets "undefined" characteristics to either 0 or minValue to prevent future Homebridge errors - [Improvement] Adds offDryMode configuration option to the airconditioner accessory. Thanks @pixeleyesltd - [Improvement] Adds stateless configuration switch option to have a switch "forget" its state - [Improvement] Adds Eve History service support. This can be disabled by adding `"noHistory":true` to your config - [Improvement] Moves onTemperature and onHumidity logging to Debug only, reducing noice in the logs from all updates - [Bug] Fixes mac address formatting error when using manual hosts devices #266 - [Bug] Fixes Accessory mac address formatting to support all formats the hosts section does - and improve matching to devices. - [Bug] Stopped MQTT updates from defaulting to 0 when the topic isn't found. This does create messages that the plugin is slowing homebridge until MQTT updates are recieved. Co-authored-by: newt10 <42853152+newt10@users.noreply.github.com> Co-authored-by: Maximilian Krause <hello@max-krause.com>
To Reproduce
In config.json hosts section, if you try to put mac addresses as per the documentation, like
Open the log file and you will see that the plugin will try to insert further colons into the mac address -
So obviously the plugin is expecting the mac addresses in the config.json file to be without colons, but if you try to put a host value in the accessories without the colons, homebridge will issue an error warning say the host cannot be found when trying to send a hex
The text was updated successfully, but these errors were encountered: