-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Best practice is exactly one gateway #174
Comments
Oh wait, i see something into the logs after a reboot:
And found this into the HA logs:
|
There is no doubt that ramses_cc / ramses_rf is complex to configure... Here, we have a message:
In this case, 'exactly one' does not mean 0! That is, there corresponding known_list:
32:142858 : {class: FAN}
32:126818:
class: REM
... Try adding a HGI like so, and see how you go! known_list:
18:136974: class: HGI
32:142858: class: FAN
32:126818:
class: REM
... |
Note to self: test that new Transport architecture will call (there is now test_create_stack.py that does this) |
There is a better error message for this:
|
Uhm i tried this configuration after the update:
|
ramses_cc:
serial_port: /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0
restore_cache: true
ramses_rf:
enforce_known_list: true
max_zones: 8
"01:214354": {}
known_list:
"01:214354": { "alias": "--controller--" }
"18:066327": { "alias": "HGI:evofw3" }
"07:053519": { "alias": "hotwater_sensor" }
"13:101655": { "alias": "hotwater_valve" }
"13:000281": { "alias": "heating_valve" }
"13:054730": { "alias": "zone_valve zone 00" }
"04:208553": { "alias": "radiator_valve zone 01" }
"04:208539": { "alias": "radiator_valve zone 02" }
"04:208531": { "alias": "radiator_valve zone 03" }
"04:000673": { "alias": "radiator_valve zone 04" }
"34:036056": { "alias": "sensor zone 05" }
"13:004596": { "alias": "actuator zone 05" }
"04:000667": { "alias": "radiator_valve zone 06" }
"04:002409": { "alias": "radiator_valve zone 07" }
packet_log:
file_name: packet.log
rotate_backups: 7 This is my config and now I get this error:
|
Ok so apparently after latest 0.31.16 release the integration restarted to work. Problem was that apparently some informations changed their name!! Some sensors that were name_temperature are now unavailable and changed to name_temp, and many others like attribute values of speed |
Hello,
I just updated the version of the integration from 0.21.40 -> 0.31.7.
This was my previous configuration that worked fine for moths with an SSM-D2. Now it simply stopped, logs are no longer present on the packets.log, there simply isn't anything since the update. Already tried to reboot the host, reset the dongle etc. Waited for an entire night but no entuty has been updated/available.
Works again after going back to previous version
The text was updated successfully, but these errors were encountered: