disconnect you nanoCUL first, than connect to your hass.io with ssh
ssh root@<hassio ip> -p 22222
after connecting type login plugin your nanoCUL and type dmesg now you should see somthing like that:
[111207.346002] usb 1-1.2: USB disconnect, device number 4
[111211.738648] usb 1-1.2: new full-speed USB device number 6 using dwc_otg
[111211.910604] usb 1-1.2: New USB device found, idVendor=03eb, idProduct=6119
[111211.911971] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[111211.914515] usb 1-1.2: Product: AT91USBSerial1
[111211.924130] cdc_acm 1-1.2:1.0: ttyACM0: USB ACM device
the last line show you that the CUL is on ttyACM0.
I’am not able to login via port 22222. But when i plugin nanoCUL and press hardware in HASS.io it show that its connected on ttyUSB0. Which i put in the max.conf. But when i scan for my max thermostats and put them in parring mode. Nothing shows up. What am i doing wrong?
I am not able to connect to the RPC consol. It says that the requestet URL is not found on this server. So i can’t see if anything is showing up in homegear. Please help. Thanks
@swifty - Did you experience the cube rebooting at all? I’ve flashed both your (no credit) version and the latest from GitHub and the cube seems to reboot randomly - it does seem to be when it is asked to transmit/acknowledge data.
I’m not using Home Assistant but this seems to occur without any connection to FHEM just Max radio traffic…
I wonder if previous versions of a-culfw are more stable? Do you have a previous version with the no credit mod?
Using a 2amp power brick and it seems stable… The battery light actually means something it seems as now with a 2amp power brick it isn’t lit up at all where it did used to be!
Hello everyone. First of all, thank you very much swifty for this very complete guide !
My max!cube as lost its configuration once too often. Before flashing the cube (as it’s one way), I want to be sure that I will keep the same set of features I’m using right now.
I have 6 max! radiator thermostats and 2 wall thermostats. Each wall thermostat is linked to 2 differents radiator thermostats. I am using MAX! home automation for configuring schedules and of course Home assistant integration to controls the thermostats.
As I understand, I will still be allowed to link wall thermostat to multiple radiator thermostats in order to send temperature change orders to the wall thermostat only, right ? Did someone test this ? Is the link between wall thermostat and radiator thermostats more reliable than with max!cube original firmware ? I have regular issues with this. Thermostats can desynchronize themselves and I have to factory reset them.
AndrejDelany says that is still possible to store time tables of temperature directly in the thermostat. This feature is very important to me. That means that the thermostats will continue to be scheduled even if there is an homeassistant/homegear/max!cube failure.
Is it easy to configure in homematic-manager (in german ) ? Could someone please post a screenshot of the timetable editor ?
Is there a way to retrieve (and eventually set) the valve percentage of thermostats from Homegear into homeassistant ? Maybe using mqtt ?
I am currently using some dirty python script to retrieve this values on max!cube and display them in grafana.
(Wie du sehen kannst, ist die App teilweise auf deutsch. Du kannst damit die jeden Tag der Woche in bis zu 13 Abschnitte teilen, und für jeden Abschnitt eine Temperatur festlegen)
@Nuick if you are setting up from fresh I’d suggest deviating slightly from the setup I documented and enable mqtt in the homegear config.
This way you don’t need to use the homematic component for home assistant.
I switched mine over to Mqtt a while back and it seems much more reliable.
Yes the guide should still be working, but as per earlier I’d suggest the following change:
Skip the step for configuring the homematic component of HomeAssistant and instead use MQTT as per @quasar66 excellent suggestion here; Converting a MAX! Cube to CUL/CUN to use with Home Assistant
All you should need to do is enable the MQTT options within Homegear, which are documented on their website.
If i find some time i’ll update the OP to include all steps for MQTT.
Hi, I did this, but I do not have thermostats but just the thermostatic valves: not sure we are talking about the same object (a thermostat is for me thge device that turns on and off the heater, the thrmostatic valve is the valve attached to the radiator that regulates the amount of water flowing in the radiator).
You know the mqtt commands to change values to the radiators?
Only need that for using homematic - you shouldn’t need this if using the MQTT approach.
In answer to your other questions, yes using the HomeMatic Manager to store the timetables to the thermostats will work fine with MQTT (they are stored on the actual valve) - assuming you run in ‘Auto’ mode.
And yes, the MQTT post I linked works fine with the radiator valves themselves (ie. if you don’t use a wall thermostat) - it can set the target temperature and change mode etc… of the radiator valve.
Now the missing part is which are the correct topic for changing things. For each VALVE I should do something like the below code, but which are the topics for my 11 valves …? Basically how do I link a vbalve to a topic … sorry I am … confused